Hi all,
I have three columns.
- One column has a program name (identifier)
- One column has an identification number (100020000)
- One column has a time span (spring, summer, fall, winter)
I only want to count the identification number once and attribute it to the program name, so I am trying to work out a formula:
=COUNTIF(DISTINCT({identification number}), ({program name}), CONTAINS("Program1", @cell))
I'm receiving "INCORRECT ARGUMENT".
What am I getting wrong here?
Thanks for the help,
Cindi