How do we write these statements and their respective values below using the IF() conditions?
- If 0 to equal or less than 8, $0.00
- If 9 to equal or less than 18, $10.00
- If 19 to equal or less than - 37, $20.00
- If 38 to equal or less than - 51, $30.00
- If equal to or more than 53, $60.00
I can't wrap my head around it after a couple of days of trials. Hope someone can clear this up for me.
@player0's answer is the answer I personally would use.
If you must use IF-conditions, then the following might be useful: