Como usar a fórmula LOWER no Planilhas Google

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.

Sintaxe

LOWER(text)

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

Usage: LOWER formula in Google Sheets

Talvez tenhamos observado que essa é provavelmente a sintaxe mais simples que qualquer fórmula do Planilhas Google pode ter. Embora seja muito simples quanto ao que faz, vamos dar uma olhada em alguns exemplos para garantir que entendemos seu comportamento. Considere o instantâneo abaixo.

Fórmula LOWER no Planilhas Google

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).

Você também pode gostar...

Recursos e fórmulas do Google Sheets

Como encontrar a taxa de juros nominal usando o Planilhas Google

Sarah é uma jovem profissional que está tomando decisões financeiras importantes. De cartões de crédito a hipotecas, empréstimos estudantis e investimentos...
Recursos e fórmulas do Google Sheets

Extrair dados do Google Agenda para o Planilhas Google usando o Apps Script

Esta postagem foi publicada originalmente em nosso fórum da comunidade. Objetivo: Este guia demonstra como usar o Google Apps Script para extrair dados...
Recursos e fórmulas do Google Sheets

Usando a função PROPER para colocar a primeira letra de cada palavra em maiúscula no Planilhas Google

Observação: esta postagem foi publicada originalmente em nosso fórum da comunidade. Alguma vez você já precisou limpar uma lista de nomes, títulos ou qualquer...