VLookup/Match ????

JOANNMU

New Member
Joined
May 27, 2014
Messages
14
I am trying to lookup data in Excel 2010 on two spreadsheets. Sheet 1, column N is my material number, Column V is my delivery time. I have like data in sheet 2 with delivery time on column E. I need to populate column W in sheet 1 with the data in column E on sheet 2. I tried match, lookup, etc. and nothing seems to work.....******** type="cosymantecnisbfw" cotype="cs" id="SILOBFWOBJECTID" style="width: 0px; height: 0px; display: block;"></object>
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
I am not seeing how to attached an excel spreadsheet to the forum.....ugh!******** type="cosymantecnisbfw" cotype="cs" id="SILOBFWOBJECTID"></object>

******** type="cosymantecnisbfw" cotype="cs" id="SILOBFWOBJECTID" style="width: 0px; height: 0px; display: block;"></object>
 
Upvote 0
I tried the formula but the cell still is not pulling in any data....still blank...



in cell W2 in Sheet1 put:

=IFERROR(OFFSET(Sheet2!$R$1,MATCH($N2,Sheet2!$E$2:$E$100,0),0),"")


******** type="cosymantecnisbfw" cotype="cs" id="SILOBFWOBJECTID" style="width: 0px; height: 0px; display: block;"></object>
 
Upvote 0
it worked for me, at least for the first row (Item Number 34543), it returned 14, for the rest of your example they will be blanks because they don't have an exact match in Sheet2..
 
Upvote 0
Does the data need to be sorted? I cannot sort my data at all....******** type="cosymantecnisbfw" cotype="cs" id="SILOBFWOBJECTID"></object>


it worked for me, at least for the first row (Item Number 34543), it returned 14, for the rest of your example they will be blanks because they don't have an exact match i******** type="cosymantecnisbfw" cotype="cs" id="SILOBFWOBJECTID"></object>
******** type="cosymantecnisbfw" cotype="cs" id="SILOBFWOBJECTID" style="width: 0px; height: 0px; display: block;"></object>
 
Upvote 0

Forum statistics

Threads
1,226,730
Messages
6,192,705
Members
453,748
Latest member
akhtarf3

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