Write a formula in cell FICO Scores!G17 to determine () if 5 or more consumers have excellent or good credit.
a) =IF(COUNTIF(FICO Scores!B2:B16, Excellent) + COUNTIF(FICO Scores!B2:B16, Good) >= 5, T, F)
b) =IF(COUNTIF(FICO Scores!B2:B16, Excellent) + COUNTIF(FICO Scores!B2:B16, Good) > 5, T, F)
c) =IF(COUNTIF(FICO Scores!B2:B16, Excellent) + COUNTIF(FICO Scores!B2:B16, Good) = 5, T, F)
d) =IF(COUNTIF(FICO Scores!B2:B16, Excellent) + COUNTIF(FICO Scores!B2:B16, Good) <= 5, T, F)