Hi All,
I stuck with some stuff regarding the INDEX + MATCH. If you can see below, i have the following table as example with some employee Names and source of the sale. What i want to get is a list with the Employee Names, where sales were by credit card.
Employee Nm (A1) Source (B1) AAAAA Debit Card AAAAA Credit Card ZZZZZ Debit Card CCCCC Credit Card BBBBB Debit Card CCCCC Credit Card AAAAA Credit Card
Right now, using the following formula.. (Paste on C2)
=SI.ERROR(INDICE($A$1:$A$5; COINCIDIR(0; INDICE(CONTAR.SI($C$1:C1; $A$1:$A$31); 0; 0); 0)); "") [spanish]
=IF.ERROR(INDEX($A$1:$A$5; MATCH(0; INDEX(COUNTIF($C$1:C1; $A$1:$A$31); 0; 0); 0)); "") [english]
I get the following... a list of unique employeeNm.
AAAAA ZZZZZ CCCCC BBBBB
So, There is a way to get a list of employees but only where there sale is "Credit Card"
[highlighted in green]
Hope you have the correct answer. Thank you so much!
Bookmarks