Changing range name in functions
Posted by Brian Rogers on October 31, 2001 1:16 PM
I want to vary the range the VLOOKUP function uses. So I created the formula ....
VLOOKUP(lookup_value,CELL("contents",VARYNAME),2,FALSE)
where VARYNAME is a cell which contains the Range Name I want the function to use. But I get the error #VALUE!
Is there any way to vary the range the VLOOKUP function uses??