Thread: Counting time
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Counting time

Excel measures dates in units of 1 day, so =A12-(20*7) and format as date.
--
David Biddulph

"Lisa" wrote in message
...
Hello,

I have a table with 'time to event' in column B - i.e 20 weeks (doesn't
have
to be weeks)
In column C i would like to calculate the actual DATE from information in
col B.

Assume i have put the date of event in A1 as 25/12/08
So above example should provide answer of 7/08/08
help!