Skip to main content


I am wanting to know if there is a formula that can make a record use ALL CAPS like the picture. Ideally I would like for my First Name and Last Name inputs not to be in ALL CAPS, but would would like to have a formulas that mimics this style for the records.

Thank you in advance for anyone who has a suggestion!

Welcome to the community, @TiffanyZavala!

Yes! That’s what the UPPER() function is for!

If you want to make the Last Name field uppercase, just use:

UPPER({Last Name})

Hope this helps! If this answers your question, could you please mark this comment as the solution to your question? This will help other people who have a similar question. :slightly_smiling_face:


Welcome to the community, @TiffanyZavala!

Yes! That’s what the UPPER() function is for!

If you want to make the Last Name field uppercase, just use:

UPPER({Last Name})

Hope this helps! If this answers your question, could you please mark this comment as the solution to your question? This will help other people who have a similar question. :slightly_smiling_face:


Excellent. Thank you for your help!