View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rod Rod is offline
external usenet poster
 
Posts: 108
Default Lookup Using Part of a Text

Hello,

I have three tabs: Team Track Raw Data, Commitments Data and Commitments
Chart. Raw data looks like this:
Name Tot Prem Rec
AAAAA, John Doe $59 $616 3

I want Commitments Data to search Track Data based on first names, i.e. John
and bring back the number in the 4th col, i.e. 3. So, Commitments Data will
look like:

Name Rec
John 3

I will chart John's Rec of 3 in Commitments Chart.

Thank you for your help.