Skip to main content

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)

It would be something like this


UPPER(LEFT({Company Name},3)) & RECORD_ID()


Hope this helps!


Julian


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.


Reply