I have a column called "Closing Date". I also have a column that calculates the number of days until the closing date. It works great if I have entered the closing date. However, if we don't know the closing date yet and leave that column blank I then get an error in the column that is calculating the closing date. Anyway to just have it be blank?
Here is the formula I am using: =NETDAYS(Today2, [Close Date]2)
Here is the error I am getting when no date is entered in the Close Date column:
#INVALID DATA TYPE
Thanks for your help.