Need help adding an AND clause to a countif formula

ClanMcDe
✭✭
I have a metric sheet with a list of customers that counts the number of orders in an order sheet
The formula I am using is:
=COUNTIF({Analyst Request Tracker with Form Range 5}, Category52)
Need to add an AND clause based on status being equal to "In Progress, or "Not Started" (column located in the Analyst Request tracker with form sheet)
Any assistance appreciated.
Answers
-
Try the below one:
=COUNTIFS({Analyst Request Tracker with Form Range 5}, Category52, {Analyst Request Tracker with Form Range Status}, "In Progress") + COUNTIFS({Analyst Request Tracker with Form Range 5}, Category52, {Analyst Request Tracker with Form Range Status}, "Not Started") -
Hi Shanky,
I tried the formula and it only seems to count the items if they are "In Progress"
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!