Return the current quarter

You can return the current quarter with


 A
1=TODAY() = Monday 01 April 2024
2=NOW() = Monday 01 April 2024 19:44:48
3=A1+(360/4) = 30 Sunday June 2024
4=A3+(360/4) = 28 Saturday September 2024
5=A4+(360/4) = 27 Friday December 2024
6=INT((MONTH(A1)+2)/3) = 2
7=INT((MONTH(A3)+2)/3) = 2
8=INT((MONTH(A4)+2)/3) = 3
9=INT((MONTH(A5)+2)/3) = 4
10=ROUNDUP((MONTH(A1)/3), 0) = 2

1 - Displays a date.
All these cells have been formatted with the custom number format "dd dddd mmmm yyyy".


Built-in Functions

NOW - The date serial number of the current system date and time.
TODAY - The date serial number representing today's date.


Related Formulas

Return the last day of the current quarter


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