VLOOKUP on a VLOOKUP result returns #VALUE!

FACTOR 21

Board Regular
Joined
Mar 3, 2014
Messages
110
Hi

I am trying to run a VLOOKUP on the result of a previous VLOOKUP but the formula returns #VALUE!

I am using this formula - =VLOOKUP(VALUE(C6),'Instructors 2021'!A:H,2,FALSE)

where C6 is the result of the initial VLOOKUP.

Any help would be appreciated.

Jeremy
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Is C6 a number or text?
 
Upvote 0
In that case use
Excel Formula:
=VLOOKUP(C6,'Instructors 2021'!A:H,2,FALSE)
 
Upvote 0
In that case it cannot find the value in C6 in col A of the instructors sheet.
 
Upvote 0
Solution
In that case it cannot find the value in C6 in col A of the instructors sheet.

It was in column A and formatted as text, but was not recognised, in the end I changed the format of the ID from IN001 to 001 and all worked!!
 
Upvote 0
Glad you sorted it & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,913
Messages
6,122,207
Members
449,074
Latest member
cancansova

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