Forum Discussion
madbeatz
Mar 14, 2024Copper Contributor
Show distinct value based on multiple conditions
I have a excel data sheet which is an extract from a support tool. The extract is shown in the picture below. Column A - Ticket ID. The ticket ID is unique to each case but appears multiple time as ...
- Mar 14, 2024
Himadbeatz ,
you can try this formula. This should produce your result:=IF(AND(E2="L2 Support";OR(F2="Development Team";F2="Product Team");SUMPRODUCT(--(A$2:A2&E$2:E2=A2&E2))=1);1;"")