Hi all,
I'm trying to create a formula which is essentially a calculator of sorts, but i'm stuck on how to do it. I want the formula to acknowledge the following conditions;
If [cell value]<38,000, then show "0"
If [cell value] is between 38,000 and 60,000, then "[cell value]-38,000*0.33"
If...