How to count how many times an specific name in a column has a "Pass" in another column?

BSmartSheet
ββ
Hello community,
I have a Calculation sheet and I want to track how many times specific names have a "Pass" and or "Fail" in another sheet. I have a dashboard I'm connecting this calculation sheet to.
For example how many "Pass" in column 2 does "john" in column 1 have
Tags:
Best Answer
-
I was able to figure it out
=COUNTIFS([{Name Column}, "Specific Name", {Status Column}, "Pass")
Answers
-
I was able to figure it out
=COUNTIFS([{Name Column}, "Specific Name", {Status Column}, "Pass")
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!