Hello,
I have learnt a lot about excel here, but I'm blocked with a formula which doesn't return the correct value whatever combinations I have tried.
In the file below (in french sorry), in the cell (D19) I would like to return the customer name corresponding the expiring contract date (E19) but with 3 others conditions (C1,B7,D7).
The data are located in the tab BDD_Client, I can have several customer for a same date.
My formula
=IFERROR(INDEX(BDD_Client!$D$3:$D$9999;SMALL(IF(BDD_Client!A:A=$C$1;IF(BDD_Client!B:B=$D$7;IF(BDD_Client!C:C=$B$7;IF(BDD_Client!K:K=E19;ROW(BDD_Client!$D$3:$D$9999)-ROW(BDD_Client!$D$3)*0))));ROWS(E$19:N19)));"")
Thank you for your help.
noeste
I have learnt a lot about excel here, but I'm blocked with a formula which doesn't return the correct value whatever combinations I have tried.
In the file below (in french sorry), in the cell (D19) I would like to return the customer name corresponding the expiring contract date (E19) but with 3 others conditions (C1,B7,D7).
The data are located in the tab BDD_Client, I can have several customer for a same date.
My formula
=IFERROR(INDEX(BDD_Client!$D$3:$D$9999;SMALL(IF(BDD_Client!A:A=$C$1;IF(BDD_Client!B:B=$D$7;IF(BDD_Client!C:C=$B$7;IF(BDD_Client!K:K=E19;ROW(BDD_Client!$D$3:$D$9999)-ROW(BDD_Client!$D$3)*0))));ROWS(E$19:N19)));"")
Thank you for your help.
noeste