To perform the task of displaying “credit approved” or “credit denied” based on the corresponding Boolean value in column H, you can write a formula in cell I3 containing an IF function, as follows: ____.
A) =IF(H3,”credit approved”,”credit denied”)
B) =IF(H3,”credit denied”,”credit denied”)
C) =IF(“credit denied”,”credit denied”,H3)
D) =IF H3 (“credit denied”,”credit denied”)
Answer :