The Community will be undergoing maintenance on Friday January 10 at 2:00pm - Saturday January 11 at 2:00pm EST, and will be "read-only." For assistance during this time, please visit our Help Center.
Jul 10, 2020 05:30 AM
I want to count the number of attendees on course. I’ve uplodad a pic of the formula. Any ideas what I’ve done wrong?
Solved! Go to Solution.
Jul 10, 2020 05:50 AM
You’ll want to use the aggregate function…
COUNTA(values)
SUM() is meant for numeric values :slightly_smiling_face: COUNTA() will count all non-empty values.
Hope this helps!
Jul 10, 2020 05:50 AM
You’ll want to use the aggregate function…
COUNTA(values)
SUM() is meant for numeric values :slightly_smiling_face: COUNTA() will count all non-empty values.
Hope this helps!
Jul 10, 2020 06:01 AM
Drrr! Of course. Many thanks. I knew it was an easy one.