Hello Gern,
Try this
=IF(E10<50,"PROCESS TRANSACTION",IF(D7="true","PROCESS TRANSACTION","ASK FOR CASH OR CREDIT CARD"))
Sorry Bern, The first reply is wrong, This is my second dig.
=IF(E10<50,"PROCESS TRANSACTION",IF(E10<>50,"ASK FOR A CHECK-CASHING CARD",IF(D7="True","PROCESS TRANSACTION",IF(D7<>"True","ASK FOR CASH OR CREDIT CARD","PROCESS TRANSACTION"))))
Thanks For your help!
This is my problem:
Develop a formula using the IF function for the following conditions. A retail store has this check cashing policy:
a. The customer must have a valid driver's license.
b. When the check is for more than $50, the customer must have check-cashing card on file.
Thanks!
Gern
Gern
I'm not sure I fully understood the policy, here is my guess:
=IF(D7,IF(E10<=50,"PROCESS TRANSACTION","ASK FOR A CHECK-CASHING CARD"),"ASK FOR CASH OR CREDIT CARD")
Aladin