Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Hi Everybody,
In Excel we have a function round which roundup the value to the decimal places we specify, like this can we do it for time format. Ex: 1. 08:05:38 can we round it to 08:06 2. 08:05:28 can we round it to 08:05. Is there any function in excel to do this if so pl. tell me. Thanks and Regards Ramana |
#2
![]() |
|||
|
|||
![]()
On 7 Nov 2005 20:14:21 -0800, "ramana" wrote:
Hi Everybody, In Excel we have a function round which roundup the value to the decimal places we specify, like this can we do it for time format. Ex: 1. 08:05:38 can we round it to 08:06 2. 08:05:28 can we round it to 08:05. Is there any function in excel to do this if so pl. tell me. Thanks and Regards Ramana To Round to the nearest minute, with your time in A1: =ROUND(A1/TIME(0,1,0),0)*TIME(0,1,0) --ron |
#3
![]() |
|||
|
|||
![]()
Hi!
Try this: =ROUND(A1/(1/1440),0)*1/1440 Biff "ramana" wrote in message oups.com... Hi Everybody, In Excel we have a function round which roundup the value to the decimal places we specify, like this can we do it for time format. Ex: 1. 08:05:38 can we round it to 08:06 2. 08:05:28 can we round it to 08:05. Is there any function in excel to do this if so pl. tell me. Thanks and Regards Ramana |
#4
![]() |
|||
|
|||
![]()
=MROUND(A1,"0:1")
-- Mike "ramana" wrote in message oups.com... |
#5
![]() |
|||
|
|||
![]()
Hi
Thankyou all of you, they are working well. Thanks and Regards Ramana |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Keyboard shortcuts for time in Pocket Excel | Excel Worksheet Functions | |||
How to make excel not round real numbers when making a histogram? | Charts and Charting in Excel | |||
How do I time Hours & mins in excel - Time sheet | Excel Discussion (Misc queries) | |||
Excel Time Manipulation | Excel Discussion (Misc queries) | |||
time interval calculations in excel | Excel Discussion (Misc queries) |