fayez_MrExcel
Active Member
- Joined
- Oct 29, 2005
- Messages
- 444
- Office Version
- 365
- Platform
- Windows
In formula cell D2, I want to get the actual % of (35000 / 109221.12) which is 32.05% , but since the Basic is referenced to C2,D2,E2, i am having circullar reference. Appreciate if someone help me correct the formula in D2.
My Formula
A | B | C | D | E | F | ||||||
1 | Employee | Total | Housing | Other | Trans | Basic | |||||
2 | Emp 1 |
|
|
|
|
|
My Formula
- Cell B4: IS FIXED AMOUNT
- Formula C2: =IF($B$2<=215988,35000,IF($B$2>=243000,MAX(($B$2-18000)/(1+25%+10%)*25%,($B$2/(1+SUM(10%,25%,13.33%)))*25%),($B$2/(1+SUM(10%,25%,13.33%)))*25%))
- Formula D2: =($B$2/(1+SUM(10%,(Housing/Basic),13.33%)))*13.33%
- Formula E2: =IF(((B2-SUM(C2,D2))/(1+10%)*10%)>18000,18000,IF(((B2-SUM(C2,D2))/(1+10%)*10%)<7800,7800,((B2-SUM(C2,D2))/(1+10%)*10%)))
- Formula F2: =B2-SUM(C2:E2)