Count IF Between Dates in Excel based on a name
Hello,
I want to count the cells that contain a certain name in the assigned to column on one sheet only if the task start date is within a certain date range i.e the current week.
For example, count how many times the "Assigned To" column on Project Plan sheet contains the name John Smith
The two sheets are Project Plan & Resources.
The COUNTIF formula on the Resources sheet to count all tasks assigned to an individual based off their name in the Assigned to Column in the Project Plan sheet is:
=COUNTIF({Project Plan Range 3}, =[Team Member]2)
From here I've been trying to add the function to also check for the within the last 7 days criteria.
=COUNTIF({Project Plan Range 3}, =[Team Member]2) AND ({Project Plan Range 4} ????
Project Plan Range 4 in this case being the Task Start Date Column
Comments
-
You'll want to use countifs for this task. Let me know if you need greater assistance.
More on countifs: https://help.smartsheet.com/function/countifs
-
Were you able to compose something?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!