Hello, I have the formula to check a box for line items with the current month.
=IF(AND(YEAR(Date@row ) = YEAR(TODAY()), MONTH(Date@row ) = MONTH(TODAY())), 1, 0)
Trying to set up a report for all items with the previous month (i.e. 1 month prior to current). How can I modify to check the box?