Solved

Which Function Calculates the Reduction in C2 to Be Filled

Question 16

Multiple Choice

Which function calculates the Reduction in C2 to be filled through the rest of the reduction column if silver members have a 5% discount, gold 10% and Platinum have 20%? Which function calculates the Reduction in C2 to be filled through the rest of the reduction column if silver members have a 5% discount, gold 10% and Platinum have 20%?   A) =IF(A2= Silver ,B2*0.05,IF(A2= Gold ,B2*0.1,B2*0.2) )  B) =IF(A2= Silver ,B2*0.1,B2*0.2)  C) =IF(A2= Silver  B2*0.05,OR(A2= Gold ,B2*0.1,OR(B2*0.2) )  D) ==IF(A2= Silver ,B2*0.05,IF(A2= Gold ,Platinum=B2*0.1,B2*0.2) ) )


A) =IF(A2="Silver",B2*0.05,IF(A2="Gold",B2*0.1,B2*0.2) )
B) =IF(A2="Silver",B2*0.1,B2*0.2)
C) =IF(A2="Silver" B2*0.05,OR(A2="Gold",B2*0.1,OR(B2*0.2) )
D) ==IF(A2="Silver",B2*0.05,IF(A2="Gold",Platinum=B2*0.1,B2*0.2) ) )

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions