vlookup #NA error

MASHED_33

New Member
Joined
Nov 26, 2009
Messages
12
Hi,

I'm getting #NA error in vlookup function, I've already checked spaces in lookup value and ensured that all are in "General" format. formula in #NA value is =VLOOKUP(H4,$C$3:$F$7,3,0)

C</SPAN>D</SPAN>E</SPAN>F</SPAN>G</SPAN>H</SPAN>I</SPAN>
3</SPAN>ADAMS HARKNESS HILL INC</SPAN>0</SPAN>afisher@DGTI14 </SPAN>1234</SPAN>
4</SPAN>ADAMS HARKNESS HILL INC</SPAN>8813150</SPAN>afisher0@adamsharkness.com</SPAN>1234</SPAN>8813150</SPAN>#N/A</SPAN>
5</SPAN>ADAMS HARKNESS HILL INC</SPAN>0</SPAN>AFISHERAHH@DGTI14 </SPAN>1234</SPAN>
6</SPAN>ADAMS HARKNESS HILL INC</SPAN>0</SPAN>AHHADMIN@DGTI14 </SPAN>1234</SPAN>
7</SPAN>ADAMS HARKNESS HILL INC</SPAN>9009310</SPAN>ahhadmin0@adamsharkness.com</SPAN>1234</SPAN>

<TBODY>
</TBODY><COLGROUP><COL><COL><COL><COL><COL span=2><COL><COL></COLGROUP>

Thanks for your help in advance.
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Change your formula to
Code:
=VLOOKUP(H4,$D$3:$F$7,2,0)
The value you are using to Lookup MUST be in the 1st column of the lookup table
 
Upvote 0

Forum statistics

Threads
1,213,489
Messages
6,113,954
Members
448,535
Latest member
alrossman

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