MS Excel Guide
MS Excel Guide
For Beginners
by AK Bahauddin Choudhury
23
Prepared by AK Bahauddin Choudhury (BCA)
2 MS Excel Guide
AIT- Badarpur: +91-9864313346
Table of Contents
There are numbers of spreadsheet programs but from all of them, Excel
is most widely used. People have been using it for last 30 years and
throughout these years, it has been upgraded with more and more features.
The best part about Excel is, it can apply to many business tasks,
including statistics, finance, data management, forecasting, analysis,
inventory, billing, and business intelligence.
At the end of the course, learners are expected to know how to use
Microsoft Excel to:
• Enter text and numbers in a spreadsheet
• Enter Excel formulas
• Format data
• Create Excel functions
• Fill cells automatically
• Print results
• Create Charts, and
• Enter advanced Excel formulas
Three most important components of Excel is which you need to understand first:
1. Cell: A cell is a smallest but most powerful part of a spreadsheet. You can
enter your data into a cell either by typing or by copy-paste. Data can be a
text, a number, or a date. You can also customize it by changing its size, font
color, background color, borders, etc. Every cell is identified by its cell address,
cell address contains its column number and row number (If a cell is on 11th
row and on column AB, then its address will be AB11).
3. Workbook: A workbook is a separate file just like every other application has.
Each workbook contains one or more worksheets. You can also say that a
workbook is a collection of multiple worksheets or can be a single worksheet.
You can add or delete worksheets, hide them within the workbook without
deleting them, and change the order of your worksheets within the
workbook.
Prepared by AK Bahauddin Choudhury (BCA)
4 MS Excel Guide
AIT- Badarpur: +91
+91-9864313346
Before you start using it, it’s really important to understand that what’s where
in its window. So ahead we have all the major component which you need to know
before entering the world of Microsoft Excel.
Prepared by AK Bahauddin Choudhury (BCA)
5 MS Excel Guide
AIT- Badarpur: +91-9864313346
or =ROMAN(SELECT CELL)
11 MS Excel Guide Prepared by AK Bahauddin Choudhury (BCA)
AIT- Badarpur: +91
+91-9864313346
The INT function always rounds down, even if the decimal value
is closer to the next integer. If we want to round up, we should
use the ROUNDUP function instead.
INT(2.5): Returns 2
INT(-2.5):
2.5): Returns -3
ROUNDUP(5.8,0): Returns 6
15 MS Excel Guide Prepared by AK Bahauddin Choudhury (BCA)
AIT- Badarpur: +91
+91-9864313346
The NOW function in Excel displays the current date and time in a cell.
The date and time will update whenever the worksheet is recalculated
or opened.
To use the NOW() function, Insert the formula =NOW() in the cell
where the current date and time should appear.
Text…
RIGHT function
In the same way, if we want to extract the last 4 digits of the
phone number, we use this time the function RIGHT as
follow:
20 MS Excel Guide Prepared by AK Bahauddin Choudhury (BCA)
AIT- Badarpur: +91
+91-9864313346
MID function
It is also possible to extract a part of a string in the middle.
To do that, we will use the MID function.
To write this function, we must First, put the reference of the
cell. Second, indicate the position where we want to start the
extraction (in our example, position 9) Third, indicate the
number of characters we want to extract xtract (8 characters to
return)
So, if we want to extract the mobile phone number of the cell
B8 in the cell C8, we will write the following formula:
21 MS Excel Guide Prepared by AK Bahauddin Choudhury (BCA)
AIT- Badarpur: +91
+91-9864313346
CONCATENATE function
The CONCATENATE function in Excel joins different
pieces of text together or combines values from several cells
into one cell.
Statistical..
AVERAGE Function
It is typed =AVERAGE
• It adds the range and divides it by the number of
observations.
COUNT function
The COUNT function in Excel counts the number of cells that
contain numbers.
The syntax for the function is: =COUNT(A2:A10 / range)
The COUNT function ignores blank cells and cells with text.
For example, if we enter the formula =COUNT(A3:A8), In this
example, if three of the cells in the range contain numbers, the
result is 3.
Logical..
1. Using the data given, get the sum of all the figures within the
range.
A B C D E F G
1 Mon Tue Wed Thru Fri TOTAL
2 Breakfast 3,560 3,186 2,952 3,395 3,436
3 Lunch 20,163 21,416 19,912 19,681 18,628
4 Bar 9,873 12,172 12,642 12,711 18,846
5 Snacks 2,405 3,544 2,694 3,120 3,712
6 TOTALS
For Example:
30 MS Excel Guide Prepared by AK Bahauddin Choudhury (BCA)
AIT- Badarpur: +91-9864313346
1. Open a new workbook and save the file with the name “Payroll”.
2. Enter the labels and values in the exact cells locations as desired.
3. Use AutoFill to put the Employee Numbers into cells A6:A8.
4. Set the columns width and rows height appropriately.
5. Set labels alignment appropriately.
6. Use warp text and merge cells as desired.
7. Apply borders, gridlines and shading to the table as desired.
8. Format cell B2 to Short Date format.
9. Format cells E4:G8 to include dollar sign with two decimal places.
10. Calculate the Gross Pay for employee; enter a formula in cell E4 to
multiply Hourly Rate by Hours Worked.
11. Calculate the Social Security Tax (S.S Tax), which is 6% of the
Gross Pay; enter a formula in cell F4 to multiply Gross Pay by 6%.
12. Calculate the Net Pay; enter a formula in cell G4 to subtract Social
Security Tax from Gross Pay.
13. Save your work.
31 MS Excel Guide Prepared by AK Bahauddin Choudhury (BCA)
AIT- Badarpur: +91-9864313346
1. Open a new workbook and save the file with the name “Call Statistics”.
2. Delete Sheet 2 & 3, and rename Sheet 1 to (Call Statistics).
3. Enter the labels and values in the exact cells locations as desired.
4. Set labels alignment appropriately.
5. Use Warp Text, Orientation and merge cells as desired.
6. Apply border, gridlines and shading to the table as desired.
7. Format column E to include euro (€) sign with two decimal places.
8. Format cell B12 to include % sign with 0 Decimal places.
9. Calculate the Calls per Hour, enter a formula in cell D4 to divide numbers of
calls byHours worked. Using AutoFill, copy the formula to the remaining cells.
10. Calculate the Bonus. Enter a formula in cell E4 to multiply ‘Calls per Hours’ by
the fixed Bonus Rate in cell B12. Using AutoFill, copy the formula to the
remaining cells.
11. Calculate the ‘TOTAL’.
12. Create a header that includes your name in the left section, and your ID
number in the right section. Create the footer that includes the current Date in
the center.
32 MS Excel Guide Prepared by AK Bahauddin Choudhury (BCA)
AIT- Badarpur: +91-9864313346
A B C D E
1 Stationery Supplies Ltd
2
3 Date Sales Person Item Receipt No Amount
4 21-Nov Carl Toys 1238 1,782.10
5 26-Nov Carl Stationery 1255 4,853.55
6 26-Nov Carl Toys 1395 51.35
7 Carl’s Total
8 21-Nov John Cards 1141 91.15
9 24-Nov John Books 1982 442.60
10 21-Nov John Toys 1885 561.50
11 26-Nov John Toys 1875 62.75
12 John’s Total
13 22-Nov Judy Books 1032 234.50
14 26-Nov Judy Sports goods 1920 472.60
15 Judy’s Total
16 25-Nov Mary Toys 1774 364.15
17 Mary’s Total
18 22-Nov Susan Electronics 1160 52.95
19 23-Nov Susan Cards 1075 81.60
20 23-Nov Susan Others 1745 132.95
21 24-Nov Susan Sports goods 1662 2,580.10
22 Susan’s Total
23
24 Grand Total
(i) Calculate the totals for each salesperson and get the grand total.
(ii) Format the worksheet as follows:
Make all the Totals bold, two decimal places, comma, center the
title across columns A-E and make it size 16, bold and Italic.
(iii) Put a double border round the whole table and a single line
border inside the table.
Kennedy ?
Mary ?
Lewis ?
Judy ?
34 MS Excel Guide Prepared by AK Bahauddin Choudhury (BCA)
AIT- Badarpur: +91-9864313346
1. TAX (If ITEM PRICE is less than 100, TAX is 50, and otherwise it
should be 100).
[ =IF(item price<100,50,100) ]
Budget Savings
Salaries and Wages 156675.00
Rent 4300.00
Electricity 1000.00
Telephone 200.00
Advertisements 20000.00
Freight and clearing 15650.00
Security 3800.00
Questions
1. Insert a new column between Budget and Savings column.
2. Enter the title ‘Actual’ in cell C3.
3. Enter the following figures in the new column.
Actual
Salaries and Wages 145200
Rent 4300
Electricity 1207
Telephone 142
Advertisements 18550
Freight and clearing 13400
Security 3800
4. Calculate the savings in cells D4:D10.
5. Format the sheet title to Arial Black, size 14, and Bold.
6. Save the file as Audit 1.
7. Format the range B4:D10 to two decimal places.
8. Enter the row title Total in cell A12 and obtain totals for Budget, Actual, and Savings
columns.
9. Create a chart showing Budget vs. Actual vs. Savings
10. Save and Close the worksheet.
39 MS Excel Guide Prepared by AK Bahauddin Choudhury (BCA)
AIT- Badarpur: +91-9864313346
In sheet2.
Total
What is the
number of
maximum
Employee
? salary? ?
What is the
Total Basic minimum
Pay ? salary? ?
Difference
between Min
Total And Max
Allowances ? Salary? ?
Total Gross
Salary ?
Total
Deduction ?
Total Net
Salary ?
41 MS Excel Guide Prepared by AK Bahauddin Choudhury (BCA)
AIT- Badarpur: +91-9864313346
Key Terms
• Lookup - Looking for a specified value in the data table.
• Lookup Value - A value to be searched for.
• Master Table - The table from where you will get the
matching value.
VLOOKUP Function
The VLOOKUP function in Excel is a powerful function
used to lookup data in a table organized vertically. It looks down
the left column of a range to find a value.
Syntax: =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup] )
HLOOKUP Function
The HLOOKUP function looks up for a value in the first
row of a given range and gives a value in the same column from a
row that you specified.
Syntax: =HLOOKUP( lookup_value, table_array, row_index_num, [range_lookup] )
43 MS Excel Guide Prepared by AK Bahauddin Choudhury (BCA)
AIT- Badarpur: +91
+91-9864313346
44 MS Excel Guide Prepared by AK Bahauddin Choudhury (BCA)
AIT- Badarpur: +91-9864313346
Class Assignment
Assignment-1:
Use of Formulas Sum, Average, If, Count, Counta, Countif & Sumif
Roll Student Hindi English Math Physics Chemistry Total Average Grade
No Name
1 RAM 20 10 14 18 15 77 15.4 A
2 ASHOK 21 12 14 12 18 ? ? ?
3 MANOJ 33 15 7 14 17 ? ? ?
4 RAJESH 15 14 8 16 20 ? ? ?
5 RANJANA 14 17 10 13 18 ? ? ?
6 POOJA 16 8 20 17 15 ? ? ?
7 MAHESH 18 19 3 10 14 ? ? ?
8 ASHUTOSH 19 20 7 14 18 ? ? ?
9 ANIL 22 13 8 12 19 ? ? ?
10 PREM 26 12 10 11 27 ? ? ?
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 Use of Countif
Q.4 Student Ashok and Manoj Total Number and Average Use of Sumif
Q.5 Count how many Students Use of Counta
Q.6 How Many Student Hindi & English Sub Number Grater Then > 20 and <15 .Use of Countif
Assignment-2:
Use of Formulas - Product, If, Counta, Countif, Sumif
SRNO ITEMS QTY RATE AMOUNT GRADE
1 AC 20 40000 800000 Expensive
2 FRIDGE 30 20000 ?
3 COOLER 15 10000 ?
4 WASHING MACHINE 14 15000 ?
5 TV 18 20000 ?
6 FAN 17 2000 ?
7 COMPUTER 10 25000 ?
8 KEYBOARD 5 250 ?
9 MOUSE 25 100 ?
10 PRINTER 30 12000 ?
Assignment-3:
Use of Formulas - Sum, NestedIf, Counta, Countif, Sumif, Vlookup
NAME DEPARTMENT POST BASIC DA HRA PF TOTAL GRADE
2.5% 3.5% 1.5%
RAM COMPUTER MANAGER 5000 125 175 50 5250 D
SHYAM COMPUTER SUPERVISOR 8000 ? ? ? ? ?
MANOJ COMPUTER PION 3000 ? ? ? ? ?
POOJA ELECTRICAL GUARD 6000 ? ? ? ? ?
RAHUL ELECTRICAL CASHER 8000 ? ? ? ? ?
RAKESH ELECTRICAL ACCOUNTANT 9000 ? ? ? ? ?
ASHISH FINANCE MANAGER 10000 ? ? ? ? ?
MANISH FINANCE GUARD 5000 ? ? ? ? ?
Assignment-4:
SALESMAN JAN FEB MAR APR MAY JUNE SALES TARGET RESULT
NOT
RAMESH 2000 1500 300 1400 1000 1400 7600 10000 ACHIVED
RAKESH 5000 1200 500 1200 1200 2800 ? 12000 ?
RAHUL 3000 800 1200 3000 1500 3500 ? 18000 ?
POOJA 1000 900 1800 5000 1400 1200 ? 10000 ?
MANOJ 500 1000 2300 8000 1700 1400 ? 12000 ?
ASHOK 800 500 2400 1900 1800 1800 ? 10000 ?
AJEET 1200 1400 1500 700 2500 7000 ? 12000 ?
ALOK 1500 1800 1800 1800 300 1500 ? 10000 ?
AMRIT 1800 2500 1700 1500 2800 1800 ? 12000 ?
SURENDRA 200 3000 1900 1200 1500 3000 ? 10000 ?
SHASHI 1600 1200 2000 800 1700 800 ? 10000 ?
Q.1 How many salesman? Salesman Ajeet Targest & Result? Use of Counta and Vlookup
Q.2 If Sales Greater Than Target Then Target Achived otherwise Not Achived
Use of If Function
Q.3 Rahul Pooja & Ashok Targest & result? Use of Vlookup
Q.4 How Many Salesman Achived Target. Use of Countif
Q.5 Which Sales Man Jan Sales 2000, & Feb Sales is 2500? Use of Lookup
Function
46 MS Excel Guide Prepared by AK Bahauddin Choudhury (BCA)
AIT- Badarpur: +91-9864313346
Assignment-5:
Use of Formulas - Counta, Countif, Sumif, Conditional Formatting
Items Date Cost
BRAKES 01−01−2016 800.00
TYRES 12−05−2016 2000.00
BRAKES 18−05−2016 500.00
SERVICE 20−05−2016 800.00
SERVICE 10−02−2016 1000.00
WINDOW 08−05−2016 1000.00
TYRES 10−05−2016 1200.00
TYRES 25−05−2016 1500.00
CLUTCH 10−07−2016 1800.00
TYRES 10−01−2016 2000.00
CLUTCH 15−06−2016 1500.00
CLUTCH 12−01−2016 1000.00
Assignment-6:
Use of Formulas - Sum, Average, Counta, Countif, Sumif, & If
Assignment-7:
USE OF VLOOKUP
Emp
Id First Name Last Name Department Location
101 Donald Patrick Finance Banglore
102 Samuel Samson Marketing Hyderabad
103 Ian Jacob Finance Hyderabad
104 David Johnson Marketing Pune
105 Ian Smith Marketing Banglore
106 Henry Madrid IT Pune
107 Ronica Brave Finance Hyderabad
108 Christine Salvi Marketing Banglore
109 Andrew Baisley IT Hyderabad
110 Erica Irons IT Pune
Sheet 2- Use of Vlookup
EmpId
First Name Last Name Department Location
101 Donald Patrick Finance Banglore
103 ? ? ? ?
102 ? ? ? ?
105 ? ? ? ?
108 ? ? ? ?
106 ? ? ? ?
107 ? ? ? ?
104 ? ? ? ?
109 ? ? ? ?
110 ? ? ? ?
49 MS Excel Guide Prepared by AK Bahauddin Choudhury (BCA)
AIT- Badarpur: +91-9864313346
Months April
Sale ?
Marks in English ?
Marks in Maths ?
EMP FIS1149
Sales 4 ?
Temperarture(In 21 33 39 42 50
Celsius)
Cities New Delhi Patna Mumbai Pune Bangalore
Temperature 40
City ?
50 MS Excel Guide Prepared by AK Bahauddin Choudhury (BCA)
AIT- Badarpur: +91-9864313346
Assignment-11:
USE OF NESTEDIF
Total Numbers
Name Grade earned
Earned
Condition
John Wilkins 92 ? List
Steve Harrington 88 ? 90−100 A+
Edward Clark 94 ? 85 − < 90 A
Jimmy Chemberlin 84 ? 80 − < 85 B+
Alex Wilkins 95 ? 75 − < 80 B
Patty Scott 78 ? 70 − < 75 C+
Andrew Williams 59 ? 65 − < 70 C
Emilia johnson 43 ? 60 − < 65 D+
Anthony Rogers 90 ? 50 − < 60 D
< 50 F