Excel Formula: Get Nth Day of Year by Given Date
In this article, it provides a formula which combines the DATE and YEAR functions to get the nth day of the year based on the given date in Excel, in other words, to get the serial number of a date in its year.
If you want to follow along with this tutorial, please download the example spreadsheet.
Generic formula:
date-DATE(YEAR(date),1,0) |
Syntaxt and Arguments
Date: the date that used to find nth day of year. |
Return Value
This formula returns a serial number.
How the formula work
In this case, B3 contains the date that you want to get the nth day of its year, please use below formula:
=B3-DATE(YEAR(B3),1,0) |
Press Enter key to get the result.
Explanation
YEAR function: the YAER function is used to get the year of the given date and display the result in a serial number format.
In above case, the formula YEAR(B3) returns 2021, which is the year of the given date.
DATE function: the DATE function gets the date displayed as mm/dd/yyyy format based on the given year, month and day. If the argument day is 0, then the formula returns to the last day of argument month-1.
Now the formula can be explained as below:
=B3-DATE(YEAR(B3),1,0)
=B3-DATE(2021,1,0)
=44350-44196
=154
Extension
To get the nth day of current date
Generic formula
=TODAY()-DATE(YEAR(TODAY()),1,0) |
Relative Formulas
- Find next date in schedule list
Supposing you have a table with two columns in Excel, one contains the schedule contents, the other contains the schedule date, now you want to find the next date in the schedule based on today... - Find earliest date and latest date for each group
In this tutorial, it provides formulas to find the earliest date and latest date for each group in Excel. - Gount days between two days
To count the number of days or months or years between two given dates will be easy in Excel after you reading this tutorial - Create weekly date range
In this tutorial, it provides a formula to quickly get the weekly date range in Excel.
Relative Functions
- Excel WEEKNUM Function
Returns the week number of the given date in a year - Excel WORKDAY Function
Adds workdays to the given start date and returns a workday - Excel WEEKDAY Function
Get day of the week as a number (1 to 7) from date - Excel DAY Function
DAY function gets the day as a number (1 to 31) from a date - Excel NOW Function
Get the current time and date
The Best Office Productivity Tools
Kutools for Excel - Helps You To Stand Out From Crowd
Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...

Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)
- One second to switch between dozens of open documents!
- Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
- Increases your productivity by 50% when viewing and editing multiple documents.
- Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.
