I am attempting to count if 2 criteria are met in one sheet that is not the sheet I am reporting to
Example: Count if "Won_2022" (in the first column) and "Phone Call" (in the second column). Thanks.
Best Answer
-
Hi @HollyD
Is this what you're looking for?
Formula:
=COUNTIFS({first column range}, "Won_2022", {second column range}, "Phone Call")
Column ranges:
Tomasz Giba
Answers
-
Hi @HollyD
Is this what you're looking for?
Formula:
=COUNTIFS({first column range}, "Won_2022", {second column range}, "Phone Call")
Column ranges:
Tomasz Giba
-
It worked! One character diff in what I was trying to do. Thank you so much!
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!