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
- Smartsheet Customer Resources
- 63.6K Get Help
- 403 Global Discussions
- 215 Industry Talk
- 454 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!