Upcoming database upgrades. Airtable functionality will be reduced for ~15 minutes at 06:00 UTC on Feb. 4 / 10:00 pm PT on Feb. 3. Learn more here
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