Hello
I need an advice regarding a loop that I have to do. As you can see in the image below, I would like to loop between 0 to 15 (from column I) in order to get a result that is similar to column L (minimum hour + H + F + D). I have created a parse to extract the hours from column K.
The problem is that even if my loop starts at 7.59, I would like to keep that flag at 7, even if the hour is 8.00 (as long as it is kept between the segment of 0-15)

Any ideas would be much appreciated!