Dapatkan nomor minggu ISO untuk tanggal tertentu
=ISOWEEKNUM(date)
| Parameter | Deskripsi |
|---|---|
date |
A valid Excel date in serial number format. |
In the example shown, the formula in D5, copied down, is:
=WEEKNUM(B5) // default week number
The formula in E5, copied down the table, is:
=ISOWEEKNUM(C5) // ISO week number
The WEEKNUM function can also be configured to output an ISO week number, by setting the return_type argument to 21. The formula below will output the
=WEEKNUM(B5,21) // ISO week number