Return cell value based of row Named Range and Column Named Range

Cooki

Board Regular
Joined
Jul 31, 2018
Messages
86
Hi All

I want to return the cross reference of 2 named ranges.

There is a sheet called Front Page where i want to return the result and the information is on a sheet called Commission

Row named range = Partner
Column named range = Finance

Both of the named ranges will be referenced in as cell that has been populated by another formula.

So Partner will be taken from a drop down menu in cell $B$2

and Finance will be taken from cell $C$8

I thought the formula would be something like the below, but return #VALUE so im wrong obviously :(

=INDIRECT(ADDRESS(Partner,Finance))

=INDIRECT(ADDRESS($B$2,$C$8))

Any help would be very much appreciated
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
The formula
=Partner Finance
will return the intersection of the two named ranges Partner and Finance.
The space is Excel's intersection operator.
 
Upvote 0
Perfect thank you

How about instead of saying Partner is put B2 which is where my drop down menu is with all the names of the row rangers Partner, Partner_1, Partner_2

and finance is C8 which is a formula which brings back the names of my column ranges Finance, Finance_1, Finance_2

I did try =B2 C8 which i thought would pick the named ranges from those cells, but does not work.

Is there a way?
 
Upvote 0

Forum statistics

Threads
1,213,536
Messages
6,114,208
Members
448,554
Latest member
Gleisner2

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