Return the current month


 A
1=TODAY() = Monday 01 April 2024
2=NOW() = Monday 01 April 2024 19:44:48
3=MONTH(A1) = 4
4=TEXT(A1, "MMMM") = April
5=CHOOSE(MONTH(A1), "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec") = Apr

1 - Display a date
2 - Displays the date component of the date in cell A1


Built-in Functions

NOW - The date serial number of the current system date and time.
TODAY - The date serial number representing today's date.
MONTH - The month as an integer given a date serial number.
TEXT - The number as a formatted text string.


Related Formulas

Return the current date
Return the current day
Return the current date and time
Return the current year
Return the current time


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