D
dancing fish
I want the named range in my match and lookup functions to be variable
dependent on another cell value (let's say the value in cell d3).
For instance if the value in cell d3 is Group1 then i want the match
function to be =Match(c10,Group1,1).
However, if the value in cell d3 is Group2 then i want the match
function to be =Match(c10,Group2,1). And so on.
I've tried =Match(c10,d3,1) and =Match(c10,"d3",1) but neither of these
work.
I also want to do the same thing in my vlookup function.
Is this possible? If not, is there a work around? I can do some VBA
coding if that is necessary.
dependent on another cell value (let's say the value in cell d3).
For instance if the value in cell d3 is Group1 then i want the match
function to be =Match(c10,Group1,1).
However, if the value in cell d3 is Group2 then i want the match
function to be =Match(c10,Group2,1). And so on.
I've tried =Match(c10,d3,1) and =Match(c10,"d3",1) but neither of these
work.
I also want to do the same thing in my vlookup function.
Is this possible? If not, is there a work around? I can do some VBA
coding if that is necessary.