TMK Ms-Excel Example 01: 43594050.Xls Omegasoaps
TMK Ms-Excel Example 01: 43594050.Xls Omegasoaps
TOTAL SALES
AVERAGE PRICE
MAXIMUM PRICE
MINIMUM PRICE
NUMERIC CELLS
NON BLANK CELLS
BLANK CELLS
Question:-
1. Prepare the above table with neat formatting
2. Calculate the Amount of each item
3. Calculate the given tasks using Functions
SUM()
AVERAGE()
MAX()
MIN()
COUNT()
COUNTA()
COUNTBLANK()
43594050.xls==OmegaSoaps 1 / 18
TMK MS - EXCEL EXAMPLE 02
TOTAL
Notations:-
Desgn - Designation
HRA - House Rent Allowance
Conv - Conveyance
Dedn - Deduction
Calculations:-
1. HRA is calculated at 40% on Basic Pay on all employees except 6, 9, 10 at 35%
2. Conveyance is calculated at 20% on Basic Pay
3. Gross Pay = Basic Pay + HRA + Conv
4. Deduction is calculated at 12% on Gross Pay
5. Net Pay = Gross Pay - Dedn
Question:-
1. Prepare the above table with neat formatting
2. Calculate the HRA, Conv, Gross Pay, Dedn and Net Pay using RELATIVE ADDRESSING
3. Calculate the totals of Basic Pay, HRA, Conv, Gross Pay, Dedn and Net Pay (vertical sum)
43594050.xls==EmpPay 2 / 18
TMK MS-EXCEL Example 03
TOTAL
Question:-
1. Prepare the above table with neat formatting
2. Calculate Value = Quantity * Rate
3. Discount = Value * 6%
Note that 6% is in E4 cell and is to be taken as ABSOLUTE ADDRESSING
i.e. Discount = Value * $E$4
or Discount = Value * E$4
4. Calculate the Totals of Quantity, Value, Discount and Net Value
43594050.xls==Microlink 3 / 18
TMK MS-EXCEL Example 04
Question:-
1. Prepare the above table with neat formatting
2. Calculate the Tax Payable using ABSOLUTE REFERENCING
i.e. Tax Payable = Income * $A$2
43594050.xls==Taxrate(1) 4 / 18
TMK MS-EXCEL Example 05
Question:-
1. Prepare the above table with neat formatting
2. Calculate the Tax Payable using MIXED REFERENCING
i.e. Tax Payable = $A5 * C$4
3. Enter the above formula in C5 and fill it to all the cells till F9
43594050.xls==Taxrate(2) 5 / 18
TMK MS-EXCEL Example 06
Marks-List
Class: Section:
R. Subjects
Name of the Student Total Average Pass/Fail
No. English Telugu Hindi Maths Science Social
1 Sampath 58 65 45 39 44 55
2 Sandhya 45 98 58 56 56 45
3 Aravind 58 42 56 48 78 69
4 Vamsi 56 75 45 85 46 54
5 Harish 78 45 56 58 45 52
6 Saikiran 85 64 62 78 59 45
7 Saikiran Reddy 70 83 54 92 82 70
8 Salma 76 96 82 85 95 78
9 Roopa 78 85 96 45 96 85
10 Aruna 78 58 45 96 85 45
Hint: -
1. Total = SUM(C8:H8)
2. Average = AVERAGE(C8:H8)
3. To check whether the student is passed or failed, we have to check each and every subject
Thus, Pass/Fail = IF( COUNTIF( C8:H8, ">= 35" ) = 6, "PASS", "FAIL" )
Here, COUNTIF( C8:H8, ">= 35" ) = 6 tells that all the subjects are passed i.e. got >= 35 marks
43594050.xls==MarksList 6 / 18
TMK MS-EXCEL Example 07
INTERES
T RATE PAYMENTS
9.00%
9.25%
9.50%
9.75%
10.00%
HINT:-
PMT(RATE,TERM,AMOUNT)
Payment = PMT($C$6/12,$C$4,-$C$5)
Question:-
1. Prepare the above table with neat formatting
2. Calculate the value using Financial Functions given
2. Here we use Mixed Addressing
43594050.xls==Mortgage(1) 7 / 18
TMK MS-EXCEL Example 08
INTEREST
RATE PAYMENTS
9.00%
9.25%
9.50%
9.75%
10.00%
HINT:-
PMT(RATE,TERM,AMOUNT)
Payment = PMT($C$6/12,$C$4,-$C$5)
Payments = PMT($B10/12,$C$4,-$C$5)
Question:-
1. Prepare the above table with neat formatting
2. Calculate the value using Financial Functions given
2. Here we use Mixed Addressing
43594050.xls==Mortgage(2) 8 / 18
TMK MS-EXCEL Example 09
HINT:-
PMT(RATE,TERM,AMOUNT)
PMT($B9/12,C$7,-$C$5)
Question:-
1. Prepare the above table with neat formatting
2. Calculate the value using Financial Functions given
43594050.xls==Mortgage(3) 9 / 18
TMK MS-EXCEL Example 10
MATHAMATICAL FUNCTIONS
12 ABS(A4)
-90 CEILING(A6,1)
45 PRODUCT(A3,A5)
89.66 MOD(A5,2)
81 QUOTIENT(A5,2)
ROUND(A6,1)
SQRT(A7)
SUM(A3:A7)
Question:-
1. Prepare the above table with neat formatting
2. Calculate the value using Mathematical Functions given
and show the results in E column.
43594050.xls==MathFuncs 10 / 18
TMK MS-EXCEL Example 11
LOGICAL FUNCTIONS
EMPLOYEE SALARY
<1500 10%
1500-2500 15%
2501-3500 20%
>3500 25%
HINT:- IF(C14<1500,C14*10%,IF(C14<=2500,C14*15%,IF(C14<=3500,C14*20%,C14*25%)))
STUDENT RESULTS
HINT:- IF(AND(C28>=40,D28>=40,E28>=40),"PASS","FAIL")
Question:-
1. Prepare the above table with neat formatting
2. Calculate the HRA and RESULT using Logical Functions
43594050.xls==LogiFuncs 11 / 18
TMK MS-EXCEL Example 12
Hint:-
COUNTIF(RANGE TO CHECK,CRITERIA)
SUMIF(RANGE TO CHECK,CRITERIA)
43594050.xls==Branch Sales 12 / 18
TMK MS-EXCEL Example 13
Sales
Date of
Person Last Name First Name Address Country City Salary
Joining
No.
113 Franklin Larry Boston 1/12/1992 America Boston 3000
104 Petry Robin Frankfurt 2/2/1992 Germany Frankfurt 3500
103 Cooper Linda California 3/7/1993 America California 4500
106 Wells Jeremy London 4/13/1993 England London 3000
101 Smith Barbara Los Angeles 8/27/1993 America Los Angels 3145
110 Mueller Ursula Hiedelberg 6/25/1992 Germany Hiedelberg 3670
102 Preston Liza California 8/31/1993 America California 4100
105 Wells Jason London 6/8/1993 England London 3400
109 Smith Sheryl Sheffield 10/3/1992 England Sheffield 3850
107 Mueller Robin Munich 1/1/1993 Germany Munich 4350
112 Lin Michael Yorkshire 7/26/1992 England Yorkshire 3900
108 Bell Tom Boston 1/8/1993 America Boston 3200
115 Martinez Sara Yorkshire 11/2/1992 England Yorkshire 4210
114 Miller Janet Frankfurt 5/14/1992 Germany Frankfurt 3650
111 Smith Eric Los Angeles 5/16/1992 America Los Angels 3250
117 Cash Mary Hiedelberg 11/6/1992 Germany Hiedelberg 4100
116 Gonzales Joe Sheffield 9/1/1993 England Sheffield 3500
118 Richards Lee Munich 9/13/1992 Germany Munich 3740
Question:-
1. Apply Filter the data on Country
2. Apply Filter the data on Sales Person No.
3. Try other FILTERs
43594050.xls==Filter_Sort(1) 13 / 18
TMK MS-EXCEL Example 14
Sales
Person Units
No. First Name Country City Week Ending Sold Amount
108 Tom America Boston 4/4/1994 55 8027
113 Larry America Boston 4/11/1994 46 6714
102 Liza America California 4/4/1994 61 8903
103 Linda America California 4/11/1994 78 11384
101 Barbara America Los Angels 4/4/1994 68 9925
111 Eric America Los Angels 4/11/1994 45 5645
105 Jason England London 4/4/1994 31 4524
106 Jeremy England London 4/11/1994 36 5254
109 Sheryl England Sheffield 4/4/1994 46 6714
116 Joe England Sheffield 4/11/1994 43 3343
112 Michael England Yorkshire 4/4/1994 78 11384
115 Sara England Yorkshire 4/11/1994 48 7006
104 Robin Germany Frankfurt 4/4/1994 43 6276
114 Janet Germany Frankfurt 4/11/1994 31 2345
110 Ursula Germany Hiedelberg 4/4/1994 38 5546
117 Mary Germany Hiedelberg 4/11/1994 51 7443
107 Robin Germany Munich 4/4/1994 42 6130
118 Lee Germany Munich 4/11/1994 81 11822
Question:-
1. Show the SUBTOTAL on City
43594050.xls==SubTotal(1) 14 / 18
TMK MS-EXCEL Example 15
Question:-
1. Calculate the following using DATABASE functions
2. The Syntax of all the DATABASE functions is
<func> ( <database> , <field>, <criteria>)
Hint:-
DSUM(A1:C14,"MARKS",D1:D2)
DCOUNT(A1:C14,"SUBJECT",E1:E2)
DAVERAGE(A1:C14,"MARKS",F1:F2)
DMAX(A1:C14,"MARKS",F1:F2)
DMIN(A1:C14,"MARKS",F1:F2)
43594050.xls==DatabaseFuncs 15 / 18
TMK MS-EXCEL Example 16
Hint: -
1. Calculate Interest Amount = Amt Financed * (Rate / 100) * (No. of Days / 365)
But as we are taking Interest as % here, no need of (Rate / 100). Just type Rate
Note: -
The Interest Rates are in one sheet and the Interest Amounts to be calculated are in other sheet
We have to refer to the values in the first sheet for the formulas used in the second sheet.
43594050.xls==RefToOtherSheet 16 / 18
TMK MS-EXCEL Example 17
Hint: -
Using the table, plot a BAR (COLUMN) CHART against the data.
as shown below:-
9500
9000
8500
8000
7500
7000
6500
6000
5500
5000 SALARY
4500 GROSS
COMM.
4000
3500
3000
2500
2000
1500
1000
500
0
Prayas Anuj Disksha Alisha Isha
43594050.xls==BarChart 17 / 18
TMK MS-EXCEL Example 18
Hint: -
Using the table, plot a STACKED BAR (COLUMN) CHART against the data.
as shown below:-
45000
40000
35000
30000
Qtr4
25000 Qtr3
20000 Qtr2
Qtr1
15000
Column B
10000
5000
0
Jackson Sriram Sairam Siddu Nazar Joseph
43594050.xls==StackedBarChart 18 / 18