Adjust range formula

diems

Board Regular
Joined
May 3, 2010
Messages
71
Hi everyone on the board,

This formula counts 24x6 cells and puts the result in range TA94:TG117

Code:
        [TA94:TG117].FormulaR1C1 = "=COUNT(OFFSET(RC,44+(5*(ROW(R[-93]C1)-ROW(R1C1))),,6))"
Now I want adjust this formula so it will count 18X6 cells and puts the result in range G48:AN65, but it's a bit to complicated for me.. :rolleyes:

Code:
[G48:AN65].FormulaR1C1 = "=COUNT(OFFSET(RC,44+(5*(ROW(R[-93]C1)-ROW(R1C1))),,6))"
Any help is appreciated!
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.

Forum statistics

Threads
1,215,586
Messages
6,125,683
Members
449,249
Latest member
ExcelMA

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