Odd way to emulate excel formula counta()
L_123
✭✭✭✭✭✭
Needed to count all cells for a project, found how to do it, and am posting it here in case it helps someone else.
on range a
=countifs(A:A,@cell = @cell)
Tags:
Comments
-
Hi @L_123
Thanks for sharing!
Can I clarify, is this looking to count all cells in the column including blank cells?
=COUNT(A:A) should provide you with the number of non-blank cells.
If you're wanting to include blank cells, I had used this formula before (but your way is much cleaner!):
=COUNT(A:A) + COUNTIF(A:A, @cell = "")
Cheers 🙂
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now -
Yes, this counts all cells, including blanks
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 379 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 304 Events
- 34 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!