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
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