Total Entries on a Sheet

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.
Best Answer
-
Hi @Laurie A
Well to make it a bit easier the function COUNT already counts everything that is not blank. So your formula will be:
=COUNT({Title})
Hope it helped!
Answers
-
Hi @Laurie A
Well to make it a bit easier the function COUNT already counts everything that is not blank. So your formula will be:
=COUNT({Title})
Hope it helped!
-
Thank you @David Joyeuse!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.2K Get Help
- 430 Global Discussions
- 152 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 75 Community Job Board
- 501 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!