Enter a formula in cell B10 to return a value of 35000 if the net profit after tax (cell B9) is greater than or equal to 470000.
(a) =IF(B9>=470000,35000,0)
(b) =IF(B9>470000,0,35000)
(c) =IF(B9>=35000,470000,0)
(d) =IF(B9>=470000,0,35000)