Re: Time Calculation
- From: "Rob Hick" <rob.hick@xxxxxxxxxx>
- Date: 27 Jul 2005 05:57:41 -0700
not sure why it would return value, unless the value in D3 is actually
text in which case you'll have to convert it to a date.
if you want to know how long, to the second, is left, you will have to
create a string yourself, such as:
=DAY(D3-NOW()) & " days, " & HOUR(D3-NOW()) & " hours, " &
MINUTE(D3-NOW()) & " minutes, " & SECOND(D3-NOW()) & " seconds"
The pattern should be obvious so you can make it as complex as you
need.
Rob
.
- References:
- Time Calculation
- From: Tim Mills
- Time Calculation
- Prev by Date: Re: Is this even possible
- Next by Date: RE: Time Calculation
- Previous by thread: Re: Time Calculation
- Next by thread: RE: Time Calculation
- Index(es):
Relevant Pages
|