Hello,
I have the following data:
<tbody>
Units
Min
Max
Price per Unit
9130
7063
7600
40
7601
8000
45
8001
9200
50
9201
55
</tbody>
The total price paid would be the overage in each bucket * the price per unit. How can I write this using a single IF statement?
Thanks