Count for the months
Hi,
Hope you could help me.
I want to count all status of "Pending" for the remaining months, Oct, Nov, Dec 2021. I was able to generate only October. How to add Nov and Dec. Thanks.
=COUNTIFS({2021 Orders - Richard Range 1}, "Pending", {2021 Orders - Richard Range 1}, AND(IFERROR(MONTH(@cell), 0) = 10, IFERROR(YEAR(@cell), 0) = 2021))
Best Answer
-
I would recommend trying ">" in front of "= 10". So it would look like this "AND(IFERROR(MONTH(@cell), 0) => 10" that logic should include Oct, Nov, and Dec.
Answers
-
I would recommend trying ">" in front of "= 10". So it would look like this "AND(IFERROR(MONTH(@cell), 0) => 10" that logic should include Oct, Nov, and Dec.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 513 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 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!