Hi!!
In my example I calculate the value of cell D14(green text color) depending on the value of cell B7(white text color). Would it be possible to perform the calculation with a single formula so that the result appeared calculated in cell C7?
Thanks in advance
from | to | apply % |
0 | 12450 | 0,095 |
12450 | 20200 | 0,12 |
20200 | 35200 | 0,15 |
35200 | 60000 | 0,185 |
60000 |
| 0,225 |
85000 | ||
=B10-B11 | =C9*E2 | |
=IF((A$7-C2)<0,0,(A$7-C2)) | =B11-B12 | =C10*E3 |
=IF((A$7-C3)<0,0,(A$7-C3)) | =B12-B13 | =C11*E4 |
=IF((A$7-C4)<0,0,(A$7-C4)) | =B13-B14 | =C12*E5 |
=IF((A$7-C5)<0,0,(A$7-C5)) | =B14 | =C13*E6 |
=IF((A$7-C6)<0,0,(A$7-C6)) | Total | =SUM(D9:D13) |
from | to | apply % |
0 | 12.450 | 9,50% |
12.450 | 20.200 | 12,00% |
20.200 | 35.200 | 15,00% |
35.200 | 60.000 | 18,50% |
60.000 |
| 22,50% |
85000 | ||
12.450 | 1.183 | |
85.000 | 7.750 | 930 |
72.550 | 15.000 | 2.250 |
64.800 | 24.800 | 4.588 |
49.800 | 25.000 | 5.625 |
25.000 | Total | 14.576 |