Hello,
I have looked through the forums that are currently open and could not find a formula that would fit my current needs.
I am using the following formula now:
=COUNTIFS({Pre Trip Completed}, <3, {System}, "ITCMW", {JBO Type}, "Overhead", {Date}, IFERROR(MONTH(@cell), "") = 8)
This formula is pulling data by month (8= August) which means I will have to update each of these formulas monthly and there are almost 1,000 of them.
How can I have this data pull from today and the last 30 days? I have already tried:
{Date}, <TODAY(-30)
Thank you in advance,
Kyle