Hi,
Please can you help me adapt my formula so that the second part of the sum product is looking for any occurrence of "Ticket" within a string from E2:E995. The reason being is that in the data, "Ticket" is suffixed with a number e.g. "Ticket1", "Ticket2" etc.
=IF(ISBLANK(A2),"",IF(SUMPRODUCT((Details!$A$2:$A$995=Summary!A2)*(Details!$E$2:$E$995="Ticket"))>0,"Yes","No"))
Thanks
Bookmarks