momentumons
Board Regular
- Joined
- Mar 30, 2020
- Messages
- 57
- Office Version
- 2016
- Platform
- Windows
Hello! Can you help?
I have a fee table that is a sliding scale like the below:
The fee is a sliding scale based on "X". But X can only be found once the fee has been taken out.
So if my total project budget is $81 (this is X + fee), how do I write up a formula to work out what X & the fee are so it will auto update every time I change the total.
Does that make sense?
So my formula needs to return:
I have a fee table that is a sliding scale like the below:
IF X is between: | Fee applied | |
0 | $20 | $2 |
$21 | $50 | 2% |
$51 | $100 | 1% |
$100 | + | 0.5% |
The fee is a sliding scale based on "X". But X can only be found once the fee has been taken out.
So if my total project budget is $81 (this is X + fee), how do I write up a formula to work out what X & the fee are so it will auto update every time I change the total.
Does that make sense?
So my formula needs to return:
Total (Incl Fees) | $ 81.00 |
Fees | ? |
X | ? |