0% found this document useful (0 votes)
510 views18 pages

Employee Salary and Performance Analysis

The document contains multiple Excel tables with formulas for calculating various financial metrics, including salaries, expenses, sales, and interest. Each table provides specific instructions for using cell references to compute values such as HRA, tax, net pay, total sales, and average expenses. Additionally, it includes criteria for grading based on scores and methods for calculating discounts and GST.

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)
510 views18 pages

Employee Salary and Performance Analysis

The document contains multiple Excel tables with formulas for calculating various financial metrics, including salaries, expenses, sales, and interest. Each table provides specific instructions for using cell references to compute values such as HRA, tax, net pay, total sales, and average expenses. Additionally, it includes criteria for grading based on scores and methods for calculating discounts and GST.

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

Excel_Table-01

[Link]. name dept basic hra tax net pay


1 rani computers 14500 =D3*12% =SUM(D3:E3)*10% =SUM(D3:E3)-F3
2 monika accounts 10000 =D4*12% =SUM(D4:E4)*10% =SUM(D4:E4)-F4
3 sushma accounts 12000 =D5*12% =SUM(D5:E5)*10% =SUM(D5:E5)-F5
4 sarajit computer 8000 =D6*12% =SUM(D6:E6)*10% =SUM(D6:E6)-F6
5 arun accounts 18000 =D7*12% =SUM(D7:E7)*10% =SUM(D7:E7)-F7

a. writeformula using cell reference for each employee,to calculate HRA as 12%basic.
b. write formula using cell reference to calculate tax of each employee 10% of sum of basic and HRA.
[Link] formula using cell refrence to calculate net pay of each employees.
d. also find the highest tax payer of Accounts department. =INDEX(B3:B7,MATCH(MAX(D3:D7),D3:D7,0))

Excel_Table-02
a b c d e f g h i
1 name hindi science math sst english total percent
2 amar 56 67 45 65 59 =SUM(C18:G18) =(H18/500*100)
3 priya 90 87 56 87 49 =SUM(C19:G19) =(H19/500*100)
4 rohit 67 56 65 56 40 =SUM(C20:G20) =(H20/500*100)
5 yamini 87 87 76 98 68 =SUM(C21:G21) =(H21/500*100)
6 nisha 67 56 39 89 90 =SUM(C22:G22) =(H22/500*100)

a. Total of all subjects for each students. j


[Link] percentage (maximum marks for each subject is 100.) grade
[Link] Grade According to the following Criteria. =IF(I18>=80,"A",IF(I18>=60,"B",IF(I18>=50,"C",IF(I18<50,"C"))))
Criteria Grade =IF(I19>=80,"A",IF(I19>=60,"B",IF(I19>=50,"C",IF(I19<50,"C"))))
>=80 A =IF(I20>=80,"A",IF(I20>=60,"B",IF(I20>=50,"C",IF(I20<50,"C"))))
>=60 and<80 B =IF(I21>=80,"A",IF(I21>=60,"B",IF(I21>=50,"C",IF(I21<50,"C"))))
>=50 and<60 c =IF(I22>=80,"A",IF(I22>=60,"B",IF(I22>=50,"C",IF(I22<50,"C"))))
<50 Fail
Excel_Table-03
sr no. Item sale in year sale in year
(20117-18) (2018-19)
A B C D
1 Apple 10000 20000
2 Mango 50000 80000
3 orange 30000 70000
4 grapes 60000 50000
5 Pineapple 100000 240000
Total =SUM(D5:D9) =SUM(E5:E9)
Max Sales =MAX(D5:D9) =MAX(E5:E9)
Min Sales =MIN(D5:D9) =MIN(E5:E9)
Average =AVERAGE(D5:D9)
=AVERAGE(E5:E9)

a). Write formula using cell reference for calculate sum of all items in year 2017-18 and 2018-19.
b). Write formula using cell reference for calculate highest and lowest sale in year 2017-18.
b). Write formula using cell reference for calculate Average sale in year 2017-18 & 2018-19.

Excel_Table-04
A B C D E F G
1 month rent food fuel bills total
2 jan 12000 6000 1000 3500 =SUM(C22:F22)
3 feb 10000 7000 600 4000 =SUM(C23:F23)
4 march 11000 8000 700 4500 =SUM(C24:F24)
5 april 12000 9000 2200 5400 =SUM(C25:F25)
6 may 13000 2200 3000 6200 =SUM(C26:F26)
=SUM(C27:F27)

a).calculate total in cell G2


b).find the number of cells having value more than 10000 Of Rent Amount =COUNTIF(C22:C26,">10000")
c).find out the number of cells having values less then 2000 of Fuel Amount =COUNTIF(E22:E26,"<2000")
Excel_Table-05
a b c d e f g
1 Name Gender Basics incentive Deductions total
2 priya f 55000 =IF(E4>50000,(E4*10%),2500) =IF(E4>45000,(E4*5%),2%) =SUM(E4:F4)-G4
3 anjali f 45000 =IF(E5>50000,(E5*10%),2500) =IF(E5>45000,(E5*5%),2%) =SUM(E5:F5)-G5
4 madhav m 46000 =IF(E6>50000,(E6*10%),2500) =IF(E6>45000,(E6*5%),2%) =SUM(E6:F6)-G6
5 sumit m 56000 =IF(E7>50000,(E7*10%),2500) =IF(E7>45000,(E7*5%),2%) =SUM(E7:F7)-G7
6 prtap m 76000 =IF(E8>50000,(E8*10%),2500) =IF(E8>45000,(E8*5%),2%) =SUM(E8:F8)-G8
7 raghav m 87000 =IF(E9>50000,(E9*10%),2500) =IF(E9>45000,(E9*5%),2%) =SUM(E9:F9)-G9

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


b). Calculate average of total salary for all employee . =AVERAGE(H4:H9)
c). Calculate total incentive paid by companyas 10% if Basic Salary >50000, Else 2500. =MAXIFS(F4:F9,D4:D9,"F")
d). Calculate maxinum incentive of female employee. =MAX(F4:F9)
e). Calculate total deduction for each employee as 5% if Basic Salary > 45000, Else 2%.

Excel_Table-06
SRN. Emp Name Department Basic HRA Tax Net Pay
1 Anil Computer 14500 =IF(E19>10000,(E19*12%),1000) =SUM(E19:F19)*10% =SUM(E19:F19)-G19
2 Arun Accounts 10000 =IF(E20>10000,(E20*12%),1000) =SUM(E20:F20)*10% =SUM(E20:F20)-G20
3 Govind Accounts 12000 =IF(E21>10000,(E21*12%),1000) =SUM(E21:F21)*10% =SUM(E21:F21)-G21
4 Rahul Computer 9500 =IF(E22>10000,(E22*12%),1000) =SUM(E22:F22)*10% =SUM(E22:F22)-G22
5 Pardeep Accounts 18000 =IF(E23>10000,(E23*12%),1000) =SUM(E23:F23)*10% =SUM(E23:F23)-G23

Q1. Write formula to Calculate HRA using cell refference for 12% if Basic Greter than 10000, else 1000.
Q2. Write formula Using Cell Reference to calculate tax of each emp as 10% of sum of Basic and HRA.
Q3. Write Formula Using Cell Reference to calculate Net Pay Of Each Empl.
Q4. find the higest tax Payer of Accounts Departments. =INDEX(C19:C23,MATCH(MAX(G19:G23),G19:G23,0))
Excel Table-07
Month Rent Food Fuel Bills Total Average
Jan 12000 6000 1000 3500 =SUM(D3:F3) =AVERAGE(D3:F3)
Fab 10000 8000 600 4000 =SUM(D4:F4) =AVERAGE(D4:F4)
March 11000 6500 2000 4200 =SUM(D5:F5) =AVERAGE(D5:F5)
April 12000 7000 3000 3800 =SUM(D6:F6) =AVERAGE(D6:F6)
May 13000 7500 2200 2800 =SUM(D7:F7) =AVERAGE(D7:F7)

a. Total of Each Expense Month wise.


b. Average of Each Expense Month Wise.
c. Count Expense >10000 of Each Month =COUNTIFS(G3:G7,">10000")
c. Count Expense <2000 of Each Month =COUNTIFS(G3:G7,"<2000")

Excel Table-08
Products 2015 2016 2017 2018
Onion 350 387 472 470
Rice 870 736 905 820
Sugar 430 638 465 456
Milk 420 848 510 466

a. Average sales of onion =AVERAGEIF(B17:B20,"Onion",C17:F17)


[Link] sales of sugar =SUM(C19:F19)
c. Count the sales of <400 for Rice =COUNTIFS(C18:F18,"<400")
[Link] How Many Sales Amount Greater Then 500 =COUNTIFS(C17:F20,">500")
Excel Table-09
DOB Today Year Month Days
01/01/2000 45025 ? ? ?

a. Finde the total year between DOB & Today (Given Date). =DATEDIF(A3,B3,"Y")
b. Find the Total Month Between DOB & Today (Given Date). =DATEDIF(A3,B3,"M")
b. Find the Total Days Between DOB & Today (Given Date). =DATEDIF(A3,B3,"D")

Excel Table-10
Current Date =TODAY()
Current time =Now()
Datevalue =Datevalue("Date")
Weekday =Weekday(Date,2")
Weeknum =Weeknum(Date,2")
01-07-2024 =TEXT(B16,"dd mmmm yyyy")

a. Write the Function for current Date. =TODAY()


b. Write the function for Current time. =Now()
c. Write the the Function to find Datevale of 01/10/2023 =Datevalue("Date")
d. Write the function to finde weekday of 01/01/2023. =Weekday(Date,2")
e. Write the function to find Week Number of 01/01/2023. =Weeknum(Date,2")
e. Date format to Convert the Given Date Into 01 July 2024. dd-mmmm-yyyy
Excel Table-11
1 Fruits 2015 2016 2017 2018 Total Average
2 Apple 1000 2300 1200 1600 =SUM(D3:G3) =AVERAGE(D3:G3)
3 Orange 2300 2500 1600 1800 =SUM(D4:G4) =AVERAGE(D4:G4)
4 Banana 500 2500 1200 2000 =SUM(D5:G5) =AVERAGE(D5:G5)
5 Cheri 800 2800 1500 2300 =SUM(D6:G6) =AVERAGE(D6:G6)

a. Total Fruit Sales.


b. Average Fruit Sales
c. Maximum Number Of Sales of Orange. =MAX(D4:G4)
d. Minimum Number of Sales of Banana. =MIN(D5:G5)
e. Find the Sum if Sales is grater than 1500 of Apples. =SUMIFS(D3:G3,D3:G3,">1500")
f. Maximum Sales Amount in All Years in All Fruits. =MAX(D3:G6)

Excel Table-12
No. Of Total GST
Sr no Price/Kg. Cost+GST Discount Net Cost
Kgs. Cost 18%
1 21.2 28400 =(C17*D17) =(E17*18%) =SUM(E17:F17) =(G17*5%) =(G17-H17)
2 112.39 21200 =(C18*D18) =(E18*18%) =SUM(E18:F18) =(G18*5%) =(G18-H18)
3 89.79 36400 =(C19*D19) =(E19*18%) =SUM(E19:F19) =(G19*5%) =(G19-H19)
4 150 8500 =(C20*D20) =(E20*18%) =SUM(E20:F20) =(G20*5%) =(G20-H20)

a. Find the the Total cost of Each Product.


b. Finde the GST Amount for Each Product.
c. Finde the Total cost of Each Products.
d. finde The Net cost if Discount is 5% on Each Products.
Excel Table -13
Sr no Ragav Amount Year Int.% Simp. Int Compound Int.
1 Ravi 200000 7 13% =(D3*E3*F3)/100 =D3*(1+F3/100)*E3
2 Ali 350000 8 12% =(D4*E4*F4)/100 =D4*(1+F4/100)*E4
3 Xavi 150000 25 11% =(D5*E5*F5)/100 =D5*(1+F5/100)*E5
4 Sachin 750000 25 4% =(D6*E6*F6)/100 =D6*(1+F6/100)*E6
5 Pawan 850000 4 5% =(D7*E7*F7)/100 =D7*(1+F7/100)*E7

[Link] the simple interest amount as int rate is given Annual.


[Link] the Compound interest amount if in. rate given as Annual.

Excel Table -14


SRNO ITEMS QTY RATE AMOUNT GRADE
1 AC 20 40000 =PRODUCT(D14:E14) =IF(F14>500000,"Expensive","Lets Buy it")
2 FRIDGE 30 20000 =PRODUCT(D15:E15) =IF(F15>500000,"Expensive","Lets Buy it")
3 COOLER 15 10000 =PRODUCT(D16:E16) =IF(F16>500000,"Expensive","Lets Buy it")
4 [Link] 14 15000 =PRODUCT(D17:E17) =IF(F17>500000,"Expensive","Lets Buy it")
5 TV 18 20000 =PRODUCT(D18:E18) =IF(F18>500000,"Expensive","Lets Buy it")

Q.1 Using of Product Fomula for Calculate Amount = Qty*Rate


Q.2 How Many Items in a List
Q.3 How Many Items qty Greate Then > 20 and Less Then <30
Q.4 Calculate Item Computer Qty, Rate and Amount using Sumif Formula
Q.5 If Items Amount is Greater > 500000, Then Items "Expensive" otherwise "Lets Buy it".
Excel Table -15
1 Year Production (KG) OLD Stock
2 2010 200 85
3 2011 500 52
4 2012 400 100
5 2013 500 85

a. Find the total production between 2010 to 2012. =SUMIFS(D3:D6,C3:C6,">2009",C3:C6,"<2013")


b. type the function to find Total OLD Stock between 2010 to 2012. =SUMIFS(E3:E6,C3:C6,">2009",C3:C6,"<2013")
c. find the minimum old Stock =MIN(E3:E6)
d. find the maximum production. =MAX(D3:D6)
e. find the average of OLD Stock. =AVERAGE(E3:E6)
Excel Table -16
2009 2009 2009 2010 2010
Sr. Disease Outbreak Attack Death Outbreak Attack
1 foot & mouth 902 26527 473 422 19982
2 Heemorrhagic Septicaemia 296 3729 1595 380 9170
3 Black Quarter 322 322 481 369 4707
4 Anthrax 60 60 478 84 658
5 Fascioliasis 115 115 67 165 44
6 Enterotoxaemia 153 153 533 138 1609

a. find out the total attacks in year 2009 and 2010. =SUM(E15:E20)+SUM(H15:H20)
b. find the percentage of death to attack in 2009. =SUM(E15:E20)/SUM(F15:F20)
c. find the overall average of death by a diease in 2009. =AVERAGE(F15:F20)
Excel Table-17
Roll No Student Name
Hindi English Math Physics Chemistry Total Average Grade
1 RAM 20 10 14 18 15 =SUM(C3:G3) =AVERAGE(C3:G3) =IF(I3>15,"A","B")
2 ASHOK 21 12 14 12 18 =SUM(C4:G4) =AVERAGE(C4:G4) =IF(I4>15,"A","B")
3 MANOJ 33 15 7 14 17 =SUM(C5:G5) =AVERAGE(C5:G5) =IF(I5>15,"A","B")
4 RAJESH 15 14 8 16 20 =SUM(C6:G6) =AVERAGE(C6:G6) =IF(I6>15,"A","B")
5 RANJANA 14 17 10 13 18 =SUM(C7:G7) =AVERAGE(C7:G7) =IF(I7>15,"A","B")
6 POOJA 16 8 20 17 15 =SUM(C8:G8) =AVERAGE(C8:G8) =IF(I8>15,"A","B")

Q.1 Find the Total Number & Average in all Subjects in Each Student .
Q.2 Find Grade Using If Function - If Average Greater >15 then "A" Grade otherwise "B" Grade
Q.3 How Many Student "A" and "B" Grade =COUNTIF(J3:J12,"A")+COUNTIF(J3:J12,"B")
Q.4 Student Ashok and Manoj Total Number ? =SUMIF(B3:B8,"Manoj",H3:H8)+SUMIF(B3:B8,"Ashok",H3:H8)
Q.5 Count how many Students are in the list. =COUNTA(B3:B8)
Q.6 How Many Student Hindi & English Subject Number Grater Then > 20 and <15 =COUNTIF(C3:C8,">20")+COUNTIF(D3:D8,"<15")

Excel Table-18
SALESMAN JAN FEB MAR APR MAY JUNE SALES TARGET RESULT
SURENDRA
2000 1500 300 1400 1000 1400 =SUM(B19:G19) 10000 =IF(H19>I19,"ACHIEVED","NOT ACHIVED")
SHASHI 5000 1200 500 1200 1200 2800 =SUM(B20:G20) 12000 =IF(H20>I20,"ACHIEVED","NOT ACHIVED")
RAMESH 3000 800 1200 3000 1500 3500 =SUM(B21:G21) 18000 =IF(H21>I21,"ACHIEVED","NOT ACHIVED")
RAKESH 1000 900 1800 5000 1400 1200 =SUM(B22:G22) 10000 =IF(H22>I22,"ACHIEVED","NOT ACHIVED")
RAHUL 500 1000 2300 8000 1700 1400 =SUM(B23:G23) 12000 =IF(H23>I23,"ACHIEVED","NOT ACHIVED")
POOJA 800 500 2400 1900 1800 1800 =SUM(B24:G24) 10000 =IF(H24>I24,"ACHIEVED","NOT ACHIVED")

Q.1 How many salesman achived targets? =COUNTIF(J19:J24,"Achieved")


Q.2 If Sales Greater Than Target, Then Target "Achived" otherwise "Not Achived"
Q.3 Total of Pooja & Ashok Targest ? =SUMIF(A19:A24,"ashok",I19:I24)+SUMIF(A19:A24,"Pooja",I19:I24)
Q.4 How Many Salesman Target >10000 ? =COUNTIF(I19:I24,">10000")
Excel Table -19
Sr Roll No First Name Last Name Hindi English Science Math
1 101 Anil Sharma 100 82 95 71
2 102 Amit Kumar 83 80 77 36
3 103 Pawan Kumar 37 96 61 97
4 104 Rahul Singh 59 89 79 40
5 105 Kapil Verma 40 76 77 96
6 106 Deepak Sharma 76 63 65 95
7 107 Sahil Verma 60 82 62 48

[Link] First Name and Last Name of the Canditate. =(D3&" "&E3)
[Link] Percentage of Pawan Scord in Hindi Out of 150. =F5/150*100
c. Calculate Total Mark Scord by Deepak. =SUM(F8:I8)
[Link] Maximum Mark In English. =MAX(G3:G9)

Excel Table -20


Emp Branch Basic Medical
Emp Name Total Pay
1 Code Name Salalry Allowance
2 101 Radha Accounts 100000 =(F18*8%) =SUM(F18:G18)
3 102 Kapil Sales 9500 =(F19*8%) =SUM(F19:G19)
4 103 Krishan Sales 15000 =(F20*8%) =SUM(F20:G20)
5 104 Nitin Accounts 10000 =(F21*8%) =SUM(F21:G21)
6 105 Anuj Sales 10500 =(F22*8%) =SUM(F22:G22)
7 106 Ravinder Sales 15000 =(F23*8%) =SUM(F23:G23)

a. Calculate Medical Allowance As 8% on Basic Salary for Each Employee.


b. Calculate Total Pay for Each Employee.
c. Find Out Average Basic Salary for Sales Branch. =AVERAGEIF(E18:E23,"sales",F18:F23)
d. Find Maximum Medical Allowance . =MAX(G18:G23)
Excel Table-21
1 Division Investment Projected Return % Categorize
2 Sales Stock 8 =IF(E3>=10,"High",IF(E3>=5,"Inclusive",IF(E3<5,"Low")))
3 Sales Bond 12 =IF(E4>=10,"High",IF(E4>=5,"Inclusive",IF(E4<5,"Low")))
4 Sales Real Estate 10 =IF(E5>=10,"High",IF(E5>=5,"Inclusive",IF(E5<5,"Low")))
5 Marketing Stock 5 =IF(E6>=10,"High",IF(E6>=5,"Inclusive",IF(E6<5,"Low")))
6 Marketing Bond 6 =IF(E7>=10,"High",IF(E7>=5,"Inclusive",IF(E7<5,"Low")))
7 Marketing Real Estate 11 =IF(E8>=10,"High",IF(E8>=5,"Inclusive",IF(E8<5,"Low")))
=MAX(E3:E8)

a. Determine the department with the highest average projected reaturn in %.


b. write a formula to categorize each investment as "high", "Medium" Or "Low"
Based on the Following Cariteria:-
High: if Project Return % Equal to or Grater Than 10.
Medium: If Project Return % Between 5 and 10 (Inclusive).
Low: if Prpject Return % Less Than 5.

Excel Table-21
Excel Table-22
SRN. Years Products Size Qty. Rate Sales
1 2005 T Shirt L 10 250 =(F3*G3)
2 2005 Shirt M 5 450 =(F4*G4)
3 2005 Blazers XL 10 500 =(F5*G5)
4 2006 T Shirt L 20 250 =(F6*G6)
5 2006 Shirt M 15 450 =(F7*G7)

a. find the Average Sales for All Years. =AVERAGE(H3:H7)


b. Finde the Average Sales of L Size T Shirt. =AVERAGEIFS(H3:H7,E3:E7,"L",D3:D7,"T Shirt")
c. finde the average Sales Between 2005 to 2007. =AVERAGEIFS(H3:H7,C3:C7,">=2005",C3:C7,"<=2007")
d. Find the Total Sales of All Year Except 2007. =AVERAGEIF(C3:C7,"<>2007",H3:H7)

Excel Table-23
1 Product Rate / Unit Quantity Price Discount Total Amount
2 Bread 50 5 =(D16/E16) =(F16*5%) =(E16*F16)-G16
3 Butter 65 6 =(D17/E17) =(F17*5%) =(E17*F17)-G17
4 Sugar 30 7 =(D18/E18) =(F18*5%) =(E18*F18)-G18
5 Oil 85 2 =(D19/E19) =(F19*5%) =(E19*F19)-G19
6 Tea 44 6 =(D20/E20) =(F20*5%) =(E20*F20)-G20
Total Amount =SUM(H16:H20)
Max Amount =MAX(H16:H20)
a. Write a formula to Calculate Price in Cell D2.
b. Write a formula to Calculate Discount 5% fo each Product in Cell E2.
c. Write a Formula to Calculate total amount to be paid in cell f2.
d. Write a formula to find the maxium of Total amnount in .
Excel Table-24
1 Product Rate / Unit Quantity Price Discount Total Amount
2 Bread 50 5 =(D3/E3) =(F3*5%) =(E3*F3)-G3
3 Butter 65 6 =(D4/E4) =(F4*5%) =(E4*F4)-G4
4 Sugar 30 7 =(D5/E5) =(F5*5%) =(E5*F5)-G5
5 Oil 85 2 =(D6/E6) =(F6*5%) =(E6*F6)-G6
6 Tea 44 6 =(D7/E7) =(F7*5%) =(E7*F7)-G7
Total Amount =SUM(H3:H7)
Max Amount =MAX(H3:H7)
a. Write a formula to Calculate Price in Cell D2.
b. Write a formula to Calculate Discount 5% fo each Product in Cell E2.
c. Write a Formula to Calculate total amount to be paid in cell f2.
d. Write a formula to find the maxium of Total amnount in .

Excel Table-25
Product Closing Closing
Years Qty. Sales%
Name Stock Stock %
2016 Jeans 1000 0.7 =D17*(1-E17) =F17/D17
2016 Shirt 1500 0.4 =D18*(1-E18) =F18/D18
2017 Jeans 900 0.3 =D19*(1-E19) =F19/D19
2017 Shirt 1500 0.5 =D20*(1-E20) =F20/D20
2018 Jeans 1600 0.4 =D21*(1-E21) =F21/D21
2018 Shirt 2000 0.7 =D22*(1-E22) =F22/D22

a. Type the function to find Closing Stock of Each Product.


b. Type the function to find theClosing Stock % of Each Products.
c. Type the function to find Maximum Sales% . =MAX(E17:E22)
d. Type the function to find the minimum Closing Stock . =MIN(G17:G22)
Excel Table-26
Disc Total
1 Novel Name Rate Disc % Amt Qty. Amount
2 Godaan 500 4 =(D3*4%) 5 =(D3*G3)-F3
3 Tamas 398 2 =(D4*4%) 9 =(D4*G4)-F4
4 Madhushala 700 5 =(D5*4%) 1 =(D5*G5)-F5
5 Pinjar 550 6 =(D6*4%) 6 =(D6*G6)-F6

[Link] discount amount for Each Noval


[Link] total Amount Paid for Each Noval.
c. Find the Maximum and Minimum Amount for Noval. =MAX(H3:H6) =MIN(H3:H6)
d. find the average of total amount. =AVERAGE(H3:H6)

Excel Table-27
Name Hindi Eng Math Science SKT Total %age Grade
Anil 35 80 75 41 61 =SUM(C15:G15) =(H15/500)
Amit 78 45 73 77 75 =SUM(C16:G16) =(H16/500)
Pawan 56 68 78 36 100 =SUM(C17:G17) =(H17/500)
Vinod 38 44 86 70 40 =SUM(C18:G18) =(H18/500)
Kapil 89 42 89 63 65 =SUM(C19:G19) =(H19/500)
Suman 84 77 41 72 89 =SUM(C20:G20) =(H20/500)

[Link] the total number for each students.


[Link] the Percentage for Each Students (Total Marks 100 for Each Subjects).
[Link] the Grade For Each Students For Given Below Criteria. For Each Students.

Percentage Grade =IF(I15>80%,"A",IF(I15>70%,"B",IF(I15>50%,"C",IF(I15>40%,"D","Fail"))))


>=80% "A+" =IF(I16>80%,"A",IF(I16>70%,"B",IF(I16>50%,"C",IF(I16>40%,"D","Fail"))))
>=70% <80% "B" =IF(I17>80%,"A",IF(I17>70%,"B",IF(I17>50%,"C",IF(I17>40%,"D","Fail"))))
>=50% <60% "C" =IF(I18>80%,"A",IF(I18>70%,"B",IF(I18>50%,"C",IF(I18>40%,"D","Fail"))))
>=40% <50% "D" =IF(I19>80%,"A",IF(I19>70%,"B",IF(I19>50%,"C",IF(I19>40%,"D","Fail"))))
<=40% "Fail"
Excel Table-28
SALESMAN JAN FEB MAR APR MAY JUNE SALES TARGET
SURENDRA 2000 1500 300 1400 1000 1400 =SUM(C3:H3) 10000
SHASHI 5000 1200 500 1200 1200 2800 =SUM(C4:H4) 12000
RAMESH 3000 800 1200 3000 1500 3500 =SUM(C5:H5) 18000
RAKESH 1000 900 1800 5000 1400 1200 =SUM(C6:H6) 10000
RAHUL 500 1000 2300 8000 1700 1400 =SUM(C7:H7) 12000
POOJA 800 500 2400 1900 1800 1800 =SUM(C8:H8) 10000
RESULT
=IF(I3>J3,"ACHIEVED","NOT ACHIVED")
=IF(I4>J4,"ACHIEVED","NOT ACHIVED")
=IF(I5>J5,"ACHIEVED","NOT ACHIVED")
=IF(I6>J6,"ACHIEVED","NOT ACHIVED")
=IF(I7>J7,"ACHIEVED","NOT ACHIVED")
=IF(I8>J8,"ACHIEVED","NOT ACHIVED")
Q.1 How many salesman achived targets? =COUNTIF(H10:H15,"Achieved")
Q.2 If Sales Greater Than Target, Then Target "Achived" otherwise "Not Achived"
Q.3 Total of Pooja & Ashok Targest ? =SUMIF(B3:B8,"ashok",J3:J8)+SUMIF(B3:B8,"Pooja",J3:J8)
Q.4 How Many Salesman Target >10000 ? =COUNTIF(J3:J8,">10000")

Excel Table -29


PayRoll No Name Salary Over Time Arrears TDS 5% Total Salary
1001 Anita 10000 900 1600 =SUM(D23:F23)*5% =SUM((D23:F23)-G23)
1002 Harish 14000 700 1800 =SUM(D24:F24)*5% =SUM((D24:F24)-G24)
1003 Suman 15000 600 1500 =SUM(D25:F25)*5% =SUM((D25:F25)-G25)
1004 Pankaj 17000 500 1800 =SUM(D26:F26)*5% =SUM((D26:F26)-G26)
1005 Rohan 16000 800 1400 =SUM(D27:F27)*5% =SUM((D27:F27)-G27)
1006 Dalip 17000 650 1600 =SUM(D28:F28)*5% =SUM((D28:F28)-G28)

A. write formula to calculate the total salary of suman =SUM((D25:F25)-G25)


B. Write Formula to count the number of Employees who get less than Rs. 15000 as Salary =COUNTIF(D23:D28,"<15000")
C. Write Formula to count the number of employee -
whose arreas is between Rs. 1600 and 1800 =COUNTIFS(F23:F28,">1600",F23:F28,"<1800")
D. Write for to Claculate TDS as 5% for Each employees. =SUM(D23:F23)*5%
Excel Table -30
Emp Emp Branch Basic Medical
Total Pay
1 Code Name Name Salalry Allowance
2 101 Radha Accounts 100000 =(F3*8%) =SUM(F3:G3)
3 102 Kapil Sales 9500 =(F4*8%) =SUM(F4:G4)
4 103 Krishan Sales 15000 =(F5*8%) =SUM(F5:G5)
5 104 Nitin Accounts 10000 =(F6*8%) =SUM(F6:G6)
6 105 Anuj Sales 10500 =(F7*8%) =SUM(F7:G7)
7 106 Ravinder Sales 15000 =(F8*8%) =SUM(F8:G8)

a. Calculate Medical Allowance As 8% on Basic Salary for Each Employee.


b. Calculate Total Pay for Each Employee.
c. Find Out Average Basic Salary for Sales Branch.
d. Find Maximum Medical Allowance .

Excel Table -31


A B
1 SCORE RESULT
2 89 =IF(C18>=50,"Pass","Fail")
3 52 =IF(C19>=50,"Pass","Fail")
4 45 =IF(C20>=50,"Pass","Fail")
5 12 =IF(C21>=50,"Pass","Fail")
6 60 =IF(C22>=50,"Pass","Fail")

Q1. Use an if statement in the "Result" Column to display "Pass" if the score is
50 or above ; Otherwise , display "Fail".
Q2. Calculate the total of odd Score. =SUM(IF(MOD(C18:C22,2)=1,C18:C22))
Q3. Calculate the maximum and minumum of even score.
=MAX(IF(MOD({89,52,45,12,60}, 2) = 0, {89,52,45,12,60}))
Excel Table -32
SrNo Product ID Rate Quantity Total [Link]
1 PO1 500 5 =(D3*E3)
2 PO2 700 4 =(D4*E4)
3 PO3 400 5 =(D5*E5)
4 PO4 200 7 =(D6*E6)
5 PO5 300 9 =(D7*E7)
Total =MAX(D3:D7) =SUM(E3:E7) =SUM(F3:F7)
Q1 if there is discont of Rs. 100 On PO1 , Write a formula to
calculate new amount for the product PO1 (use cell reference to
write formula) =D3-100
Q2 Write a formula to calculate maximum rate of a product and total quantity sale.

Excel Table -33


[Link] Name Age Favorite Color
1 Jim 17 Red =CONCATENATE(INDEX(C15:C19,MATCH(MAX(D15:D19),D15:D19,0)),MAX(D15:D19))
2 jeff 35 Green A.=CONCATENATE(C18," ",D18)
3 Jill 15 Blue B. =IF(D15>=18,"Adult","Minor")
4 Jow 48 Green C. =COUNTIF(E15:E19,"Green")
5 Jen 30 Blue

Q1 write a formula to concatenate the name and age for the person with highest age.
Q.2 Write a formula to display "Adult" if the age in Cell C is 18 or
Older; otherwise , display "Minor".
Q3. Write a formula to count the number of people whose favorite color is "Green".
Excel Table -34
1 Score Result
2 92 =IF(C3>50,"Pass","Fail")
3 52 =IF(C4>50,"Pass","Fail")
4 45 =IF(C5>50,"Pass","Fail")
5 12 =IF(C6>50,"Pass","Fail")
6 60 =IF(C7>50,"Pass","Fail")
Total =SUM(C3:C7)

Q1. use an IF Statement in the "Result" column to display "Pass"


if the score is 50 or above, oterwise display "Fail". =IF(C3>50,"Pass","Fail")
Q2. Calculate the total of odd Score. =SUM(IF(MOD(C3:C7,2)=1,C3:C7,0))
Q3. Calculate the maximum and minimum of even score. =MAX(EVEN(C3:C7)) =MIN(EVEN(C3:C7))

Excel Table -35


A B C D
1 Workers Qty. of sales Revenue Bonus Elgbl.
2 Worker 1 6 2700
3 Worker 2 7 3200
4 Worker 3 2 6000
5 Worker 4 6 1000
6 Worker 5 3 1200

Q1. Determine wherther a worker is eligible for a bonus. If the Quantity of


slaes (Column B) greater than 5, mark them as "Elgible" ; Otherwise , mark
them as "Not Eligible". =IF(D18>5,"eligible","Not eligible")
Q2. Calculate the total Quantity of sales for all odd workers. =D18+D20+D22
Q3. Find the average revenue for even workers. =AVERAGE(D18,D20,D21)
Q4. Use the INDEX and MATCH function to find the worker who
achieved the highest queantity of sales. =INDEX(C18:C22,MATCH(MAX(D18:D22),D18:D22,0))

You might also like