vladimiratanasiu
Active Member
- Joined
- Dec 17, 2010
- Messages
- 359
- Office Version
- 365
- 2021
- Platform
- Windows
Hello!
I have a table with salary and personal deductions scales. The pay scale (A4:B44) is divided in ranges that cover a difference of maximum 2000 units, between the minimum reference salary (A2, B4) and the highest value (B44) considered when the personal deduction is calculated. Each interval (e.g. A4:B4, A5:B5 etc.) increases in values, with a difference of +50 units from the previous one. The personal deductions scale (C4:C44) covers the interval 20%-0% decreasingly, in steps of -0.5 percents. The minimum reference salary and pay scale values may vary, but the calculation scales 0-2000 units and 20%-0% are applied identically to every new table. I need a formula to find exactly the personal deduction percent (see e.g. G4:G12 results), according with the minimum reference and net salary values specified. The table A1:B44 is presented only for additional explanations. I wish that formula exclude it from direct references, but runs in a table structured as the Desired results (E1:G12) one.
Thank you!
I have a table with salary and personal deductions scales. The pay scale (A4:B44) is divided in ranges that cover a difference of maximum 2000 units, between the minimum reference salary (A2, B4) and the highest value (B44) considered when the personal deduction is calculated. Each interval (e.g. A4:B4, A5:B5 etc.) increases in values, with a difference of +50 units from the previous one. The personal deductions scale (C4:C44) covers the interval 20%-0% decreasingly, in steps of -0.5 percents. The minimum reference salary and pay scale values may vary, but the calculation scales 0-2000 units and 20%-0% are applied identically to every new table. I need a formula to find exactly the personal deduction percent (see e.g. G4:G12 results), according with the minimum reference and net salary values specified. The table A1:B44 is presented only for additional explanations. I wish that formula exclude it from direct references, but runs in a table structured as the Desired results (E1:G12) one.
Thank you!
Cell Formulas | ||
---|---|---|
Range | Formula | |
B4 | B4 | =A2 |
A5:A44 | A5 | =B4+1 |
B5 | B5 | =B4+50 |
B6 | B6 | =A2+100 |
B7 | B7 | =A2+150 |
B8 | B8 | =A2+200 |
B9 | B9 | =A2+250 |
B10 | B10 | =A2+300 |
B11 | B11 | =A2+350 |
B12 | B12 | =A2+400 |
B13 | B13 | =A2+450 |
B14 | B14 | =A2+500 |
B15 | B15 | =A2+550 |
B16 | B16 | =A2+600 |
B17 | B17 | =A2+650 |
B18 | B18 | =A2+700 |
B19 | B19 | =A2+750 |
B20 | B20 | =A2+800 |
B21 | B21 | =A2+850 |
B22 | B22 | =A2+900 |
B23 | B23 | =A2+950 |
B24 | B24 | =A2+1000 |
B25 | B25 | =A2+1050 |
B26 | B26 | =A2+1100 |
B27 | B27 | =A2+1150 |
B28 | B28 | =A6+1200 |
B29 | B29 | =A2+1250 |
B30 | B30 | =A2+1300 |
B31 | B31 | =A2+1350 |
B32 | B32 | =A2+1400 |
B33 | B33 | =A2+1450 |
B34 | B34 | =A2+1500 |
B35 | B35 | =A2+1550 |
B36 | B36 | =A2+1600 |
B37 | B37 | =A2+1650 |
B38 | B38 | =A2+1700 |
B39 | B39 | =A2+1750 |
B40 | B40 | =A2+1800 |
B41 | B41 | =A2+1850 |
B42 | B42 | =A2+1900 |
B43 | B43 | =A2+1950 |
B44 | B44 | =A2+2000 |
Last edited: