Counting status' only when certain criteria is present

Cayla Davis
Cayla Davis ✭✭✭✭
edited 05/07/25 in Formulas and Functions

We are trying to create a formula that will count if 'Update Required' or 'Ticket Opened' or 'New Document Submitted' is found and 'SBR' is found in another cell

Goal is for us to understand that from the SBR items, we have X amount of items pending

This is what we are using but i think it's counting things incorrectly

=COUNTIFS({UPDATE REQUIRED}, HAS(@cell, "Update Required")) + COUNTIFS({UPDATE REQUIRED}, HAS(@cell, "Ticket Opened")) + COUNTIFS({UPDATE REQUIRED}, HAS(@cell, "New Document Submitted")) + COUNTIFS({GDS}, HAS(@cell, "Sabre"))

Cayla Davis | Technology Strategy and Optimization Manager
Halifax, Nova Scotia, Canada

Tags:

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!