count number customers briefed by quarter
Hi,
I have a date column which shows the date we briefed a customer, I want to determine how many customers we briefed in each quarter and eventually by month. The column property is "date" and I cannot change that.
=COUNTIFS([Date Briefed:Date Briefed], >DATE(2017,07,31), [Date Briefed:Date Briefed],<DATE(2017,11,01))
I tried this but the result is unparsable
I have tried not using the DATE function but that doesn't work either. Any suggestions?
--B
Comments
-
If your Column headers contain spaces surround each reference with brackets. I was able to run a similar formula on End dates in a text/number formatted column.
=COUNTIFS([Date Briefed]:[Date Briefed], >DATE(2017,07,31), [Date Briefed]:[Date Briefed],<DATE(2017,11,01))
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives