#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 180
Default Match Data

How can I match data for one employee that is in two or more spreadsheets?

Example:
Spreadsheet 1
Employee Pay Rate
9657 15.00

Spreadsheet 2
Employee State
9657 IA

Result needed
Employee Pay Rate State
9657 15.00 IA
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Match Data

Put this in C2 of spreadsheet 1:

=IF(ISNA(VLOOKUP(A2,Sheet2!A:A,1,0)),"",VLOOKUP(A2 ,Sheet2!A:B,2,0))

Copy it down as required.

Hope this helps.

Pete

On Apr 7, 8:41*pm, Donna wrote:
How can I match data for one employee that is in two or more spreadsheets?

Example:
Spreadsheet 1
Employee * * * Pay Rate
9657 * * * * * * * 15.00

Spreadsheet 2
Employee * * * State
9657 * * * * * * * *IA

Result needed
Employee * * Pay Rate * * *State
9657 * * * * * * *15.00 * * * * * IA


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
Match data in 2 columns and return data from 3rd column gwtreece[_2_] Excel Worksheet Functions 1 April 4th 07 03:27 PM
Why do my data labels do not match source data? KeithRD48 Charts and Charting in Excel 1 September 11th 06 08:04 PM
Find, Match data and paste data between two workbooks Chuckak Excel Discussion (Misc queries) 0 September 1st 06 06:59 PM
index,match,match on un-sorted data Brisbane Rob Excel Worksheet Functions 3 September 24th 05 10:04 PM
The match and lookup functions can find literal data but not the same data referenced from a cell Jeff Melvaine Excel Discussion (Misc queries) 3 April 30th 05 01:29 PM


All times are GMT +1. The time now is 10:51 AM.

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

About Us

"It's about Microsoft Excel"