Number of Entries in a Column

I know this shouldn’t be difficult, but it’s eluding me. I’m working on a scoring system that awards prizes, a la 15.12, and I want to display how many prizes have been collected out of the total number. But I can’t figure out how to count the number of filled entries in one column. Is there a way to do this short of using a repeat statement to count them?

“THe number of filled rows…” should do the trick, unless you have rows filled in but that particular column blank. Otherwise, you can always make a repeat loop through the table with “if there is a X entry, increase num by one.”