MS Excell Document
MS Excell Document
MANAGERS
Microsoft Excel-DOCUMENT
(MS –EXCEL)
Dr.B.H.K 1
MS –EXCEL: Creating a New Workbook:
The steps to create a new workbook are,
• 1. On the File menu, click New.
• The new workbook task pane appears at the right side of
the screen. Click blank workbook. A new workbook with
3 worksheets appears. By default, the workbook is
named as Book 1, and sheet 1 is the active worksheet &
A1 is the active cell.
Dr.B.H.K 2
MS –EXCEL: Creating a New Workbook:
Dr.B.H.K 3
MS –EXCEL: Creating a New Workbook:
Dr.B.H.K 4
MS –EXCEL: Entering data
Entering data:
• You can enter text, numbers and dates in an Excel worksheet.
• To enter data of any type,
• 1. Select the cell by clicking on it.
• 2. Type the information.
• 3. Press the Enter key.
When you begin typing, your data also appears in the formula bar.
Editing text:
• The easiest way to edit the contents of a cell is to select the cell and then
retype the entry. The new entry replaces the old contents.
• Alternatively, to edit the data in a cell, press F2.
• Ex: Suppose you find that in the cell A6, you have entered the marks as 78
instead of 87, then click on A6 and type 87 enter
Dr.B.H.K 5
MS –EXCEL: Entering data
Formatting a worksheet:
• Changing the style or appearance of data in a worksheet is called
formatting. You can format the data in a worksheet by:
• Changing the position of data in a cell
• Changing the font, size, style & colour.
Aligning data:
• By default, any text you enter in Excel is aligned to the left and any value or
number is aligned to the
• Right. To change the default alignment, you can use the alignment buttons
on the formatting tool bar.
Dr.B.H.K 6
MS –EXCEL: Creating a New Workbook:
Formatting Numbers:
Formatting data in a
worksheet includes
changing the number of
decimal places, displaying
dates, times & fractions and
adding currency symbols.
To format the number in a
cell, the steps are:
Format/Cell/N/umber/Deci
mal places/2
Dr.B.H.K 7
MS –EXCEL: Entering data
• Formatting Text: Text can be formatted using the buttons on the
formatting toolbar. Font of a cell, font size can be changed. The font
style can also be changed to bold, Italic etc.
• Inserting Rows & Columns:
In Excel, rows & columns can be inserted or deleted without affecting
the surrounding rows, columns & cells.
To insert a row,
• 1. Rest the mouse pointer over the row above which you want to
insert the new row. 2. On the Insert menu, click rows.
• A row is inserted and the existing row moves down after the new
row.
To insert a column,
• 1. Rest the mouse pointer over the column before which you want to
insert the new Column. 2. On the Insert menu, click columns.
Dr.B.H.K 8
MS –EXCEL: Entering data
Dr.B.H.K 9
MS –EXCEL: Entering data
Dr.B.H.K 10
MS –EXCEL: Formulas
In Excel. One of the powerful features is formulas. A
formula is an equation that is used to perform calculations
on data in a worksheet.
• We can use formula to perform Mathematical, Statistical
& date/time operations on a single value or a set of
values by using operators.
• The cells in which formulas are stored, display the
result of the calculation and not the formula.
• In Excel, a formula starts with an equal (=) sign and
should be followed by the operation to be performed.
• We can use any number of operators in a single formula.
Dr.B.H.K 11
MS –EXCEL: Formulas
MS- Excel evaluates the formula according to the order of precedence
of the operators.
^ Exponentiation 2
*, / Multiplication , Division 3
+ , - Addition, Subtraction 4
& Concatenation 5
Dr.B.H.K 12
MS –EXCEL: Formulas
Examples of the formula expressions:
1. Suppose the values in the cells B2, C2, D2 are 34, 28, 56
respectively. To add these values and to have the result in the cell F2,
• Step i) Click on the cell in which total marks is to be displayed, i.e F2
• ii) Type = ( B2 + C2 + D2 )
• iii) Press Enter
• The value ―118 will be displayed in F2.
• 2. Suppose the value of the cell A4 is 55. Divide the value by 5 and
add 9 to it and place it in the cell C4:
• Step i) Click the cell C4.
• ii) Type = (A4/5+9)
• iii) Press Enter
• The value 20 will be displayed in the cell C4.
Dr.B.H.K 13
MS –EXCEL: Formulas
Dr.B.H.K 14
MS –EXCEL: Formulas
Dr.B.H.K 15
MS –EXCEL: Functions
• A function is a built-in, readymade and frequently used formula that
accepts data, perform calculations & returns results.
To enter a function in a cell,
• i) Click the cell in which you want the result of the function to be
displayed.
• ii) Type “=“sign.
• iii) Type the function name.
• iv) Type the cell range & other arguments within brackets.
• v) Press Enter.
Note : To specify a range of cells, a colon (:) is used between the first &
last cell addresses.
Example: =Average(B1: B10)
Calculates the average of the values in the cells B1 to B10
Dr.B.H.K 16
MS –EXCEL: Functions
Mathematical functions with syntax and purpose:
• i) Sum( number1, number2,…) – gives the sum of the values in a specified
range
• ii) Abs( number) - gives the absolute value of the number
• iii) Fact( number) - gives the factorial of the number
• iv) Sqrt(number) - gives the square root of the number
• v) Log(number) - gives the logarithm of the number
Dr.B.H.K 17
MS –EXCEL: Function Wizard
The Function Wizard is a tool in Excel through which a user can enter formulas
in the correct format without any errors. It contains all the functions according to
the type such as Mathematical, Statistical, Date/time, Financial etc.
Dr.B.H.K 18
MS –EXCEL: Function Wizard
Dr.B.H.K 19