Dates & times are stored as numbers.
Therefore simply subtracting one from the other will give you the tim
between two dates. Note however that the date is the integer portio
only. If you need look at only the dates and ignore the time portio
use INT(a) - INT(b) or to round down to the nearest day int(a - b).
Hope it helps
--
Message posted from
http://www.ExcelForum.com