ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   formula increment (https://www.excelbanter.com/excel-worksheet-functions/192359-formula-increment.html)

in2ition

formula increment
 
How do you increment a formula by 12? I have some data that I can copy and
paste in excel, and the info I want appears on every 12th row. So, I want to
be able to paste it, and create a formula that will automatically pull
whatever values are in G1, G13, G25, and so on. Thanks!

Teethless mama

formula increment
 
=OFFSET($G$1,(ROWS($1:1)-1)*12,0)


"in2ition" wrote:

How do you increment a formula by 12? I have some data that I can copy and
paste in excel, and the info I want appears on every 12th row. So, I want to
be able to paste it, and create a formula that will automatically pull
whatever values are in G1, G13, G25, and so on. Thanks!


Ken Johnson

formula increment
 
On Jun 24, 9:26 am, in2ition
wrote:
How do you increment a formula by 12? I have some data that I can copy and
paste in excel, and the info I want appears on every 12th row. So, I want to
be able to paste it, and create a formula that will automatically pull
whatever values are in G1, G13, G25, and so on. Thanks!


Maybe =INDIRECT("G" & ROWS(A$1:A1)*12-11)

Ken Johnson

in2ition

formula increment
 
That works. Thanks, so much!

"Teethless mama" wrote:

=OFFSET($G$1,(ROWS($1:1)-1)*12,0)


"in2ition" wrote:

How do you increment a formula by 12? I have some data that I can copy and
paste in excel, and the info I want appears on every 12th row. So, I want to
be able to paste it, and create a formula that will automatically pull
whatever values are in G1, G13, G25, and so on. Thanks!


Rick Rothstein \(MVP - VB\)[_741_]

formula increment
 
Here is a non-volatile offering...

=INDEX(G$1:G$1001,12*ROWS($1:1)-11)

Set the top end on the G$1:G$1001 range to suit your needs.

Rick


"in2ition" wrote in message
...
How do you increment a formula by 12? I have some data that I can copy
and
paste in excel, and the info I want appears on every 12th row. So, I want
to
be able to paste it, and create a formula that will automatically pull
whatever values are in G1, G13, G25, and so on. Thanks!




All times are GMT +1. The time now is 08:28 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com