0% found this document useful (0 votes)
105 views

Excel solved sheet

Uploaded by

rajindere saini
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
105 views

Excel solved sheet

Uploaded by

rajindere saini
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 21

Excel_Table-01

s.no. 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.
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. Total of all subjects for each students.


b.Calculate percentage (maximum marks for each subject is 100.)
c.Find Grade According to the following Criteria.
Criteria Grade
>=80 A
>=60 and<80 B
>=50 and<60 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(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)

a).calculate total in cell G2


b).find the number of cells having value more than 10000 Of Rent Amount =COUNTIF(C4:C8,">10000")
c).find out the number of cells having values less then 2000 of Fuel Amount =COUNTIF(E4:E8,"<2000")
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%.
Excel_Table-06
SRN. Emp Name Department Basic HRA Tax Net Pay
1 Anil Computer 14500 =IF(D3>10000,(D3*12%),1000) =SUM(D3:E3)*10% =SUM(D3:E3)-F3
2 Arun Accounts 10000 =IF(D4>10000,(D4*12%),1000) =SUM(D4:E4)*10% =SUM(D4:E4)-F4
3 Govind Accounts 12000 =IF(D5>10000,(D5*12%),1000) =SUM(D5:E5)*10% =SUM(D5:E5)-F5
4 Rahul Computer 9500 =IF(D6>10000,(D6*12%),1000) =SUM(D6:E6)*10% =SUM(D6:E6)-F6
5 Pardeep Accounts 18000 =IF(D7>10000,(D7*12%),1000) =SUM(D7:E7)*10% =SUM(D7:E7)-F7

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. 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(B3:B6,"Onion",C3:F3)


b.total sales of sugar =SUM(C5:F5)
c. Count the sales of <400 for Rice =COUNTIFS(C4:F4,"<400")
d.Count How Many Sales Amount Greater Then 500 =COUNTIFS(C3:F6,">500")
Excel Table-09
DOB Today Year Month Days
1/1/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-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")

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-10
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-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)

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

a.find the simple interest amount as int rate is given Annual.


b.find the Compound interest amount if in. rate given as Annual.
Excel Table -13
SRNO ITEMS QTY RATE AMOUNT GRADE
1 AC 20 40000 =PRODUCT(C3:D3) =IF(E3>500000,"Expensive","Lets Buy it")
2 FRIDGE 30 20000 =PRODUCT(C4:D4) =IF(E4>500000,"Expensive","Lets Buy it")
3 COOLER 15 10000 =PRODUCT(C5:D5) =IF(E5>500000,"Expensive","Lets Buy it")
4 WASHING MACHINE 14 15000 =PRODUCT(C6:D6) =IF(E6>500000,"Expensive","Lets Buy it")
5 TV 18 20000 =PRODUCT(C7:D7) =IF(E7>500000,"Expensive","Lets Buy it")
6 FAN 17 2000 =PRODUCT(C8:D8) =IF(E8>500000,"Expensive","Lets Buy it")
7 COMPUTER 10 25000 =PRODUCT(C9:D9) =IF(E9>500000,"Expensive","Lets Buy it")
8 KEYBOARD 5 250 =PRODUCT(C10:D10) =IF(E10>500000,"Expensive","Lets Buy it")
9 MOUSE 25 100 =PRODUCT(C11:D11) =IF(E11>500000,"Expensive","Lets Buy it")
10 PRINTER 30 12000 =PRODUCT(C12:D12) =IF(E12>500000,"Expensive","Lets Buy it")

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


Q.2 How Many Items in a List =COUNTA(B3:B12)
Q.3 How Many Items qty Greate Then > 20 and Less Then <30 =COUNTIFS(C3:C12,">20")+COUNTIF(C3:C12,"<30")
Q.4 Calculate Item Computer Qty, Rate and Amount using Sumif Formula =SUMIF(B3:B12,"Computer",E3:E12)
Q.5 If Items Amount is Greater > 500000, Then Items "Expensive" otherwise "Lets Buy it".
Excel Table-14
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")
7 MAHESH 18 19 3 10 14 =SUM(C9:G9) =AVERAGE(C9:G9) =IF(I9>15,"A","B")
8 ASHUTOSH 19 20 7 14 18 =SUM(C10:G10) =AVERAGE(C10:G10)=IF(I10>15,"A","B")
9 ANIL 22 13 8 12 19 =SUM(C11:G11) =AVERAGE(C11:G11)=IF(I11>15,"A","B")
10 PREM 26 12 10 11 27 =SUM(C12:G12) =AVERAGE(C12:G12)=IF(I12>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: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")

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


Q.2 If Sales Greater Than Target, Then Target "Achived" otherwise "Not Achived"
Q.3 Total of Pooja & Ashok Targest ? =SUMIF(B3:B13,"ashok",J3:J13)+SUMIF(B3:B13,"Pooja",J3:J13)
Q.4 How Many Salesman Target >10000 ? =COUNTIF(J3:J13,">10000")
Excel Table-17
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)
6 2006 Blazers XL 20 500 =(F8*G8)
7 2007 T Shirt L 50 250 =(F9*G9)
8 2007 Shirt M 40 450 =(F10*G10)
9 2007 Blazers XL 25 500 =(F11*G11)

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


b. Finde the Average Sales of L Size T Shirt. =AVERAGEIFS(H3:H11,E3:E11,"L",D3:D11,"T Shirt")
c. finde the average Sales Between 2005 to 2007. =AVERAGEIFS(H3:H11,C3:C11,">=2005",C3:C11,"<=2007")
d. Find the Total Sales of All Year Except 2007. =AVERAGEIF(C3:C11,"<>2007",H3:H11)
Excel Table-17
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

a.Calculate discount amount for Each Noval


b.Calculate 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-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.Find the total number for each students.


b.Find the Percentage for Each Students (Total Marks 100 for Each Subjects).
c.find 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 -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

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)

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")))

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

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(E3:E8)
d. Type the function to find the minimum Closing Stock . =MIN(G3:G8)
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