View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
henryriver1
 
Posts: n/a
Default Index Match Two columns Find Last Bottom

Thanks for all your help in the past, I have a list of data containing lets
say two columns. I need to find the bottom or last which meets the criteria
of column A. For instance,
Column A Column B
134 Jack
168 Frank
170 Sally
134 Rod
170 Amy
What I need is where A = 134, I want to find the last used cell where A =134
in which the answer is "Rod". I have searched for a while with other type
solutions but none for exactly what I need. Thanks in advance. My data
contains about 100 rows sometimes the data is the same 134 = Rod, but all I
want is the last cell entry where A =134.