As I said, you'd need a formula; with custom formatting, Excel can show months as well but, just like real months, they'll have variable day counts, depending on how many days there are in (IIRC) the current month. A formula might be:
=INT(A1-A2)&" "&TEXT(MOD((A1-A2),1),"hh:mm:ss")
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|