Hi -
I have posted a sample file here: https://docs.google.com/file/d/0B2V4Nkca2ASFUkV5TVBxSzlLaVU/edit?usp=sharing
Suppose I have 3 columns of data.
ColA = City
ColB = State (50 U.S. States)
ColC = Name
How would I get ALL of the names, from ColC, based on required criteria of B and C? For example, City = Honolulu and State = Hawaii, show me ALL of the names in ColD if these two criteria are true.
I can't quite get this to work. Here is what I have come up with.
=INDEX(A2:C7,MATCH(0,COUNTIF($E$2:$E2,$A$2:$A$7)+($B$2:$B$7<>"HI"),0),COLUMN(C2))
I have posted a sample file here: https://docs.google.com/file/d/0B2V4Nkca2ASFUkV5TVBxSzlLaVU/edit?usp=sharing
Suppose I have 3 columns of data.
ColA = City
ColB = State (50 U.S. States)
ColC = Name
How would I get ALL of the names, from ColC, based on required criteria of B and C? For example, City = Honolulu and State = Hawaii, show me ALL of the names in ColD if these two criteria are true.
I can't quite get this to work. Here is what I have come up with.
=INDEX(A2:C7,MATCH(0,COUNTIF($E$2:$E2,$A$2:$A$7)+($B$2:$B$7<>"HI"),0),COLUMN(C2))