G
GEM
I have dates on two columns and they are formated to be dates...
A1=2/10/2009 2:55:00 PM
B1=2/14/2009 10:51:00 AM
C1=INT(B1-A1)&" days "&TEXT(B1-A1,"hh:mm")
C1 gives me the exact days and hours between B1 and A1 (3 days 19:56),
column C is also formatted to date. Now I want to add all the results from
column C, so I used a simple =SUM(C1:C4) and I get #VALUE!
How can I add all the results from column C???
A1=2/10/2009 2:55:00 PM
B1=2/14/2009 10:51:00 AM
C1=INT(B1-A1)&" days "&TEXT(B1-A1,"hh:mm")
C1 gives me the exact days and hours between B1 and A1 (3 days 19:56),
column C is also formatted to date. Now I want to add all the results from
column C, so I used a simple =SUM(C1:C4) and I get #VALUE!
How can I add all the results from column C???