Formulas
Deb Allen
✭✭✭
I am working on counting if criteria is met, but want to skip if the cell is blank. I have two formulas that work separately, but when I combine them I get an error.
CountIf
=COUNTIF([Connected to Confirmed]@row, "<7")
Skipping the blank cells
=IFERROR([Connected to Confirmed]@row, "")
I'm not sure what I'm doing incorrectly but I have the formulas counting based on a formula from another cell.
Answers
-
Try something along the lines of...
=COUNTIFS([Column Name]:[Column Name], AND(@cell <> "", @cell < 7))
-
That returns a value of 10...
-
You will want to double check the data within the column then. The formula specifies to count anything that is
Not Blank
AND
Less Than Seven
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!