If understood within two hours
Solved
logas
-
logas -
logas -
Hello,
In cell B8, I have a time for example: 08:00
In cell L8, I have another time incremented by 1/4 hour compared to B8
Now I want that when B9 = 8:12 for example, it marks "no" in cell M8.
If B9 = 8:15 or more, it marks "yes" in cell M8.
I tried this:
in M8: =IF(B8<>0," yes","")
in M9: =IF(AND(B9>=L8)," yes"," no")
It seems to work, but when I copy the formula to other cells, there are "YES" marked everywhere.
I would like that when I leave B10 empty, M10 does not show anything.
Thank you for your help.
In cell B8, I have a time for example: 08:00
In cell L8, I have another time incremented by 1/4 hour compared to B8
Now I want that when B9 = 8:12 for example, it marks "no" in cell M8.
If B9 = 8:15 or more, it marks "yes" in cell M8.
I tried this:
in M8: =IF(B8<>0," yes","")
in M9: =IF(AND(B9>=L8)," yes"," no")
It seems to work, but when I copy the formula to other cells, there are "YES" marked everywhere.
I would like that when I leave B10 empty, M10 does not show anything.
Thank you for your help.