Return the week number of the current date


 AB
1=TODAY() = Wednesday, January 01, 2025 
2=NOW() = Wednesday, January 01, 2025 
3=ISOWEEKNUM((A1)) = 1 
4=TRUNC(((A1-DATE(YEAR(A1), 1, 0))+6)/7) = 1 
5=INT((A1-DATE(YEAR(?-4337), 1, 1))/7)+1 = 6523 

Built-in Functions

TODAY - The date serial number representing today's date.
NOW - The date serial number of the current system date and time.
ISOWEEKNUM - The number of the ISO week of the year for a given date.


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