Calculate multiple stages
Hi,
I have two columns: "Sales Rep" and "Sales Stage." The "Sales Stage" column contains these options:
Proposal Qualification Needs Analysis Negotiation Stalled Closed - Won Closed - Lost
I want to count the number of opportunities that are in only these 4 stages: Proposal, Qualification, Needs Analysis, and Negotiation. I do NOT want to include Stalled, Closed - Won, or Closed - Lost in the count.
Currently, I am using this formula:
=SUM({Sheet - Sales Pipeline Metrics Range 1})
But this formula counts all stages. How can I adjust the formula to count only the 4 desired sales stages? Experts please help.
Thank you!
Answers
-
Try this:
=COUNTIFS({Sales Stage}, OR(@cell = "Proposal", @cell = "Qualification", @cell = "Needs Analysis", @cell = "Negotiation"))
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!