I am trying to create a helper column to flag something as occuring "This Month" or "Last Month"
This is the formula I'm using.
=IF(Date@row = MONTH(TODAY()), "This Month", "Last Month")
It is saying #INVALID OPERATION. Not sure what I have wrong here.