Return the week number of the current date


 AB
1=TODAY() = Tuesday, July 01, 2025 
2=NOW() = Tuesday, July 01, 2025 
3=ISOWEEKNUM((A1)) = 27 
4=TRUNC(((A1-DATE(YEAR(A1), 1, 0))+6)/7) = 26 
5=INT((A1-DATE(YEAR(?-4350), 1, 1))/7)+1 = 6549 

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 week number in the year for a given date (based on European convention).


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