Creating a COUNTIFS formula to record number of quotes provided by a salesperson in a calendar month
Hello! When using COUNTIF formula in a summary sheet (referencing another sheet) to show number of jobs quoted per salesperson, as follows:
=COUNTIF({ASSIGNED TO}, [Primary Column]6) ..... where Primary Column shows the name of the salesperson
How would you write a COUNTIFS formula to read the Date Quoted column as well to display only quotes within a calendar month?
Thanks for your help!!
Answers
-
You would follow the same pattern and include the range that contains the dates and the date criteria. The below is for June of 2020.
=COUNTIFS({ASSIGNED TO}, [Primary Column]6, [Date Column]:[Date Column], AND(IFERROR(MONTH(@cell), 0) = 6, IFERROR(YEAR(@cell), 0) = 2020))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 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!