How do you apply the =SUM(COUNTIFS(DECENDANTS()) functions with 3 or more criteria?

Alison Laninger
Alison Laninger ✭✭
edited 03/09/20 in Formulas and Functions

I am using the =SUM(COUNTIFS(DECENDANTS()) functions and have successfully applied it for 1 criteria set with the following..


=SUM(COUNTIFS(DESCENDANTS([Contract Type Code]764), "TCH", DESCENDANTS([Instructor Type Lookup]764), "Staff"))


and also successfully applied it for 2 criteria set with the following...


=SUM(COUNTIFS(DESCENDANTS([Contract Type Code]764), "TCH", DESCENDANTS([Instructor Type Lookup]764), "FT2"), (COUNTIFS(DESCENDANTS([Contract Type Code]764), "TCH", DESCENDANTS([Instructor Type Lookup]764), "IC")))


but have not been able to replicate this formula when 3 or more criteria is required to produce the information i need.


How do I apply these functions with 3 or more criteria when using COUNTIFS?

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!