Vlookup using a Cell with a Vlookup already

Don Fardie

New Member
Joined
Aug 6, 2014
Messages
23
I’m using a Vlookup formula and the cell I’m using as the Look_Up value is a cell that has aVlookup formula already assigned to it. I keep getting Error and I’m wonderingif it is because the cell I’m referencing is not returning a true value? <o:p></o:p>
This is the formula I’m using in F8 =VLOOKUP(Q6,Sheet2!B4:C32,2,FALSE)(Using Q6 as my Look UP value). Cell Q6 has this formula already assigned to it =VLOOKUP(D6,Sheet2!I14:J15,2,FALSE)
Thanks in advance for any help..........Don

 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
VLOOKUP(Q6,Sheet2!B4:C32,2,FALSE)

is perfectly admissible even if Q6 houses

VLOOKUP(D6,Sheet2!I14:J15,2,FALSE)

which is also admissible.

What does the second VLOOKUP return - text or number?
 
Upvote 0
Both Vlookups are returning TEXT. I don't understand either why it doesn't work????
 
Last edited:
Upvote 0
Dom Fardie, Good afternoon.

Master Aladin Akyurek, Good afternoon.

Dom, to avoid error messages when there is no positive answer try to use the formulas as well.

F8 --> =IFERROR( VLOOKUP(Q6,Sheet2!B4:C32,2,FALSE), "")

Q6 --> =
IFERROR( VLOOKUP(D6,Sheet2!I14:J15,2,FALSE), "")

Is that what you want?
I hope it helps.
 
Upvote 0
Sorry guys nothing is working. I've got to have something wrong somewhere!!! If I type the word in another cell and use that as the Look Up value it works!!
 
Upvote 0
Still trying!! Like I said if I type the same word it returns Q6 in another cell and use that new cell as the Look_Up value the formula works!! Stumped!!
 
Upvote 0
Ended up using a Data Validation to choose the correct text required and it works fine. Not sure why it didn't work with your inputs, but want to thank you both for your help!..........Don
 
Upvote 0

Forum statistics

Threads
1,223,908
Messages
6,175,307
Members
452,633
Latest member
DougMo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top