Hello,
I'm trying to calculate the amount of requests (using the AFID column) that our department gets on a monthly basis so that I can track them on a dashboard graph. For the month of January 2019, I have the formula:
=COUNTIFS({AFID}, AND(MONTH(@cell) = IF(MONTH(TODAY()) = 1, 12, MONTH(TODAY()) - 1), YEAR(@cell) = IF(MONTH(TODAY()) = 1, YEAR(TODAY()) = 1, YEAR(TODAY()), {AFID})))
I keep getting "INCORRECT ARGUMENT." I think I might have an extra function in there?
I also am trying to track 2018, but started with 2019 first.