Count unique assignment IDs when the name matches
Hello, I'm struggling with a a cross-sheet formula where I count the number of unique assignments IDs when the name matches. I've tried the following without success:
=COUNTIFS({Assignment ID}, {Name}, [Primary Column]@row)
=COUNTIFS(DISTINCT({Assignment ID}, {Name}, [Primary Column]@row))
=COUNTIF(DISTINCT({Assignment ID}, {Name}, [Primary Column]@row))
=COUNTIFS(DISTINCT(COLLECT({Assignment ID}, {Name}, [Primary Column]@row)))
I keep getting INCORRECT ARGUMENT SET
Can someone help me identify what I am doing wrong?
Answers
-
You are close with the last one. You need a COUNT
IFS/DISTINCT/COLLECT.
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!