View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Counting how many days since last accident occured on the job

David,

No added value. I simply like Datedif so tend to offer it as a solution
because I think it's quite intuative for posters to recognise exactly what's
going on.

Mike



"David Biddulph" wrote:

Why not =TODAY()-B1 ?
What extra value does DATEDIF give, if you are dealing in days?
--
David Biddulph

"Mike H" wrote in message
...
Hi,

With the date of your last accident in b1 try this

=DATEDIF(B1,TODAY(),"d")

Mike

"aussiegirlone" wrote:

Dear someone, I am trying to calculate the number of days since the last
accident that occured on the job using a formular. column (A) is the
date, &
column (B) is the accidents. Does anyone know a formular that would
calculate
when the last accident occured e.g. 157 days ago?