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

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
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,224,823
Messages
6,181,182
Members
453,021
Latest member
Mohamed Magdi Tawfiq Emam

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