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.
Syntaxe
LOWER(text)
- texte – is the input string that we need lowercase conversion for.
Usage: LOWER formula in Google Sheets
Nous avons peut-être remarqué qu'il s'agit probablement de la syntaxe la plus simple qu'une formule de Google Sheets puisse avoir. Bien qu'elle soit très simple, examinons quelques exemples pour nous assurer que nous comprenons bien son comportement. Prenons l'exemple ci-dessous.
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).
