I am using the following formula to calculate the net days but only if the dates are listed. What am I doing wrong?
=IF(AND(ISDATE([Date Received]3085), ISDATE([Processing End Date]3085)), NETDAYS([Date Received]3085, [Processing End Date]3085), "")
Thank you much!

