Hi all
I am trying to flag values according to whether they meet a threshold of 0.7. I have used the formula below.

[Fulfilled Hours] and [Requested Hours] are Doubles. When [Fulfilled Hours] /Requested Hours] = 0.7 the row is flagged as "Partial unfulfilled, < 70%" (example below 234.5/335 = 0.7 exactly).

Would anyone have an idea as to why this is?