Thread: Convert Dates
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 380
Default Convert Dates

That is not a Julian date. You want

=DATE(LEFT(A1,4),MID(A1,5,2),RIGHT(A1,2))

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Jo Anna" <Jo wrote in message
...
This formula did not work. I have a date of 20050609 for June 9, 2005

but
when I put in the formula it gave me this date: 8/31/2021

"Bob Phillips" wrote:

See
http://www.cpearson.com/excel/jdates.htm

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Jo Anna" <Jo wrote in message
...
How do you convert a Julian date with a 4 digit year into a standard

calendar
date?