Excel solved sheet
Excel solved sheet
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.
c.write 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 j
1 name hindi science math sst english total percent grade
2 amar 56 67 45 65 59 =SUM(C4:G4) =(H4/500*100) =IF(I4>=80,"A",IF(I4>=60,"B",IF(I4>=50,"C",IF(I4<50,"C"))))
3 priya 90 87 56 87 49 =SUM(C5:G5) =(H5/500*100) =IF(I5>=80,"A",IF(I5>=60,"B",IF(I5>=50,"C",IF(I5<50,"C"))))
4 rohit 67 56 65 56 40 =SUM(C6:G6) =(H6/500*100) =IF(I6>=80,"A",IF(I6>=60,"B",IF(I6>=50,"C",IF(I6<50,"C"))))
5 yamini 87 87 76 98 68 =SUM(C7:G7) =(H7/500*100) =IF(I7>=80,"A",IF(I7>=60,"B",IF(I7>=50,"C",IF(I7<50,"C"))))
6 nisha 67 56 39 89 90 =SUM(C8:G8) =(H8/500*100) =IF(I8>=80,"A",IF(I8>=60,"B",IF(I8>=50,"C",IF(I8<50,"C"))))
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(C4:F4)
3 feb 10000 7000 600 4000 =SUM(C5:F5)
4 march 11000 8000 700 4500 =SUM(C6:F6)
5 april 12000 9000 2200 5400 =SUM(C7:F7)
6 may 13000 2200 3000 6200 =SUM(C8:F8)
=SUM(C9:F9)
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(B3:B7,MATCH(MAX(F3:F7),F3:F7,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. 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-09
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")
Excel Table-11
No. Of Total GST
Sr no Price/Kg. Cost+GST Discount Net Cost
Kgs. Cost 18%
1 21.2 28400 =(C19*D19) =(E19*18%) =SUM(E19:F19) =(G19*5%) =(G19-H19)
2 112.39 21200 =(C20*D20) =(E20*18%) =SUM(E20:F20) =(G20*5%) =(G20-H20)
3 89.79 36400 =(C21*D21) =(E21*18%) =SUM(E21:F21) =(G21*5%) =(G21-H21)
4 150 8500 =(C22*D22) =(E22*18%) =SUM(E22:F22) =(G22*5%) =(G22-H22)
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:B12,"Manoj",H3:H12)+SUMIF(B3:B12,"Ashok",H3:H12)
Q.5 Count how many Students =COUNTA(B3:B12)
Q.6 How Many Student Hindi & English Subject Number Grater Then > 20 and <15 =COUNTIF(C3:C12,">20")+COUNTIF(D3:D12,"<15")
Excel Table-16
SALESMAN JAN FEB MAR APR MAY JUNE SALES TARGET RESULT
SURENDRA 2000 1500 300 1400 1000 1400 =SUM(C3:H3) 10000 =IF(I3>J3,"ACHIEVED","NOT ACHIVED")
SHASHI 5000 1200 500 1200 1200 2800 =SUM(C4:H4) 12000 =IF(I4>J4,"ACHIEVED","NOT ACHIVED")
RAMESH 3000 800 1200 3000 1500 3500 =SUM(C5:H5) 18000 =IF(I5>J5,"ACHIEVED","NOT ACHIVED")
RAKESH 1000 900 1800 5000 1400 1200 =SUM(C6:H6) 10000 =IF(I6>J6,"ACHIEVED","NOT ACHIVED")
RAHUL 500 1000 2300 8000 1700 1400 =SUM(C7:H7) 12000 =IF(I7>J7,"ACHIEVED","NOT ACHIVED")
POOJA 800 500 2400 1900 1800 1800 =SUM(C8:H8) 10000 =IF(I8>J8,"ACHIEVED","NOT ACHIVED")
MANOJ 1200 1400 1500 700 2500 7000 =SUM(C9:H9) 12000 =IF(I9>J9,"ACHIEVED","NOT ACHIVED")
ASHOK 1500 1800 1800 1800 300 1500 =SUM(C10:H10) 10000 =IF(I10>J10,"ACHIEVED","NOT ACHIVED")
AMRIT 1800 2500 1700 1500 2800 1800 =SUM(C11:H11) 12000 =IF(I11>J11,"ACHIEVED","NOT ACHIVED")
ALOK 200 3000 1900 1200 1500 3000 =SUM(C12:H12) 10000 =IF(I12>J12,"ACHIEVED","NOT ACHIVED")
AJEET 1600 1200 2000 800 1700 800 =SUM(C13:H13) 10000 =IF(I13>J13,"ACHIEVED","NOT ACHIVED")
Excel Table-18
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)
a.Join First Name and Last Name of the Canditate. =(D3&" "&E3)
b.Calculate Percentage of Pawan Scord in Hindi Out of 150. =F5/150*100
c. Calculate Total Mark Scord by Deepak. =SUM(F8:I8)
d.Find Maximum Mark In English. =MAX(G3:G9)
a. Determine the department with the highest average projected reaturn in %. =MAX(E3:E8)
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-22
1 Product Rate / Unit Quantity Price Discount Total Amount
2 Bread 50 5 10.00 0.50 49.50
3 Butter 65 6 10.83 0.54 64.46
4 Sugar 30 7 4.29 0.21 29.79
5 Oil 85 2 42.50 2.13 82.88
6 Tea 44 6 7.33 0.37 43.63
Total Amount 270.25
Max Amount 82.88
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-23
Closing Closing
Years Product Name Qty. Sales% Stock Stock %
2016 Jeans 1000 0.7 =D3*(1-E3) =F3/D3
2016 Shirt 1500 0.4 =D4*(1-E4) =F4/D4
2017 Jeans 900 0.3 =D5*(1-E5) =F5/D5
2017 Shirt 1500 0.5 =D6*(1-E6) =F6/D6
2018 Jeans 1600 0.4 =D7*(1-E7) =F7/D7
2018 Shirt 2000 0.7 =D8*(1-E8) =F8/D8