Time rounding formula

I want to ask if there is a time rounding formula?, if I input data between 10.00 - 10.59 the data will be recorded at 10.00, if I input data at 11.00 - 11.59 the data will be recorded at 11.00, some help is greatly appreciated, thanks

Solved Solved
0 3 126
1 ACCEPTED SOLUTION

Please try

TIME(HOUR(0&[TimeIn])&":00")

Where [TimeIn] is the column containing time input such as 10:00 - 10:59 or 11:00-11:59 you have mentioned.

View solution in original post

3 REPLIES 3

Please try

TIME(HOUR(0&[TimeIn])&":00")

Where [TimeIn] is the column containing time input such as 10:00 - 10:59 or 11:00-11:59 you have mentioned.

thanks for the respon, i will try

it work thanks @Suvrutt_Gurjar

Top Labels in this Space