Hi, all-
I am trying to check a box in a helper column when a submission date is less than two weeks from a requested response date. Here is the formula I am using:
=IF(NETDAYS([Submission Date]@row,[Requested Response Date]@row)<15), 1, 0)
Submission and Requested Response Dates are formatted at date columns, and SS recognizes the cells.
I am getting an unparseable response.
Any thoughts on what is wrong with this formula? This should be easy, but I am missing it.