Forum Discussion
Mark_Bartlett
Jul 13, 2020Copper Contributor
Excel help
Hi Everyone I have some simple data on services delivered over time to individual people (ID 1 to 18) and the community group they belong to (A to F). Rows are service dates for an individual person...
SergeiBaklan
Jul 13, 2020Diamond Contributor
For such sample
as variant it could be
=SUMPRODUCT(--(MMULT(--($C$3:$H$21="Yes"),TRANSPOSE(COLUMN($C$3:$H$3)/COLUMN($C$3:$H$3)))>0))excelpbi
Jul 13, 2020Brass Contributor
You can shorten it a bit if you are on Office365 Insider
=SUM(--((MMULT(--(C3:H21="YES"),SEQUENCE(COUNTA(C2:H2),1,1,0)))>0))
Cheers
Sam