=countif
i am trying to count all cells that are greater then 0 but only on certain cells, not the whole column
as shown in print screen
i would also like to have a formula that shows cells in column that are greater than 0 but less than 100
what is the right formula?
thanks in advance
Answers
-
Is it only parent rows that you dont want counted?
If so then you could add a helper column with a column formula
=count(decedents()),
then use a countifs formula
COUNTIFS([helper]:[helper],=0,[remain]:[remain],<>0)
Then for between 0 & 100
COUNTIFS([helper]:[helper],=0,[remain]:[remain],>0,[remain]:[remain],<100)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 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!