Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 =CEILING(A1,1) HTH Kostis Vezerides |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I calculate duration between two dates and times in excel? | Excel Discussion (Misc queries) | |||
Calculate duration day +1 | Excel Worksheet Functions | |||
How can I calculate a value using time duration in mins & secs | Excel Worksheet Functions | |||
Calculate duration in Excel 2000 | Excel Worksheet Functions | |||
Calculate Duration. | Excel Discussion (Misc queries) |