I am looking for a formula that I can add to a Custom Column to determine if each line in Column1 begins with a letter or a number.
I tried the below but it is not working:
= try if Value.Is(Number.From([Column1]), type number) then "number" else "not" otherwise "not"
Assistance is greatly appreciated.
I tried the below but it is not working:
= try if Value.Is(Number.From([Column1]), type number) then "number" else "not" otherwise "not"
Assistance is greatly appreciated.