I have table like this
Date 1 Date2 Diff Date2-Date1
19.12.05 10.01.06 0Y 0M 22D
14.01.05 26.02.05 0Y 1M 13D
Which formula to use to sum dates in column 3.
For easyer calculations assume that month have 30 days.
Tahnx
Vito - 06 Jul 2006 14:40 GMT
See:
http://www.excelforum.com/showthread.php?t=558873

Signature
Vito
Bob Phillips - 06 Jul 2006 15:53 GMT
Just subtract
=B2-A2

Signature
HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
> I have table like this
> Date 1 Date2 Diff Date2-Date1
[quoted text clipped - 6 lines]
>
> Tahnx