Forum Discussion

MichaelFoster's avatar
MichaelFoster
Copper Contributor
Jul 22, 2022
Solved

Alpha-Numeric serial numbers to dates

Hello,   I am looking to make a formula to convert a serial number, for example AC21BDA123 into a date (month and year).  The above serial number would be year as the 1st and 2nd number (2...
  • HansVogelaar's avatar
    Jul 22, 2022

    MichaelFoster 

    With a serial number in A1:

     

    =DATE(MID(A1,3,2)+2000,CODE(MID(A1,5,1))-64,1)

Resources