Increasing rows in formula by increment of 1 every 3 rows

2527550

New Member
Joined
Aug 9, 2011
Messages
5
Hello,
I am searching for help on a formula to increase by increments of 1 in every third row. Needing $C$2 in row G3 and $C$3 in G6 and $C$4 in G9, etc. If I put a number 1 in cell A1 and number 2 in cell A4 and number 3 in cell A7, etc then Excel will fill down for me accurately but the formula is not incrementing properly. I thought the ROW formula could help but I could not write it to work. Help needed. Using Excel 2007.
 
Last edited:
=INDIRECT("C"&ROW(C3)/3+1), This worked for me and I learned tons from the samples. Thank each of you for your help!!
 
Upvote 0

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
=INDIRECT("C"&ROW(C3)/3+1), This worked for me and I learned tons from the samples. Thank each of you for your help!!

What if the data is located on another sheet? How would we reference say Column C from sheet2?

I tried this: =INDIRECT("Sheet!C"&ROW(Sheet!C3)/3+1) but got an error. Trying to do something very similar to this.
 
Upvote 0

Forum statistics

Threads
1,225,150
Messages
6,183,196
Members
453,151
Latest member
Lizamaison

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top