Upcoming database upgrades. to improve our reliability at 03:30 UTC on Feb. 25 / 7:30pm PT on Feb. 24. Some users may briefly experience slow load times or error messages. Learn more here
Nov 26, 2019 07:40 AM
I am new to Airtable and trying to uppercase only 3 characters of Company Name
UPPER(Company Name,3) & RECORD_ID()
(The whole company name is uppercase)
Nov 26, 2019 08:55 AM
It would be something like this
UPPER(LEFT({Company Name},3)) & RECORD_ID()
Hope this helps!
Julian
Nov 26, 2019 09:08 AM
Thank you so much, this is exactly what I was looking to do! I look forward to learning more so I can contribute to the community.