Forum Discussion
El1-_321
Apr 17, 2019Copper Contributor
Index Match multiple results without duplicates
Hi, can anyone help? I am trying to get a cell to lookup ID2 based on two criterias - Date & ID with the intention of having ID2 returned without the duplicates. A simplified version of the layou...
SergeiBaklan
Apr 17, 2019Diamond Contributor
El1-_321 , it could be like this
=INDEX($C$6:$C$12,MATCH(1,INDEX(($A$6:$A$12=B1)*($B$6:$B$12=B2),0),0))
El1-_321
Apr 17, 2019Copper Contributor
Thank you SergeiBaklan