Office Automation Unit - III-1
Office Automation Unit - III-1
Unit III
Spreadsheets: Excel–opening, entering text and data, formatting, navigating; Formulas–
entering, handling and copying; Charts–creating, formatting and printing, analysis tables,
preparation of financial statements, introduction to data analytics.
Spreadsheet overview:
Ms-excel is the one of the powerful package that stores the data. In that spreadsheet is nothing
but worksheet, that is essentially comprises of a grid of rows and columns. Intersection of a row
and a column is called a cell. Typically rows are numbered numerically 1,2,3…. And so on, and
columns are labeled alphabetically A, B, C,…….. and so on.
Each spreadsheet contains 16384 rows and 256 columns. That makes 494304 cells each
handling either text or number or formulas.
Microsoft excels from programs option from start button is like this.
1
Dr S.Sakthivel ,AP & Head,Dept. of Computer Science, Tiruchengode
Numbers are basic raw material for spreadsheets. You can type numbers either by using the
number keys on top of letter keys or by using extended numeric pads on the keyboard.
Mathematical symbols are like,
Division /
Multiplication *
Addition +
Subtraction _
Percentage %
Decimal .
Exponents ^
Parentheses ()
Comparison operators are like,
Equal to =
Greater that >
Less than <
Greater than or equal to >=
Less than or equal to <=
Not equal to <>
You can either build formulas using absolute numbers (like = 4+3) or use relative cell address (like
=A1+B1). As a general rule of thumb, you must always use relative cell referencing because in
case the values change in future the formulas based upon these values would automatically show
the updated results.
For instance you would either type =A1- B1 in the cell C1 and press enter, or place the mouse
pointer in cell C1 and type = sign and click the cell A1, type _, point and click at cell B1 And press
enter.
Entering dates:
In excel dates are stored as numbers that is number of days that have elapsed since 1st January
1990. Suppose you wish to find out how many days have elapsed between two dates, you can give
a formula to subtract the two dates just like any other number.
Alignment:
Any text that you type is always left aligned within the cell. Any number that you type is
always right aligned within the cells. You want to place the text in center means, select the center
alignment icon in formatting tool bar.
2
Dr S.Sakthivel ,AP & Head,Dept. of Computer Science, Tiruchengode
Currency notation:
Highlight the column
Select the cells command
from FORMAT menu
Select the number tab.
Select currency from
category list.
Choose the symbol that you
want.
Formatting DATE range:
Select the data.
3
Dr S.Sakthivel ,AP & Head,Dept. of Computer Science, Tiruchengode
The Navigation pane can also be opened from the status bar at the bottom of the screen. Right-click
on the status bar and select Sheet Number. This will add a sheet count in the status bar.
4
Dr S.Sakthivel ,AP & Head,Dept. of Computer Science, Tiruchengode
Select the sheet count in the status bar and select the sheet you want to see. Focus will shift to that
sheet and the Navigation pane will open.
Round( )
Sqrt( )
Average( )
Max( )
Min( )
Count( )
Sum( )
5
Dr S.Sakthivel ,AP & Head,Dept. of Computer Science, Tiruchengode
If( )
Sum if( )
Abs( )
Roman( )
Upper( )
Lower( )
Cell( )
Today( )
Now( )
ROUND ():
The round () function is used to rounds of a number to the specified number of decimal places.
Place the cursor where you want the function result to appear.
Choose Maths & trig from the function category and round from the function name.
Either type the cell address or point to the cell, which contains the number to be rounded.
Specify the number of decimal places to which you want the number to be rounded off.
Click once the Ok button.
SQRT ():
The SQRT function calculates the square root of any specified number.
Choose Maths & trig from the function category and SQRT from the function name.
Either type the cell address or point to the cell, which contains the number for which square
root, has to be calculated.
AVERAGE ():
The average () function calculates the average of a series of specified numbers.
Choose statistical from the function category and AVERAGE from the function name.
Either type the range or point to the cells which contains the numbers for which average
has to be calculated
MAX ():
The MAX () function finds out the maximum value from a series of specified numbers.
Choose statistical from the function category and MAX from the function name. Click once
the ok button.
Either type the range or point to the cells, which contains the numbers from which the highest
number has to be found.
MIN ():
6
Dr S.Sakthivel ,AP & Head,Dept. of Computer Science, Tiruchengode
MIN () function is same as MAX () function. It will display the minimum value of the given
list. COUNT ():
The count function finds out the number of entries in a specified range.
Choose function from the insert menu.
In that select the COUNT function.
Specify the range of cell.
It will give the result in the desired or selected place.
SUM ():
The SUM () function calculates the sum of entries in specified range.
Choose Maths & trig from the function category and sum from the function name.
Either type the range or point to the cells, which contains the numbers, which you want to
add up.
Click once the ok button.
IF ():
It is used to display the result depends upon the condition is true or false. If the condition is
satisfied it will produce the true block result else it will produce the false block result.
Choose logical from the function category and IF from the function name.
Type the criteria that you want evaluated. For example G10 > 100
Specify the operation to be done if the criteria are satisfied.
SUM IF ():
The SUMIF () function is a combination of SUM and IF functions.
Choose Maths trig from the function category and SUM IF from the function name.
Type or specify the range, which you want evaluated based upon the criteria.
Specify the criteria for example >60
Specify the range of cells form, which you want the selected cells to be added.
It will take the number depend upon our criteria & also add that number.
Finally it will produce the adding result.
ABS ():
The ABS () function is used to get the absolute value of a number. It will represent the value
in positive mode, whether it is in positive or negative.
ROMAN ():The roman () function is used to convert Arabic in to roman digits.
UPPER ():
The UPPER () function is used to convert lower case text entry in to upper case, that is capital
letters.
7
Dr S.Sakthivel ,AP & Head,Dept. of Computer Science, Tiruchengode
LOWER (): The lower () function is used to convert an upper case text in to lower case that is
small letter.
CELL ():
The cell () function returns information about the formatting, location, or contents of the
upper left cell in a reference.
INFOTYPE RETURNS
ADDRESS” Reference of the first cell in reference as text.
“ROW” Row number of the cell in reference.
“COL” Column number of the cell in reference.
“FILE NAME” File name of the file that contains reference as
text. Returns empty test if the worksheet that
contains reference, has not yet been saved.
“WIDTH” Column width of the cell rounded off to an
integer. Each unit of column width is equal to
the width of one character in the default font
size.
TODAY ():
The TODAY () function is one of the few functions that do not require any user argument. It
simply returns the current date.
NOW ():
The NOW () function is another of those few functions which does not require any user
argument. It simply returns the current date & time.
V. CHARTS–CREATING, FORMATTING AND PRINTING
Creating a chart:
Highlight the table, which you want to create a chart.
Click on the chart wizard icon to start the chart wizard.
One dialogue box will be opened.
Select the desired chart type.
Suppose you select the pie chart, select the 3d chart sub type.
Click on ‘next’ tab to continue.
You will get another dialogue box.
The range of cells, which you have highlighted earlier, would be selected here automatically.
This signifies that your data series in columns and not rows.
8
Dr S.Sakthivel ,AP & Head,Dept. of Computer Science, Tiruchengode
9
Dr S.Sakthivel ,AP & Head,Dept. of Computer Science, Tiruchengode
10
Dr S.Sakthivel ,AP & Head,Dept. of Computer Science, Tiruchengode
PREPARATION OF FINANCIAL
STATEMENTS, INTRODUCTION TO DATA
ANALYTICS
11
Dr S.Sakthivel ,AP & Head,Dept. of Computer Science, Tiruchengode
Excel opens its “Data Analysis” dialog. Scroll down and find the “Regression” option.
Click OK.
12