Forum Discussion

dpeck's avatar
dpeck
Copper Contributor
Jun 24, 2020
Solved

Need help with a COUNTIFS formula

I'm working on a spreadsheet for state reporting (I work for a school district) and I need to get the unduplicated number of students who received a suspension or in-house suspension.   I've marked...
  • Twifoo's avatar
    Jun 25, 2020
    Try this formula:
    =SUM(COUNTIFS(A2:A57,”X”,
    P2:P57,{“SUS”,”IH”}))

Resources