I thought I was okay, but this one has me stumped!
I need to work out a formula which will apply a percentage to a number based on a range.
So I have a table that will be:
0 = 5%
5 = 15%
10 = 25%
15 (and above) =30%
etc
If a value is 6 for example I will need to apply 15% to a set value (say 1000) whereas if the value is 14 I will apply 25% to the value of 1000.
Is there a way to do this?
I feel like there must be, but I can’t work it out
Thanks so much 😊