Hello
I have a sheet that tracks number of days we are over or under staffed with a -2, -1, 0, 1, 2
I would like to add a criterion that it only counts the days that are after today.
Here is the formula that was recommended by Smartsheets
=COUNTIFS($[U/O Monday]$6:$[U/O Friday]$58, -2, $[Week Of]$6:$[Week Of]$58, @cell > TODAY())
Here is my formula that says "Incorrect argument set"
=COUNTIFS($[U/O Monday]$6:$[U/O Friday]$58, -2, $[Week of]$6:$[Week of]$58, @cell > TODAY())