LOWER Function

Converts any uppercase characters to lowercase
Sample Usage
LOWER("HELLO WORLD!")
Syntax
LOWER(
  • text
)
  • text
    The text to convert
Examples
FormulaDescriptionResult
LOWER("JANE DOE")Converts the name "JANE DOE" from uppercase to lowercase."jane doe"
LOWER("EMAIL@EXAMPLE.COM")Converts the email address "EMAIL@EXAMPLE.COM" to all lowercase."email@example.com"
LOWER("IMPORTANT NOTICE: MEETING AT NOON")Converts the title to lowercase for a uniform appearance."important notice: meeting at noon"
LOWER("PRODUCT CODE: XYZ123")Converts the product code to lowercase for database uniformity."product code: xyz123"


Still need help?

Use the Formula Handbook template to find more support resources and view 100+ formulas. It includes a glossary of every function that you can practice working with in real time and examples of commonly used and advanced formulas.

You can find examples of how other Smartsheet customers use this function or ask about your specific use case in the Smartsheet online Community.

Ask the Community