Count non-blank cells in a row
Hello,
My smartsheet tracks document reviews and approval. I'm trying to create a formula that returns the number of review rounds per document, by counting "resubmission due" cells if they are not blank. I tried this formula for the first two rounds as a test, but the result is only "1" despite two cells being populated: =COUNTIFS([Resubmission 01 Due]@row, <>"", [Resubmission 02 Due]@row, <>"")
Does anyone know what I'm doing wrong?
Thank you!
Best Answer
-
Hey @Dana G
The formula is counting the instances that both Resubmission 01 and Resubmission 02 are not blank. One approach to remedy this is to have two COUNTIFS and add them together.
=COUNTIFS([Resubmission 01 Due]@row, <>"")+ COUNTIFS([Resubmission 02 Due]@row, <>"")
Will this work for you?
Answers
-
Hey @Dana G
The formula is counting the instances that both Resubmission 01 and Resubmission 02 are not blank. One approach to remedy this is to have two COUNTIFS and add them together.
=COUNTIFS([Resubmission 01 Due]@row, <>"")+ COUNTIFS([Resubmission 02 Due]@row, <>"")
Will this work for you?
-
Aha! Thanks @Kelly Moore that did the trick!
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
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!