Jul 05 2023 04:32 AM
Hi all
I need a bit of help building on a COUNT + SEARCH formula in the attached sample doc (for range F2:K7).
I'm having a bit of trouble adding in some kind of match convention which will look at the 'Buyer' header row and break it down further.
Haven't been able to find anything online for this particular scenario.
Many Thanks
Jul 05 2023 05:50 AM
Solution=SUMPRODUCT(($B$2:$B$9=F$1)*(ISNUMBER(SEARCH($D2,$A$2:$A$9))))
Does this return the intended result?
Jul 05 2023 06:25 AM