Formula to Convert Irregular Julian Date to Standard Date

ewicatcher

New Member
Joined
Feb 4, 2005
Messages
19
Hello,

I’m trying to convert an irregular Julian date format to a standard date in Excel.

The dates I’m working with are expressed in five (5) digits. The first three numbers in the sequence are the month and day of the year, and the last two digits represent the year. Below are a few examples that I calculated myself:


Sample Julian Date......................Desired Calculation.............................Explanation

33720...................................................December 3, 2020...................................(337th day of 2020)

15214...................................................June 1, 2014..............................................(152nd day of 2014)

04119..................................................February 10, 2019.....................................(41st day of 2019)

Is there a formula I can insert in an adjoining cell to calculate this automatically? I also wonder if the cell with the five-digit Julian date would just be formatted as a number?

I appreciate any assistance you can offer.



Shawn
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Hi,

I think your 1st sample is off by 1 day, format result cells to display as you like:

Book3.xlsx
AB
1Julian DateConverted
23372012/2/2020
3152146/1/2014
4041192/10/2019
Sheet1031
Cell Formulas
RangeFormula
B2:B4B2=("1/1/"&RIGHT(A2,2))+LEFT(A2,3)-1
 
Upvote 0

Forum statistics

Threads
1,214,821
Messages
6,121,759
Members
449,048
Latest member
excelknuckles

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top