Here are the column names in my sheet that pertain to my question:
[Address By Date] [Days Remaining / Overdue] [Date Resolved]
The column formula is in the [Days Remaining / Overdue] column and I want it to stop counting when a date is entered into the [Date Resolved] column.
The current column formula in the [Days Remaining / Overdue] column is: =IFERROR(NETDAYS([Address By Date]@row, TODAY()), "")
(There may not be a date in the [Address By Date] field and I was returning errors without using IFERROR.)
Would appreciate any help with trying a combo formula that would work! :)