Forum Discussion
yasmin walker
Apr 07, 2018Copper Contributor
Help with Excel functions
 Hello Community,  I'm in desperate need of help with a problem for my accounting class. I've attached the file. The problem is: In cell H6, enter a formula to determine any discount that should be ap...
Twifoo
Feb 15, 2019Silver Contributor
Hello Yasmin,
For H6, you may use any of these formulas:
1. IF function: =IF(OR(F6={"Express Miles","Rewards"}),
E6*G6*Discount,
0)
2. Boolean formula: =OR(F6={"Express Miles","Rewards"})*
E6*G6*Discount
You can then copy your chosen formula down to H32.
Cheers!
Twifoo
- JWSLCCSep 18, 2023Copper ContributorTwifooHow do I count when the number of rentals is all words and not a number function? - HansVogelaarSep 18, 2023MVPPlkease explain. How would "number of rentals" be words?