Return the current year

You can return the current year by using the YEAR function.
This function returns the year as an integer given a date serial number.


 A
1=TODAY() = Monday 01 April 2024
2=NOW() = Monday 01 April 2024 19:44:48
3=YEAR(A1) = 2024
4=YEAR(A2) = 2024

1 - Displays the current date. Custom format "dddd dd mmmm yyyy".
2 - Displays the current date and time. Custom format "dddd dd mmmm yyyy hh:mm:ss".


Built-in Functions

NOW - The date serial number of the current system date and time.
TODAY - The date serial number representing today's date.
YEAR - The year as an integer given a date serial number.


Related Formulas

Return the current date
Return the current day
Return the current date and time
Return the current month
Return the current time


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