Cómo utilizar la fórmula LOWER en Google Sheets

We know we use the spreadsheets applications generally to working with numbers. But we also have a good help in terms of a number of text-based formulas at our disposal. By making use of these, we can manipulate the strings in many ways according to our needs. The LOWER formula in Google Sheets is one such formula. It helps us to convert the text from uppercase to lowercase.

Sintaxis

LOWER(text)

  • texto – is the input string that we need lowercase conversion for.

Usage: LOWER formula in Google Sheets

Habremos observado que esta es probablemente la más simple de las sintaxis que puede tener cualquier fórmula de Google Sheets. Aunque es muy sencilla en cuanto a lo que hace, veamos algunos ejemplos para asegurarnos de que entendemos su comportamiento. Considere la siguiente instantánea.

Fórmula LOWER en Google Sheets

In the first example, the formula converted the two instances of uppercase letters, G and R, are into lowercase g and r. Here the input is a direct text string, enclosed within a pair of double quotes. It may not always be feasible to type in the input strings. So, to save us from that effort, the LOWER formula also accepts references to cells that host these text values. Which is why we used cell references in the next three examples.

Regardless of the position of an uppercase character within the string, the formula converts every such instance to a lowercase character. It could be that all of the text is in uppercase (example 2), or in lowercase. Or it could also be that the characters in the input string are randomly uppercase and lowercase (example 3). It doesn’t matter how many uppercase characters there are within the input string. The result the formula always generates an output in which every alphabet is in lowercase. That is true even in the case of alphanumeric strings (example 4).

También te puede gustar...

funciones y fórmulas de google sheets

Cómo hallar el tipo de interés nominal con Google Sheets

Sarah es una joven profesional que toma importantes decisiones financieras. Desde tarjetas de crédito a hipotecas, préstamos estudiantiles e inversiones...
funciones y fórmulas de google sheets

Extraer datos de Google Calendar en Google Sheets mediante Apps Script

Este post fue publicado originalmente en nuestro foro de la comunidad. Objetivo : Esta guía muestra cómo utilizar Google Apps Script para extraer datos...
funciones y fórmulas de google sheets

Uso de la función PROPER para escribir en mayúsculas la primera letra de cada palabra en Google Sheets

Nota: Este artículo se publicó originalmente en el foro de nuestra comunidad. Alguna vez te has visto en la necesidad de limpiar una lista de nombres, títulos o cualquier...