Thursday 22 October 2009

JDE julian date to date in Excel

=DATE(IF(0+(LEFT(A1,2))<30,2000,1900)+MID(A1,3,1),1,RIGHT(A1,3))

whack 109023 into A1 and watch that bad boy go!

1 comment:

Unknown said...

Shannon - found a bug in your JDE Date to Excel Date...should be
=DATE(IF(0+(LEFT(A2,2))<30,2000,1900)+MID(A2,2,2),1,RIGHT(A2,3))

- Vernon