=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!
I love blogging about new technology appropriate for the enterprise. I want to change the face of innovation to embrace change, agility and promote an innovation culture.
1 comment:
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
Post a Comment