Hello
I have the following formula
=IF(AND($R3="",$AF3>="03:15"),$AF3-3/24,MEDIAN($R3,$AF3))
If the cels in the table are
R3 is blank
AF3 is "03:18
I would expect the answer to be "00:18"
For some silly reason it is returning an answer of "03:18"
I have set the formula up so that when R3...