Countif "Incorrect Argument Set"
Conor
✭✭
I can't understand why this formula doesn't work...
=COUNTIF([2022]1:[2022]11, [Deal Prob]1:[Deal Prob]11, "Green")
Tags:
Answers
-
@Conor ,
Are you trying to count the number of cells that in 2022 that have data in them and are marked green in Deal Prob, or are you trying to sum the data from the 2022 column for the Deal Prob column marked green?
To count the number of cells, you'd use: =COUNTIFS([2022]1:[2022]11, >0,[Deal Prob]1:[Deal Prob]11, "Green")
To sum the data, you'd use: =COUNTIFS([2022]1:[2022]11, [Deal Prob]1:[Deal Prob]11, "Green")
Let me know if this works for you!
Best,
Heather
-
@Heather Duff Yes! Thank you so much
-
@Conor great! Glad it worked for you.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 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!