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 I would like to be able to count for the current week.
=COUNTIFS([Interview Date]:[Interview Date], @cell = TODAY(7), [Interview Date]:[Interview Date], @cell > TODAY(), Fleet:Fleet, "A220")