Help

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.

Is there a way to format ALL CAPS using a formula?

Topic Labels: Formulas
Solved
Jump to Solution
3923 2
cancel
Showing results for 
Search instead for 
Did you mean: 
TiffanyZavala
5 - Automation Enthusiast
5 - Automation Enthusiast

Screen Shot 2020-06-02 at 3.34.06 PM
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!

1 Solution

Accepted Solutions
ScottWorld
18 - Pluto
18 - Pluto

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:

See Solution in Thread

2 Replies 2
ScottWorld
18 - Pluto
18 - Pluto

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!