JJ
New Member
I have set up a vlookup like this:
(and the lookup value is in column $C, and the lookup column number is in row $2)
Now I want to have a series of vlookups in this model some looking at a range of databases.
So to do that I would put the named range for the database "DGPlus" in column $D. And have a formula like this:
Please help.
Or even knowing that it is not possible would be helpful.
=VLOOKUP($C11,DGPlus,H$2,FALSE) (which works)
As per best practice the range that is being looked up is in a named range called "DGPlus".(and the lookup value is in column $C, and the lookup column number is in row $2)
Now I want to have a series of vlookups in this model some looking at a range of databases.
So to do that I would put the named range for the database "DGPlus" in column $D. And have a formula like this:
=VLOOKUP($C11,$D11,H$2,FALSE)
(and in other cells I would put a different named range in column $D)
Unfortunately Excel is not cooperating, and when I do this I get:#N/A
I have tried all sorts of things to try to get Excel to understand what is in column $D. Such as formatting it as text, etc. But I am having no joy.Please help.
Or even knowing that it is not possible would be helpful.