Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 460
Default Lookup Data in Another Table

I need to instruct MS Excel to look in the cells in column D of Table One,
see if those cells match data in column H of Table Two, and if it does to
insert the descriptions from column I of Table Two in column E of Table One.
In other words, I am matching codes between two spreadsheets, finding the
description of the codes and placing them in a new column in the original
table. 'Suggestion, please.


Sincerely,
DOUG ECKERT
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Lookup Data in Another Table

You don't say what row your data starts on - I'll assume row 2, so put
this in E2:

=IF(ISNA(MATCH(D2,H:H,0)),"",VLOOKUP(D2,H:I,2,0))

Copy down for as many entries as you have in column D.

Hope this helps.

Pete

On Dec 1, 10:32*pm, DOUG wrote:
I need to instruct MS Excel to look in the cells in column D of Table One,
see if those cells match data in column H of Table Two, and if it does to
insert the descriptions from column I of Table Two in column E of Table One. *
In other words, I am matching codes between two spreadsheets, finding the
description of the codes and placing them in a new column in the original
table. *'Suggestion, please.

Sincerely,
DOUG ECKERT


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Lookup only when data exists in table BabyMc[_2_] Excel Discussion (Misc queries) 1 June 9th 09 11:52 AM
Lookup data in a variable table & retrieve data from a pivot table Shawna Excel Worksheet Functions 3 October 10th 08 11:11 PM
Table Lookup using two data elements M.O.R. Excel Worksheet Functions 7 August 11th 08 10:49 PM
Lookup in data table - too many arguments? Canadian Chai Guy Excel Worksheet Functions 3 March 2nd 07 01:43 PM
lookup? list data into summary table Joe Excel Worksheet Functions 6 December 22nd 05 12:25 AM


All times are GMT +1. The time now is 08:58 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"