I want a calculation that displays a summary of how many records have a complete date greater than or equal to 1/1/2017.
Here is what I add to the cell:
="Unassigned: " + COUNTIFS(LOB:LOB, "ERx", [COMPLETE DATE]:[COMPLETE DATE], >=1/1/2017)
Then I get an "Invalid Operation" messag and SS adds spaces to the date portion of the formula:
="Unassigned: " + COUNTIFS(LOB:LOB, "ERx", [COMPLETE DATE]:[COMPLETE DATE], >=1 / 1 / 2017)
Help!