I have a series of time at which an engine was started in a single column. The data is as follows:
1. 9:11 AM
2. 9:38 AM
3. 10:19 AM
4. 10:22 AM
5. 10:31 AM
6. 10:40 AM
7. 11:06 AM
8. 11:06 AM
9. 11:36 AM
10. 12:11 PM
11. 12:14 PM
12. 12:46 PM
This continues over a 1000+ rows....
What I need to do is Format this column in such a way that:
• 09:11AM should be formatted to 09:00AM i.e. any time (in minutes) that is between 0-14 minutes.
• 09:38AM should be formatted to 09:30AM i.e. any time (in minutes) that is between 15-44 minutes.
• 12:46PM should be formatted to 01:00PM i.e. any time (in minutes) that is between 45-59 minutes.
I’ve tried enough, but don’t seem to get anywhere. Every time I need to convert it into decimal using =HOUR(F38)+MINUTE(F38)/100, and then do some manual work.
Is there a formula, may be using IF that can assist me format this easily.
I’ve attached a spreadsheet with the data as well.
Please advise.
Bookmarks