Hi guys, i have a problem i have been trying to solve the last couple of days inbetween a very busy schedule, for the love of my life i can't seem to figure this one out.
The problem is quite simple by nature, i can do the math by hand, but i can't do the formula.
I have one Table which contains the pricing the tiers:
And then i am trying to calculate the revenue/invoice based on sold units accumulated:
Any help is appreciated.
The problem is quite simple by nature, i can do the math by hand, but i can't do the formula.
I have one Table which contains the pricing the tiers:
From | To | Price |
0 | 50 | 1 |
51 | 100 | 2 |
101 | 200 | 3 |
And then i am trying to calculate the revenue/invoice based on sold units accumulated:
2026 | 2027 | 2028 | 2029 | 2030 | |
Units sold | 100 | 30 | 400 | 4000 | 3000 |
Total acc. | 100 | 130 | 530 | 4530 | 7530 |
Revenue | 250 | ? | ? | ? | ? |
Any help is appreciated.