Hello,
Can someone tell me what I am doing wrong with this formula?
I am trying to remove the "0" number in a blank cell.
I am calculating the number of days a workorder was open. I subtract the close date from the open date (K1487-J1487) which works fine. The problem is, a "0" appears in the "Total Days" column if there are no rows to calculate. I am trying to remove the "0" to a empty field.
What am I doing wrong?
Appreciate your help.
Can someone tell me what I am doing wrong with this formula?
=IF(J1487="","",(K1487-J1487()))I am trying to remove the "0" number in a blank cell.
I am calculating the number of days a workorder was open. I subtract the close date from the open date (K1487-J1487) which works fine. The problem is, a "0" appears in the "Total Days" column if there are no rows to calculate. I am trying to remove the "0" to a empty field.
What am I doing wrong?
Appreciate your help.