0% found this document useful (0 votes)
51 views1 page

Excel Sheet-21

Uploaded by

rajindere saini
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views1 page

Excel Sheet-21

Uploaded by

rajindere saini
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Excel Table-24

1 Employee Name Basic Salary Working Days TA DA


2 Vikas 50000 30 =IF(D3>=20000,(D3*10%),1500) =IF(D3>=20000,(D3*10%),1500)
3 Sumit 35000 28 =IF(D4>=20000,(D4*10%),1500) =IF(D4>=20000,(D4*10%),1500)
4 Pardeep 25000 30 =IF(D5>=20000,(D5*10%),1500) =IF(D5>=20000,(D5*10%),1500)
5 Amit 15000 27 =IF(D6>=20000,(D6*10%),1500) =IF(D6>=20000,(D6*10%),1500)
6 Prateek 70000 29 =IF(D7>=20000,(D7*10%),1500) =IF(D7>=20000,(D7*10%),1500)
HRA OT
=IF(D3>=30000,(D3*12%),1000) =IF(D3>=25000,200,100)
=IF(D4>=30000,(D4*12%),1000) =IF(D4>=25000,200,100)
=IF(D5>=30000,(D5*12%),1000) =IF(D5>=25000,200,100)
=IF(D6>=30000,(D6*12%),1000) =IF(D6>=25000,200,100)
=IF(D7>=30000,(D7*12%),1000) =IF(D7>=25000,200,100)
TDS Gross Sal
=(G15*1.5%) =SUM(F3:I3)+D3/365*E3
=(G16*1.5%) =SUM(F4:I4)+D4/365*E4
=(G17*1.5%) =SUM(F5:I5)+D5/365*E5
=(G18*1.5%) =SUM(F6:I6)+D6/365*E6
=(G19*1.5%) =SUM(F7:I7)+D7/365*E7
NET SAL
=(G15-F15)
=(G16-F16)
=(G17-F17)
=(G18-F18)
=(G19-F19)
a. Type the Function to find TA, DA, HRA, OT, TDS Based on Following Criteria:-
TA & DA:- if Basic Salary Gretar than Equal to 20,000 as 10%, Else 1500
HRA :- if Basic Salary Greater than Equal to 30,000 as 12%. Else 1000
OT:-200 Rs. if Basic Salary >=25000 and else 100.
TDS:- 1.5% of Gross Salary for Each employee.

You might also like