Skip to content

=LOWERCASE

The LOWERCASE Function converts each letter in a string to lowercase.

=LOWERCASE(String)
  • String – The text string you want to convert to lowercase.
  • Takes the provided text string.

  • Converts all uppercase letters to lowercase.

  • Returns the transformed string.

  • Formula functions are case sensitive and must be written in ALL CAPS.
=LOWERCASE("HELLO World")
  • Returns hello world


LOWERCASE, convert lowercase, text transformation, string manipulation, workflow formulas, formula function