INDEX & MATCH UPDATE

Mustafa Evans

New Member
Joined
Mar 18, 2010
Messages
35
Office Version
  1. 2010
Platform
  1. Windows
Hi, hope that someone can help, i have a workbook that i need to update with location information (AREA, BLOCK, SHELF) from a daily data dump from a separate source.

Both data sources have a unique identifier but the workbook that i need to update doesn't have the location information i need. This appears as 3 columns (F, G, H).

The unique ID is in column A in the daily data dump (changing daily but about 900 records) and in Column E in the workbook.

The updating cell information needs to be updated into cells J, K and L on the workbook.

Many thanks in advance.
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Dear Mustafa,

Please try the below, I reconstructed a sample based on your description

Book1
ABCDEFGH
1Unique IDAREABLOCKSHELF
2111ABC123A1
3222EFG456A2
4333HIJ789A3
Source



Book1
EFGHIJKL
1Unique IDAREABLOCKSHELF
2111ABC123A1
3222EFG456A2
4333HIJ789A3
Output
Cell Formulas
RangeFormula
J2:L4J2=INDEX(Source!F$2:F$4,MATCH(Output!$E2,Source!$A$2:$A$4,0))


Best Regards
M.Yusuf
 
Upvote 0
Solution

Forum statistics

Threads
1,214,985
Messages
6,122,606
Members
449,089
Latest member
Motoracer88

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