Como usar a fórmula COLUMN no Planilhas Google

O COLUMN formula is one of the lookup functions available within Google Sheets. It gives us the column number where the specified cell or a range of cells are located.

Sintaxe

COLUMN([cell_reference])

referencia_celula – is the address reference to the cell whose column number we need. This is an optional parameter. So, if not specified, the COLUMN formula considers the address of the cell where we keyed in the formula.

Por favor, note que se o referencia_celula parameter is not a single cell, but is a range of multiple cells, the formula returns only the column number of the first column within the referencia_celula.

 

Usage: COLUMN Formula

Vamos concretizar nosso entendimento da fórmula com alguns exemplos. Por favor, veja o instantâneo abaixo.

COLUMN formula 1

The first example took B1 for referencia_celula and accordingly returned 2 as output. Similarly, for F1, it returned 6 as output for the second example. The third case doesn’t have any input for the referencia_celula, hence it returned the column number of the cell in which we keyed in the formula.

In the fourth example, we provided an address to a range of cells as opposed to a single cell. And, it returned the number of the first column within the range B1:F1, which is 2.

É interessante notar que fornecemos uma referência de intervalo nomeado como entrada para referencia_celula parameter in the last example case. As shown on the extreme right of the above image, the “COLUMN1!Ages” range spans from A2 to F2. Therefore, the result is the first column number of range A1:F2.

Caso de uso: Preenchimento automático de números

One of the useful ways we can use the COLUMN formula is when we use it in conjunction with the FÓRMULA ARRAY. Usamos o seguinte método para que o Google Sheets preencha séries de números para nós sem que precisemos inseri-los.

COLUMN formula 2

This utility of the above formula is very handy indeed. Even if we try and insert a column anywhere between the existing columns, the numbering is taken care of automatically. To illustrate this, we will insert a column between columns F and G as shown below. And we will notice we don’t have to do anything to adjust the numbering – Google Sheets does that for us automatically.

COLUMN formula 3

But then, there is a small problem. What if we try inserting a column above the before cell A1? Doing so would shift the cell right and accordingly adjusts the formula as shown below, which is probably undesirable.

COLUMN formula 4

Nós podemos resolver este problema usando o INDIRETO formula as shown below. Even if we insert a column before, it doesn’t affect the numbering. However, the address reference A:L has now become static. So, inserting columns between A through L will not adjust the reference to A:M anymore (like it did in the third snapshot).

COLUMN formula 5

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