=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
- 67.7K Get Help
- 473 Global Discussions
- 200 Use Cases
- 514 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 520 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 308 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!