The Community will be undergoing maintenance from Friday February 21 - Friday, February 28 and will be "read only" during this time. To learn more, check out our Announcements blog post.
Mar 13, 2019 03:08 PM
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
Mar 13, 2019 03:45 PM
Try & instead of +
Mar 13, 2019 04:10 PM
Solved, thank you @JT_Kirk