Number of days left in the current year


Example

 A
1=TODAY() = Wednesday 01 January 2025
2=NOW() = Wednesday 01 January 2025 09:03:02
3=NOW()-20 = 12-Dec-24
4=DATE(YEAR(A3), 12, 31)- A3 = 18.6228969907388
5=DATE(YEAR(A2), 12, 31)- NOW() = Friday 28 December 1900 14:56:58
6=DATE(YEAR("19/08/2005"), 12, 31)-NOW() = -6941.37710208333
7=DATE(YEAR(NOW()), 12, 31)- NOW() = 363.62289791667

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

DATE - The date as a date serial number given a year, month, day.
NOW - The date serial number of the current system date and time.
YEAR - The year as an integer given a date serial number.


Related Formulas

Number of days between 2 dates
Number of days in a particular month
Number of days left in the current month
Number of days that have passed in the current month
Number of days that have passed in the current year


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