Ir para o conteúdo principal

Como aumentar ou incrementar a referência de célula por X no Excel?

Por padrão, ao preencher fórmulas em uma coluna ou em uma linha, as referências de células nas fórmulas são aumentadas em apenas um. Como mostrado na captura de tela abaixo, como aumentar as referências de células relativas em 3 ou mais de 1 ao preencher as fórmulas? Este artigo mostrará o método para alcançá-lo.

Aumentar ou incrementar a referência de célula em X no Excel com fórmulas


Aumentar ou incrementar a referência de célula em X no Excel com fórmulas

As fórmulas a seguir podem ajudá-lo a aumentar as referências de células em X no Excel. Faça o seguinte.

Para preencher uma coluna, você precisa:

1. Selecione uma célula em branco para colocar o primeiro resultado e insira a fórmula = OFFSET ($ A $ 3, (LINHA () - 1) * 3,0) na barra de fórmula e pressione o botão Entrar chave. Veja a imagem:

Note: Na fórmula, $ A $ 3 é a referência absoluta para a primeira célula que você precisa obter em uma determinada coluna, o número 1 indica a linha da célula que a fórmula é inserida e 3 é o número de linhas que você aumentará.

2. Continue selecionando a célula de resultado e arraste o indicador de preenchimento para baixo na coluna para obter todos os resultados necessários.

Para preencher em uma linha, você precisa:

1. Selecione uma célula em branco, insira a fórmula = OFFSET ($ C $ 1,0, (COLUNA () - 1) * 3) na barra de fórmulas e, em seguida, pressione o botão Entrar chave. Veja a imagem:

2. Em seguida, arraste a célula de resultado pela linha para obter os resultados necessários.

Note: Na fórmula, $ C $ 1 é a referência absoluta para a primeira célula que você precisa obter em uma determinada linha, o número 1 indica a coluna da célula que a fórmula é inserida e 3 é o número de colunas que você aumentará. Altere-os conforme necessário.


Converta facilmente referências de fórmulas em massa (como relativas a absolutas) no Excel:

A Kutools for Excel's Converter referências O utilitário ajuda a converter facilmente todas as referências de fórmula em massa no intervalo selecionado, como converter tudo relativo em absoluto de uma vez no Excel.
Baixe o Kutools para Excel agora! (trilha gratuita de 30 dias)

doc células de ancoragem 4


Artigo relacionado:

Melhores ferramentas de produtividade de escritório

🤖 Assistente de IA do Kutools: Revolucionar a análise de dados com base em: Execução Inteligente   |  Gerar Código  |  Crie fórmulas personalizadas  |  Analise dados e gere gráficos  |  Invocar funções do Kutools...
Recursos mais comuns: Encontre, destaque ou identifique duplicatas   |  Excluir linhas em branco   |  Combine colunas ou células sem perder dados   |   Rodada sem Fórmula ...
Super pesquisa: VLookup de múltiplos critérios    VLookup de múltiplos valores  |   VLookup em várias planilhas   |   Pesquisa Difusa ....
Lista suspensa avançada: Crie rapidamente uma lista suspensa   |  Lista suspensa de dependentes   |  Lista suspensa de seleção múltipla ....
Gerenciador de colunas: Adicione um número específico de colunas  |  Mover colunas  |  Alternar status de visibilidade de colunas ocultas  |  Compare intervalos e colunas ...
Recursos em destaque: Foco da Grade   |  Vista de Design   |   Grande Barra de Fórmula    Gerenciador de pastas de trabalho e planilhas   |  Biblioteca (Auto texto)   |  Data Picker   |  Combinar planilhas   |  Criptografar/Descriptografar Células    Enviar e-mails por lista   |  Super Filtro   |   Filtro Especial (filtro negrito/itálico/tachado...) ...
15 principais conjuntos de ferramentas12 Texto Ferramentas (Adicionar texto, Remover Personagens, ...)   |   50+ de cores Tipos (Gráfico de Gantt, ...)   |   Mais de 40 práticos Fórmulas (Calcule a idade com base no aniversário, ...)   |   19 Inclusão Ferramentas (Insira o código QR, Inserir imagem do caminho, ...)   |   12 Conversão Ferramentas (Números para Palavras, Conversão de moedas, ...)   |   7 Unir e dividir Ferramentas (Combinar linhas avançadas, Dividir células, ...)   |   ... e mais

Aprimore suas habilidades de Excel com o Kutools para Excel e experimente uma eficiência como nunca antes. Kutools para Excel oferece mais de 300 recursos avançados para aumentar a produtividade e economizar tempo.  Clique aqui para obter o recurso que você mais precisa...

Descrição


Office Tab traz interface com guias para o Office e torna seu trabalho muito mais fácil

  • Habilite a edição e leitura com guias em Word, Excel, PowerPoint, Publisher, Access, Visio e Project.
  • Abra e crie vários documentos em novas guias da mesma janela, em vez de em novas janelas.
  • Aumenta sua produtividade em 50% e reduz centenas de cliques do mouse para você todos os dias!
Comments (20)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
I want to decrease a date in a cell by 1 when I insert a row 3 rows above the reference cell. Example: I have a date in cell D7, that reads the date in A7 and when I insert a row at 4, I want the date in Cell D7 to change to the date in A6. I know this sounds crazy. I hope I explained what I want to do clearly enough to that you can understand what I want to do.
This comment was minimized by the moderator on the site
I just want to say thank you so much for this super clear explanation. This is simply awesome!!
This comment was minimized by the moderator on the site
Hi,

Is it possible to do it from column to rows in offset?

Suppose i have the data in Column M1,2,3,4,5,6,7,8,9,10 and i wanted to put the offset in M1->A1, M2->B1, M3->C1
This comment was minimized by the moderator on the site
Hi,
I have the days in columns in one sheet and another sheet i have to select the Monday to friday cell range manually, is there any formula to drag horizontally so that can auto-update the cell reference range or number

Example :
=sum(Raw!B2:D2) (adding five working days date range)
=sum(Raw!E2:I2)
=sum(Raw!J2:M2)


Thanks in Advance
This comment was minimized by the moderator on the site
Thank you! The OFFSET function was exactly what I was looking for to increment cell locations within a formula. It helped simplify my spreadsheet.
This comment was minimized by the moderator on the site
=OFFSET($A$3,(ROW()-1)*3,0)

What's the "0" for?

I copied this exactly and it just posted the formula instead of the result.
This comment was minimized by the moderator on the site
Hi Kim,
The Excel OFFSET function returns a reference to a cell or a range of cells that is offset from a specific cell by a given number of rows and columns.
The number "0" here means that it will move 0 column right from cell A3 (still stay in column A).
This comment was minimized by the moderator on the site
I have a formula that has brackets CHASSIS_STRING[12,1],L1,C1'. I want to increase the 1 to 2 to 3, etc. in the same column. What's the best way to do that?
This comment was minimized by the moderator on the site
Dear John,
Sorry can’t help with this, you can post your question in our forum: https://www.extendoffice.com/forum.html to get more Excel supports from our professional.
This comment was minimized by the moderator on the site
Hi. Hi hope you can help.
cell A1 has a formula =C1
I want to copy the formula of cell A1 to cell A13 but only to increase row by 1, (=C2)
What I get is =C13. It increments by the number of rows it skipped. I only want to increment it by one. Need some help.
This comment was minimized by the moderator on the site
Good Day,
Sorry I can’t help with this, you can post your question in our forum: https://www.extendoffice.com/forum.html to get more Excel supports from our professional.
This comment was minimized by the moderator on the site
I want to do the same thing. Did you get through?
This comment was minimized by the moderator on the site
hey please help me with this,
First i created simple text like this:
name------ id----ad_id
abc 5 a10
bcd 2 b10


now i want to create a form that shows me:
how many ad_id do u need? so than i enter 2. thannnn
than it will ask me for the name and id.. so here what it should do. it will check the name or match the name and then it will subtract from the id.
NOTE: i need it like this:


how many ad_id do u need?
2 (in the box)
than submit

than

name(in the box) id(in the box)
name(in the box) id(in the box)
submit
This comment was minimized by the moderator on the site
Sorry didn’t get your point.
This comment was minimized by the moderator on the site
What I want to do is slightly different. The Excel table displayed on a website page has some text, say "Done" in cell B2. The B2 text is part of a dynamic function and when it is clicked on the web page it increments the value in C2 by 1.Is there a function or combination of functions that will do these actions? I can do the basic increment in just the spreadsheet using formulas. The tricky part for me is having the text cell fire off the increment in another cell. How do you do increment from a text "link" that is really a function to increment another cell?
This comment was minimized by the moderator on the site
Dear Robert,
I am so sorry as i have never tested anything in a google sheet. Can't help to solve this problem.
There are no comments posted here yet
Load More
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations