Skip to main content

I have an Autonumber Column, I’d like to create a Formula that combines each Autonumber + a string “M”

Formula
“M” + {Autonumber}

Intended Result
“M1”

Current Result
NaN

Thank you

Try & instead of +


Try & instead of +


Solved, thank you @JT_Kirk