Get Date of Birth from a ID Number
=19+(LEFT(A2)="0")&LEFT(A2,2)&"/"&MID(A2,3,2)&"/"&MID(A2,5,2)
--
---
HTH
Bob
(change the xxxx to gmail if mailing direct)
"Lloyd" wrote in message
...
Please help
In Cell A2 6512160515084 in Cell A3 should be 1965/12/16, but if ID Number
starts with 0(0212160515084) should read 2002/12/16
Thanks
|