Skip to main content

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?

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!


Drrr! Of course. Many thanks. I knew it was an easy one.