I have a sheet with column NAME and AMOUNT
In AMOUNT i define how many users a customer have.
So it could be like this:
I want to calculate a customers price. And our price model is like this:
For the first 500 users, users pay 1 dollar.
For user 501-3000 users pay 0.75 dollar.
For user 3000-7000 users pay 0.5 dollar
For users 7000 and above users pay 0.25 dollar.
How can i caluclate a users price based on this set of rules?
I am interessted in either splitting the AMOUNT into these sections, so automatically take the first 500 and put in one column and so on.
Or just have a formula that can calculate everything, is this possible?
In AMOUNT i define how many users a customer have.
So it could be like this:
NAME | AMOUNT |
Customer A | 10000 |
Customer B | 3000 |
I want to calculate a customers price. And our price model is like this:
For the first 500 users, users pay 1 dollar.
For user 501-3000 users pay 0.75 dollar.
For user 3000-7000 users pay 0.5 dollar
For users 7000 and above users pay 0.25 dollar.
How can i caluclate a users price based on this set of rules?
I am interessted in either splitting the AMOUNT into these sections, so automatically take the first 500 and put in one column and so on.
Or just have a formula that can calculate everything, is this possible?