Forum Discussion
fishnejt
Oct 09, 2020Copper Contributor
COUNTIFS with OR conditions
I am trying to count text values using the following formula. =COUNTIFS(Roster!$C:$C, "Female", Roster!$D:$D,{"New Freshman","Other Transfer","SUNY/CUNY Transfer"},Roster!$F:$F, $B26, Roster!$G:$...
JMB17
Oct 09, 2020Bronze Contributor
Try wrapping it with the sum function:
=SUM(COUNTIFS(Roster!$C:$C, "Female", Roster!$D:$D,{"New Freshman","Other Transfer","SUNY/CUNY Transfer"},Roster!$F:$F, $B26, Roster!$G:$G,"LLDB"))
=SUM(COUNTIFS(Roster!$C:$C, "Female", Roster!$D:$D,{"New Freshman","Other Transfer","SUNY/CUNY Transfer"},Roster!$F:$F, $B26, Roster!$G:$G,"LLDB"))