Calculate duration day +1

M

Marc S.

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
 
R

Roger Govier

Hi Marc

You can't have 16/05/2007 24:00 as it would be 17/05/2007 00:00
Try
=INT(A1)+1+"23:59:59"
 
Top