Hi,
I am trying to create conditional formatting for a row if the month entered is the same as the current month. If the invoice month is July, and it is currently July, I would like to return a 1 in the Month Conditional Formatting column. Then, create a rule that turns the entire row a color if there is a 1 in the Month Conditional Formatting cell. I tried using the Excel formula in the Month Conditional Formatting column.
=IF(MONTH(Invoice month) = MONTH(TODAY()), 1, "")
but Smartsheet gives me an error.
If there is an easier way to do this, I'm open to suggestions at well.