Sum variable range

Tian1

Board Regular
Joined
Jan 11, 2012
Messages
140
Hallo,

I would simply like to sum G2:G(x).

I want to make use of a formula to calculate what x should be and have actually developed the following two ways:

=ADDRESS(MATCH(F1,A1:A337,0)+11,7,4)
="G"&MATCH(F1,A1:A337,0)+11

So x will obviously differ, depending on what F1 is. My problem is that when you substitute any of these formulas in the SUM equation, it doesn't work.

Can anyone please help?

Thanks!
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Don't you just hate it when you post something after hours of trying to get it to work, and as soon as you have posted it, you find the solution yourself...

I'm just making use of the indirect formula to make it work.

If anyone can figure out a simpler way, please feel free to indicate what that would be.

Thank you!
 
Upvote 0
Maybe try:

=SUM(INDIRECT("G2:G"&MATCH(F1,A1:A337,0)+11))

or the non-volatile:

=SUM(G2:INDEX(G:G,MATCH(F1,A1:A337,0)+11))
 
Upvote 0

Forum statistics

Threads
1,213,546
Messages
6,114,254
Members
448,556
Latest member
peterhess2002

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