COUNTIFS in a Date Range
I'm attempting to count how many times a sales rep's name appears in a column and the deal they're working on will be closed within a date range. I'm using a countifs statement with an AND for the criteria on the second range. I receive an INVALID OPERATION result when I use AND, but if I only look for either greater than or less than a date, the formula works. Please help!
=COUNTIFS([Sales Rep]:[Sales Rep], [Column50]@row, [Close Date]:[Close Date], AND(>=[Column53]1, <=[Column54]1))
[Column50]@row is the employee's name
[Column53]1 is the beginning of the date range
[Column54]1 is the end of the date range
Answers
-
Hi Robyn,
You shouldn't need the AND statement, see below formula that should work.
Are you intending this for sheet summary with a set range or to be used on a data sheet?
=COUNTIFS([Column50]:[Column50], [Sales Rep]@row, [Column53]:[Column53], >=[Start Date]@row, [Column54]:[Column54], <=[Close Date]@row)
Regards
J Tech
If my response has helped you in any way or provided a solution to your problem, please consider supporting the community by marking it as Insightful, Vote Up, or Awesome. Additionally, you can mark it as the accepted answer, which will make it easier for others to find a solution or get help with a similar issue in the future. Your support is greatly appreciated!
-
Thanks J Tech! It solved the invalid operation error, but it's not returning an accurate count. I'm building a table of the counts to the right of the dataset so Column 50, 53, & 54 are all just reference points to the list of names and dates in the smartsheet table.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!