
Originally Posted by
mikeeee
Column a = a date such as 1/25/04. Column b = a later date such as 2/25/04
Column c = the total number of days between the two dates.
The problem I am having is when I don't have a date in column b yet I get the
#VALUE! or FALSE message. Is there a way to still have the formula in the cell without getting the error messages, ie the c cell just stays blank if there is no date in b yet? Also if I am entering these dates down a column say 100 lines or so. Column d I need to tell me what the average number of days is of column c again without error messages. The formula I am using in C is
=IF(B1>0,B1-A1) If B1 does not have a date yet I get the error message.
The formula I am using for D is =AVERAGE(C1:C100) Any help would be greatly appreciated as usual.
Thanks in Advance
Bookmarks