Unique filter

AGM
โญโญโญ
Can someone help me with the below formula?
I am trying to count unique values within a column that also have a specific condition.
=COUNTIFS, DISTINCT({CBA - Master Range 4}, {CBA - Master Range 2}, "Accepted", {CBA - Master Range 1}, =Title@row)
Antonio Gonzรกlez-Martรญnez (He/Him/รl)
Configuration Support
E&I United Strategic Platform Ops & Enablement UnitedHealthcare
O: 952.251.4387
E: antonio_gonzalez-martinez@uhc.com
Tags:
Answers
-
Try this:
=COUNT(DISTINCT(COLLECT({CBA - Master Range 4}, {CBA - Master Range 2}, @cell = "Accepted", {CBA - Master Range 1},ย @cell = Title@row)))
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!