Problem 1 Excel
Problem 1 Excel
1. Copy the data and Paste in Excel & format it .Then solve the below Question
2. Calculate DA for Officer 10%, Manager 15%, & Clerk 5% of Basic (using Nested IF).
3. Calculate HRA as following condition
For Officer 1000, Manager 1500, Clerk 500
4. Calculate Convence 10 % of Basic
5. Calculate Gross [ie Basic + DA +HRA+CONV]
6. Calculate ESIC according to Slabwise on Basic by Nested IF
i.e., From 0 - 1000 = 50 0-1000=50
1001 - 3000 = 100 1001-3000=100
3001 - 5000 = 250 3001-5000=250
>5000 = 300 >5000=300
7. Calculate Tax according to Slabwise on Gross by if function
i.e. <10000 = 0
>10000 & <15000 = 750
>15000 = 1500
8. Calculate P.F as 5 % on Basic Salary
9. Calculate Loan 2% of Gross
10. Calculate Net Salary ie [Gross-[ESIC+IT+PF+LOAN]]
HRA Conveyance Gross ESIC Tax
01-3000=100
01-5000=250
i.e. <10000 = 0
>10000 & <15000 = 750
>15000 = 1500
Nested IF