Thread: Lookup Help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Whitney Whitney is offline
external usenet poster
 
Posts: 40
Default Lookup Help

Could you tell me the best way to accomplish my goal...

I have a master spreadsheet that contains customer name and customer ID. I
have data spreadsheet that contains customer name, customer ID, Call type
(Inbound or outbound), reason code, date.

I need the master spreadsheet to reference the data spreadsheet and look for
a match of customer ID, and return call type and reason code. If there is
more than one match, to look at the date and time and return the most recent
call
type, reason code and date. If there is no match, then leave blank.

Example:
Master
A B
Name ID
1 Mickey 1234

Data
A B C D E
F
Name ID Type Reason Date
Time
1 Mickey 1234 Outbound LM 9/1/2009
1:30pm
2 Mickey 1234 Inbound Comp 9/2/2009
10:00am

Updated Master
A B C D E
F
Name ID Type Reason Date
Time
1 Mickey 1234 Inbound Comp 9/2/2009
10:00am