G Guest Sep 8, 2006 #1 How do you convert a Julian date with a 4 digit year into a standard calendar date?
B Bob Phillips Sep 8, 2006 #2 See http://www.cpearson.com/excel/jdates.htm -- HTH Bob Phillips (replace xxxx in the email address with gmail if mailing direct)
See http://www.cpearson.com/excel/jdates.htm -- HTH Bob Phillips (replace xxxx in the email address with gmail if mailing direct)
B Bob Phillips Sep 8, 2006 #3 See http://www.cpearson.com/excel/jdates.htm -- HTH Bob Phillips (replace xxxx in the email address with gmail if mailing direct)
See http://www.cpearson.com/excel/jdates.htm -- HTH Bob Phillips (replace xxxx in the email address with gmail if mailing direct)
G Guest Sep 8, 2006 #4 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
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
G Guest Sep 8, 2006 #5 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
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
B Bob Phillips Sep 8, 2006 #6 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)
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)
B Bob Phillips Sep 8, 2006 #7 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)
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)
R Roger Govier Sep 8, 2006 #8 Hi Jo Anna With your value in A1, try =DATE(--LEFT(A1,4),--MID(A1,5,2),--(RIGHT(A1,2))) What you have is not a Julian date, that is why the formula on Chip's site does not work
Hi Jo Anna With your value in A1, try =DATE(--LEFT(A1,4),--MID(A1,5,2),--(RIGHT(A1,2))) What you have is not a Julian date, that is why the formula on Chip's site does not work
R Roger Govier Sep 8, 2006 #9 Hi Jo Anna With your value in A1, try =DATE(--LEFT(A1,4),--MID(A1,5,2),--(RIGHT(A1,2))) What you have is not a Julian date, that is why the formula on Chip's site does not work
Hi Jo Anna With your value in A1, try =DATE(--LEFT(A1,4),--MID(A1,5,2),--(RIGHT(A1,2))) What you have is not a Julian date, that is why the formula on Chip's site does not work
G Gord Dibben Sep 8, 2006 #12 Joanna Bob and Roger supplied formulas. If you do not want to deal with formulas use... Data>Text to Columns>Next>Next>Column Data Format>Date>YMD and Finish. Gord Dibben MS Excel MVP
Joanna Bob and Roger supplied formulas. If you do not want to deal with formulas use... Data>Text to Columns>Next>Next>Column Data Format>Date>YMD and Finish. Gord Dibben MS Excel MVP
G Gord Dibben Sep 8, 2006 #13 Joanna Bob and Roger supplied formulas. If you do not want to deal with formulas use... Data>Text to Columns>Next>Next>Column Data Format>Date>YMD and Finish. Gord Dibben MS Excel MVP
Joanna Bob and Roger supplied formulas. If you do not want to deal with formulas use... Data>Text to Columns>Next>Next>Column Data Format>Date>YMD and Finish. Gord Dibben MS Excel MVP