View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Michael Hahn Michael Hahn is offline
external usenet poster
 
Posts: 2
Default search for data matching some condition

For example,

Sheet 1 is data base as below.
name group team
------ ------ ------
aaa red bear
bbb blue lion
ccc red lion
ddd yellow tiger
eee blue bear
.....

Now I want to fill up sheet 2 using sheet 1
name group team
------ ------- ------
ccc
eee
hhh

How can I find match group name and team name in sheet 1? What function is
working for searching. There is no duplicated name in data base.

Thanks.