View Single Post
  #6   Report Post  
Dorian74 Dorian74 is offline
Junior Member
 
Posts: 10
Thumbs up

Quote:
Originally Posted by Spencer101 View Post
I think you may have got the cells in your formula above wrong. A1 looks like a header cell rather than one that contains a date.

It's simple enough to make the error message not show using:

=IF(promised_date="","",promised_date-actual_date)

and just swap promised_date and actual_date with the correct cell refs and copy down.
Thank you for the answer. that did the trick.