Using a cell address that is listed in one cell, as the beginning or end of a range in another cell's formula.

lolivieri

New Member
Joined
Jan 25, 2008
Messages
26
I have used the Cell "address" formula with nested Index and Match formulae to return a cell location address. This formula (in cell AA7) returns a value of $Q$12, a location I need to use. In another cell I'd like to count non-blank cells in a range that ends with $Q$12 (i.e. G12:$Q$12). How can I use the returned cell location in cell AA7 to generate the end of my calculation range?

I hope I asked that clearly enough. Searches have not yielded results (though, it's admittedly hard verbalize). Thanks for the help.
 

Attachments

  • 102921 cell address.jpg
    102921 cell address.jpg
    71.8 KB · Views: 6

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.
Use this range: G12:INDIRECT(AA7)

For example: =SUM(G12:INDIRECT(AA7))
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,284
Members
452,630
Latest member
OdubiYouth

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