I'm trying to find the difference between start and end times, to the nearest quarter hour, but I'm having a problem with the rounding. There is a great solution for rounding down posted on the community, but I need to go up or down to the nearest 15 minutes. To add another layer, my start and end times are not always on the same day. It is common for the start time to be in the evening and the end time to be early the next morning.
My end goal is to reflect the entire treatment time as the number of hours rounded to the nearest quarter hour.
For example:
Start time 22:28
End time 00:07
Total hours: 1.50
I attached a simple table with some sample data. Any assistance is appreciated!!