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
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!