Formula Help!!!!! PLEASE
I have a data set with a bunch of dates
09/03/19
09/04/19
08/19/19
07/01/19
You get the idea....
Im trying to get a count of "incidents" by month... but I cant get the formula to work!!!
July = 10
Ive tried... (below) and many others...
=COUNTIF({(NEW) Support Request (USER) Range 10}, MONTH({(NEW) Support Request (USER) Range 10}}7))
#Unparseable
=SUMIF({(NEW) Support Request (USER) Range 10}, MONTH({(NEW) Support Request (USER) Range 10}7))
#Unparseable
Comments
-
=COUNTIF({(NEW) Support Request (USER) Range 10}, MONTH({(NEW) Support Request (USER) Range 10}) = 7))
Give this slight modification a try.
-
You don't want to look at the MONTH for the ENTIRE range as a whole. You want to look at the entire range yes, but on an individual cell by cell basis.
=SUMIF({(NEW) Support Request (USER) Range 10}, MONTH(@cell) = 7)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!