I'd like to keep a running total of entries on a sheet. I thought I could do it with a countif not isblank formula pointing to the primary column (so text/number field) but It's returning 0 and there are many entries so I know it's wrong.
Is there a better way to do this that I'm not thinking of?
The formula I was using is =COUNTIF({Title}, NOT(ISBLANK("")))
Title is the name of the primary column on the other sheet I am referencing, hence the { } parenthesis.