ReferenceExcel FormulasSupported FormulasLOWEROn this pageLOWER The LOWER function converts text to lowercase. Syntax =LOWER(text) Parameters text: The text you want to convert to lowercase Examples =LOWER("Hello World") // Returns "hello world"=LOWER("EXCEL") // Returns "excel"=LOWER("Mixed CASE") // Returns "mixed case"