Note: The other languages of the website are Google-translated. Back to English

Excel Formula: Convert Date to Julian

doc convert date to julia 1

Sometimes, you need to convert the standard date to the Julian date in Excel, here this article introduces a formula which combines the TEXT, YEAR and DATE functions to solve this job.

If you want to follow along with this tutorial, please download the example spreadsheet.
doc convert date to julia 1

Generic formula:

TEXT(date,"yy")&date-(DATE(YEAR(date),1,0))

Arguments

Date: the date you want to convert to Julian date.

Return Value

This formula returns a Julian date in a text(yyd) format. First two digits represent the two-digits year, the else numbers represent the number of days.

How this formula work

A list of dates are in cell B3:B6, to convert them to Julian date, please use below formula:

=TEXT(B3,"yy")&B3-(DATE(YEAR(B3),1,0))

Press Enter key, then drag autofill handle down to apply this formula.
doc convert date to julia 1

Explanation

TEXT function converts a number to a text in a specific format. As we know, the date is stored as a number in Excel, here the TEXT function converts the date to text in the yy format.

YEAR function gets the year from a date.

DATE function combines year, month, and day numbers from separate cells to a valid date. Here the formula

  • DATE(YEAR(B3),1,0)
  • =DATE(2020,1,0)
  • =12/31/2019

Tip: if the day number is less than 1, it will subtract absolute number of days from the first day of the month.

  • B3-(DATE(YEAR(B3),1,0))
  • =3/12/2020-12/31/2019
  • =72

Note

If you want to get the Julian date in 4-digit year and 3-digit day number, please use below formula

=TEXT(B3,"yyyy")&TEXT(B3-DATE(YEAR(B3),1,0),"000")
doc convert date to julia 1


Relative Formulas

Relative Functions


The Best Office Productivity Tools

Kutools for Excel - Helps You To Stand Out From Crowd

Would you like to complete your daily work quickly and perfectly? Kutools for Excel brings 300 powerful advanced features (Combine workbooks, sum by color, split cell contents, convert date, and so on...) and save 80% time for you.

  • Designed for 1500 work scenarios, helps you solve 80% Excel problems.
  • Reduce thousands of keyboard and mouse clicks every day, relieve your tired eyes and hands.
  • Become an Excel expert in 3 minutes. No longer need to remember any painful formulas and VBA codes.
  • 30-day unlimited free trial. 60-day money back guarantee. Free upgrade and support for 2 years.
Ribbon of Excel (with Kutools for Excel installed)

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, Firefox, And New Internet Explorer.
Screen Shot of Excel (with Office Tab installed)
Comments (0)
No ratings yet. Be the first to rate!
There are no comments posted here yet

Follow Us

Copyright © 2009 - www.extendoffice.com. | All rights reserved. Powered by ExtendOffice. | Sitemap
Microsoft and the Office logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries.
Protected by Sectigo SSL