Julian date formatting

glbellpru

New Member
Joined
Mar 9, 2004
Messages
28
Hi Folks,

I have a file of transactions with attaching dates in a Julian format

The dates start at b2, b3, b4 etc....

The format is as follows:- 19851021 (i.e. 21 March 1985)

I need some way of translating this into a dd/mm/yyyy fomat so I can build some lookups formulas.

Any help is great !

GB
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Folks,

This website formula doesnt work for me due to :-

"...in the Julian format, which is a 5 digit number, consisting of a 2 digit year and a 3 digit day-of-year number.."

I have an 8 digit format (yyyymmdd)

Any ideas here

cheers
 
Upvote 0
If A1 contains 19851021 this formula:

=TEXT(A1,"0000-00-00")+0

will convert it to a serial date - 21st October 1985 (not March as you posted).
 
Upvote 0

Forum statistics

Threads
1,214,908
Messages
6,122,187
Members
449,071
Latest member
cdnMech

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