Forum Discussion

KaiViz's avatar
KaiViz
Copper Contributor
Apr 05, 2021
Solved

Excel formula to convert single number to year with less then/greater then

Hi all, Not sure what to name this topic, so sorry in advance for whatever convoluted name I came up with. Basically, I need to take a 2 digit (hexadecimal) year/month combo, i.e.: 81 = Janu...
  • Detlef_Lewin's avatar
    Detlef_Lewin
    Apr 05, 2021

    KaiViz 

    So it's not a hexadecimal value but a combination of decimal and hexadecimal values.

    Who invents such c***?

    =IF((--LEFT(A1))<5,"202","201")&LEFT(A1)