How to count how many interviews in the current week?
I am currently trying to track how many interviews are scheduled in the current week per fleet type?
The formula I have is counting 7 days from today but isn't including the current day.
=COUNTIFS([Interview Date]:[Interview Date], @cell = TODAY(7), [Interview Date]:[Interview Date], @cell > TODAY(), Fleet:Fleet, "A220")
Best Answer
-
Awesome, glad it worked! Please remember to click the Answer button if you don't mind.
Re: "Is there a way to create a formula for the current?" - By this do you mean for the current week?
Answers
-
In your second Today(), try Today(-1)
Basically you're excluding today by saying "greater than today". What I'm suggesting is saying "greater than yesterday" which includes today.
Hope this helps!
BRgds,
-Ray
-
Thank you, this does work with including today.
Is there a way to create a formula for the current?
-
Awesome, glad it worked! Please remember to click the Answer button if you don't mind.
Re: "Is there a way to create a formula for the current?" - By this do you mean for the current week?
-
yes, for the current week
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!