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
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!