VLOOKUP Help

donna123

New Member
Joined
Aug 23, 2011
Messages
3
I am having trouble with a vlookup. I want it to pick up a material description using material no from one table which is the most up to date and contains only the materials we have used here for the past 2 years, the spreadsheet i am copying the formula into contains lots of obsolete material numbers which i need to delete out but the formula isnt showing them as n/a it is simplying copying down the last known material description until it finds one is knows (hope this makes sense!).

My vlookup is as below:

=VLOOKUP(A6711,'Customer info'!$A$1:$D$35248,4)

So it is trying to pick up the material description from the Customer info sheet.
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
i think you should add the last argument for VLOOKUP
=VLOOKUP(A6711,'Customer info'!$A$1:$D$35248,4,0)

if it is not working
please post small sample from your data in Customer info sheet
 
Upvote 0

Forum statistics

Threads
1,224,561
Messages
6,179,521
Members
452,923
Latest member
JackiG

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