Count if date range
I am trying to create a formula that will tell me how many tasks that contain Map that are Flagged for CSO responsible that are due in 7 days, 14 days and 30 days from the Current Date or Revised Date (whichever is the great of the two)
Answers
-
Try something like this...
=COUNTIFS(Tasks:Tasks, CONTAINS("Map", @cell), [CSO Responsible]:[CSO Responsible], @cell = 1, [Revised Target Date]:[Revised Target Date], AND(@cell >= TODAY(), @cell <= TODAY(7))) + =COUNTIFS(Tasks:Tasks, CONTAINS("Map", @cell), [CSO Responsible]:[CSO Responsible], @cell = 1, [Target Date]:[Target Date], AND(@cell >= TODAY(), @cell <= TODAY(7)), [Revised Target Date]:[Revised Target Date], @cell = "")
-
I pasted the formula in a a Test column and got #invalid
operation. Any idea of what I did wrong?
-
Invalid what exactly? There are a few errors that start with "INVALID", so it will help to know exactly which one it is for troubleshooting.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 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!