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

Excel Sheet-05

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)
16 views1 page

Excel Sheet-05

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-05

a b c d e f g
1 Name Gender Basics incentive Deductions total
2 priya f 55000 =IF(D4>50000,(D4*10%),2500) =IF(D4>45000,(D4*5%),2%) =SUM(D4:E4)-F4
3 anjali f 45000 =IF(D5>50000,(D5*10%),2500) =IF(D5>45000,(D5*5%),2%) =SUM(D5:E5)-F5
4 madhav m 46000 =IF(D6>50000,(D6*10%),2500) =IF(D6>45000,(D6*5%),2%) =SUM(D6:E6)-F6
5 sumit m 56000 =IF(D7>50000,(D7*10%),2500) =IF(D7>45000,(D7*5%),2%) =SUM(D7:E7)-F7
6 prtap m 76000 =IF(D8>50000,(D8*10%),2500) =IF(D8>45000,(D8*5%),2%) =SUM(D8:E8)-F8
7 raghav m 87000 =IF(D9>50000,(D9*10%),2500) =IF(D9>45000,(D9*5%),2%) =SUM(D9:E9)-F9

a).calculate total salary of raghav as total sal=(basic +incentive)-deduction


b). Calculate average of total salary for all employee . =AVERAGE(G4:G9)
c). Calculate total incentive paid by companyas 10% if Basic Salary >50000, Else 2500. =MAXIFS(E4:E9,C4:C9,"F")
d). Calculate maxinum incentive of female employee. =MAX(E4:E9)
e). Calculate total deduction for each employee as 5% if Basic Salary > 45000, Else 2%.

You might also like