Vlookup is not working

ruveenck

New Member
Joined
Feb 17, 2011
Messages
5
hai
I have a table array ,i want to take the details from this array to another sheet
(please visit the link to view the picture:
<a href="http://s581.photobucket.com/albums/ss252/ruveenck/?action=view&current=vllokup1.jpg" target="_blank"><img src="http://i581.photobucket.com/albums/ss252/ruveenck/vllokup1.jpg" border="0" alt="Photobucket"></a>
In the next sheet i have given the vlookup function as ; =vlookup(D3,sheet2!B2:M12,3) .
and in the column D3, i have the value , if the value is in the array , this function is working properly , but if the value that i given in the column D3 is wrong , then the function is showing some other results. My question is , when if we given the value is not in the array , then the functioned column should be null or n/a . Here i am giving the second sheet picture please visit for your reference .
<a href="http://s581.photobucket.com/albums/ss252/ruveenck/?action=view&current=vllokup2.jpg" target="_blank"><img src="http://i581.photobucket.com/albums/ss252/ruveenck/vllokup2.jpg" border="0" alt="Photobucket"></a>
Please help me to rectify this error .
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Try adding FALSE as the fourth argument

=VLOOKUP(value,table array,offset,FALSE)
 
Upvote 0
but sir , first time i was given that equation , (=VLOOKUP(value,table array,offset,FALSE) still it not working . If we give "false" in the end , then it viewing as "#N/A " .
 
Upvote 0

Forum statistics

Threads
1,215,045
Messages
6,122,836
Members
449,096
Latest member
Erald

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