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.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 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!