View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Calculate duration day +1

Doesn't that give the end of that day, rather than the end of the following
day which the OP asked for?

You could do =CEILING(A1+1,1), but I guess that should give the same results
as the INT(A1+2) which has already been suggested.
--
David Biddulph

"vezerid" wrote in message
oups.com...

=CEILING(A1,1)


On May 23, 4:28 pm, Marc S. wrote:
How can I define the end of the next starting from a cell content
dd/mm/yyyy
hh:mm
for exemple
Start time 15/05/2007 08:20
I need to define the value of the day +1 meaning 16/05/2007 24:00

Thanks you
Marc