ISOWEEKNUM

ISOWEEKNUM(date)

Returns the number of the ISO week of the year for a given date.

dateThe date.

REMARKS
* This function returns a number between 1 and 54.
* The week number returned is according to the European ISO standard. All weeks start on a Monday and week number 1 is assigned to the first week that contains a Thursday.
* If "date" is not a valid date, then #VALUE is returned.
* If "date" is not a valid number, then #NUM is returned.
* You can use the NOW function to return the serial number of the current system date and time.
* You can use the TODAY function to return the serial number of the current system date.
* You can use the WEEKNUM function to return the week number in the year for a given date.
* This function was added in Excel 2013.
* For the Microsoft documentation refer to support.microsoft.com
* For the Google documentation refer to support.google.com

 A
1=TODAY() = Monday, April 01, 2024
2=NOW() = Monday, April 01, 2024, 19:44
3=WEEKNUM(A1, 21) = 14
4=ISOWEEKNUM(A1) = 14
5=ISOWEEKNUM(A1+7) = 15
6=ISOWEEKNUM(A2+14) = 16

1 - What is the current system date. This cell has been formatted with the number format "dddd, mmmm dd, yyyy".
2 - What is the current system date and time. This cell has been formatted with the number format "dddd, mmmm dd, yyyy, hh:mm".

© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top