View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bj bj is offline
external usenet poster
 
Posts: 1,397
Default How to subtract 2 dates to get number of days.....please

you could use
=datedif(Date1,Date2,"d")

datedif() is a useful function in EXCEL, but you won't find it in help

"Nick" wrote:

I've tried fornatting, to no avail.......I'm on Excel '97.

Cheers

Nick