My formula in the cell is =IF(C190>=$B$9,$F$9*(D52-$B$9), $F$5*(D52-$D$7))
The Cell output is 8.21 - Which is incorrect.
The Logical Test when clicking on function is
Logical Test: C190>=$B$9 TRUE
Value if True $F$9*(D52-$B$9)= 86.2
Value if False $F$5*(D52-$D$7)=...