I have this SumIf formula that Sums column G if the dates in Column F Match the previous day:
=SUMIF('WorkOrder Search Export'!G2:G1000000, TODAY()-1, 'WorkOrder Search Export'!F2:F1000000)
How would I modify this formula to do it for the current month and previous month
Date format in column...