Vlookup

petermccallion

New Member
Joined
Mar 22, 2012
Messages
11
I have a formula =IF(C5=0,"",VLOOKUP(C5,'Summative Tracking'!$F$18:$CT$18,12,FALSE)) and it returns the error #N/A.

the formula requires the value of C5 to be found from the array is the error code because the Value of C5 is a number but in the array C5 is the result of a formula i.e. ='IQA Tracking'!N18 &""

both c5 and f18 contain the same number i.e. 12345 for example
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Hi & welcome to MrExcel.
This formula
Excel Formula:
='IQA Tracking'!N18 &""
is converting the value into text, why not keep it as a number like
Excel Formula:
='IQA Tracking'!N18
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,873
Messages
6,122,029
Members
449,061
Latest member
TheRealJoaquin

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