The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
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.