COUNTIF Cell Value is Negative
Hello!
I don't yet see this question put out there, so here we go:
I have a column that has both negative and positive values. I would like to create a formula that counts how many negative values exist in that column. (This is for a sheet summary).
Currently my formula looks like this:
=COUNTIF([Delta: Projected Hours vs. Worked & Forecasted], <0)
*My column name is Delta: Projected Hours vs. Worked & Forecasted.
Help?
Best Answer
-
Hi @ghurvitt
You almost had it. You just need to reference the column slightly differently:
=COUNTIF([Delta: Projected Hours vs. Worked & Forecasted]:[Delta: Projected Hours vs. Worked & Forecasted], <0)
Answers
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 436 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 508 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 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!