Forum Discussion
kyledupic
Mar 25, 2023Copper Contributor
Count how many times 1 column AND multiple columns (using OR logic) show up
Excel file attached. I want to know how many times a 7th grader showed up AT LEAST ONCE to the 4 dates showing (and then the same for 8th graders). It would be nice to expand the logic to how man...
- Mar 25, 2023
=SUMPRODUCT(($B$3:$B$28=$O7)*($I$3:$I$28=P$6))With the results from column I you can try this formula.
OliverScheurich
Mar 25, 2023Gold Contributor
=SUMPRODUCT(($B$3:$B$28=$O7)*($I$3:$I$28=P$6))With the results from column I you can try this formula.