HighAndWilder
Well-known Member
- Joined
- Nov 4, 2006
- Messages
- 646
- Office Version
- 365
- Platform
- Windows
Hi
Whilst I have a get around solution to this problem I wondered how others may implement the problem.
I want to refer to one of two named ranges in a formula using the RANK function in a cell. A value in another cell in the same row is used to determine which
named range is used.
How can I use an expression that returns the name of the named range?
I have tried using INDIRECT but it does not work.
For example :
=IF($B9=P$7,RANK($I9,reference_to_named_range),0)
Thanks
Whilst I have a get around solution to this problem I wondered how others may implement the problem.
I want to refer to one of two named ranges in a formula using the RANK function in a cell. A value in another cell in the same row is used to determine which
named range is used.
How can I use an expression that returns the name of the named range?
I have tried using INDIRECT but it does not work.
For example :
=IF($B9=P$7,RANK($I9,reference_to_named_range),0)
Thanks