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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!