can someone give me the formula for converting from a julian date to a standard mm/dd/yy year formt
R Rosemary Mar 13, 2008 #1 can someone give me the formula for converting from a julian date to a standard mm/dd/yy year formt
P pdberger Mar 13, 2008 #2 Rosemary -- Here's something that might work: A B 1 35 =DATE(YEAR(TODAY()),1,1)+A1-1 returns the answer of 2/4/2008. HTH
Rosemary -- Here's something that might work: A B 1 35 =DATE(YEAR(TODAY()),1,1)+A1-1 returns the answer of 2/4/2008. HTH
D David Biddulph Mar 13, 2008 #3 The first hit I found with Google was http://www.cpearson.com/excel/jdates.htm There are numerous other hits that you could try.
The first hit I found with Google was http://www.cpearson.com/excel/jdates.htm There are numerous other hits that you could try.