Forum Discussion
amblee176
Sep 15, 2022Copper Contributor
CountIf and Sum(If( - Array help
I am attempting to count the number of unique participants that participated in submitting information upon their location, size and job code they are submitting. I have attempted sum(if( functions w...
- Sep 15, 2022
amblee176 You can try any of below
=BYROW(G6:G8,LAMBDA(x,SUM(--(UNIQUE(FILTER(A:A,(B:B=$G$2)*(D:D=$G$1)*(C:C=x),""))<>"")))) =SUM(--(UNIQUE(FILTER(A:A,(B:B=$G$2)*(D:D=$G$1)*(C:C=G6),""))<>""))
Harun24HR
Sep 15, 2022Bronze Contributor
arrayformula() is formula of google-sheet. You need UNIQUE() with FILTER() function. Share a sample workbook so that we can check.
- amblee176Sep 15, 2022Copper Contributor
This is my spreadsheet.
https://aleragroup-my.sharepoint.com/:x:/r/personal/aanya_lee_aleragroup_com/Documents/Participant%20Info.xlsx?d=w3c2bef3add364484811035fbe6b4293a&csf=1&web=1&e=oREVDz
- Harun24HRSep 15, 2022Bronze ContributorYou file is private. Chare sharing permission to view so that we can download.