Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello All,
I want to write a function that will round my stat time and end time fields to 30 minutes. i.e. if start time is 10:20 it should be converted to 10:30 and if it is 10:40, it should be converted to 11:00 so on and so forth. Your help on this will be much appreciated |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way:
=ROUNDUP(A1*48,0)/48 -- Kind regards, Niek Otten "Shiv" wrote in message ... Hello All, I want to write a function that will round my stat time and end time fields to 30 minutes. i.e. if start time is 10:20 it should be converted to 10:30 and if it is 10:40, it should be converted to 11:00 so on and so forth. Your help on this will be much appreciated |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
convert interval to various separate date , time, hr, minutes | Excel Worksheet Functions | |||
Convert hours and minutes in time format into fractions of hours.. | Excel Worksheet Functions | |||
convert decimal number to time : convert 1,59 (minutes, dec) to m | Excel Discussion (Misc queries) | |||
Round Time | Excel Worksheet Functions | |||
Round Time | Excel Worksheet Functions |