View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Daly Daly is offline
external usenet poster
 
Posts: 4
Default IF column contains certain text return value of corresponding row

Is there a function for: If a column contains certain text, return the value
of the corresponding row from another column?

Column A has names, Column G has "x" that I used to mark the row where I
would like the names referenced on a different sheet? For example

Column A Column B
Ann X
Bob
Carol X
Doug X
Eric
Fred X
Greg

I only want a list that shows:
Ann
Carol
Doug
Fred

If the "x" was removed from their row, their name will not appear on the
list. Thank you so much!!