Spreadsheets With MS Excel 2003: Ravi Soni
Spreadsheets With MS Excel 2003: Ravi Soni
MS Excel 2003
Ravi Soni
98290 83630
Spreadsheet
Spreadsheet is a structure that accepts data
values in tabular form and allows users to
manipulate, calculate and analyze the data in
desired manner.
Spreadsheets are also capable of generating
graphs and charts to show the relationships
among data more interactively.
Spreadsheet - Cells
Technically, it is a matrix of rows and
columns.
The intersection areas of rows and columns
are called “cells”.
These cells are used for entering numbers,
text, formulae and functions.
Generally, spreadsheet programs offer over 2
million cells to work with and each cell can
accommodate upto 240 characters.
Spreadsheet Packages
There are many spreadsheet packages
available in the market.
Most popular are Lotus 1-2-3 and Microsoft
Excel.
Lotus 1-2-3 is written in C language and was
developed by Lotus Development Corp.,
USA.
This package provides the facilities of
multipage spreadsheets.
MS Excel 2003 - Window
Menu Options
• Tools - Use Excel's tools, such as the spell and grammar checker, macro
recorder, and protection and collaboration features, and set your Microsoft
Excel preferences.
• Data - Sort, filter, and otherwise arrange the data on your worksheets.
The formula bar displays the contents of the active, or selected, cell. If
the cell contains a formula, the formula will appear in the formula bar,
while the value resulting from the formula is displayed in the cell itself.
You also use the formula bar to enter formulas. Clicking the Edit
Formula button next to the formula bar opens the Formula Palette,
which helps you select and construct functions. Functions are formulas
that are built into Microsoft Excel, and allow you to perform a variety of
calculations.
The name box to the left of the formula bar displays the current location
of your cursor. If a cell is selected, the cell is displayed here. If you're in
the process of selecting a range of cells, the name box displays the
range (for example, A1 X C9), and changes as the selection changes.
Status Bar
The status bar at the bottom of the Microsoft Excel window
displays the current status of operations being performed on the
open workbook, such as the progress as the workbook is saved.
If this is the first time you've save the workbook, the Save As dialog
opens, prompting you to enter a file name and select a location for the
file.
Selecting Worksheets
Use the sheet tabs at the bottom of the Excel
window to switch between sheets in a
workbook. Simply click on the tab for the
sheet you want to activate.
You can also right-click the sheet tab and select Rename from
the shortcut menu. This highlights the current name, allowing you
to type over it with a new name. Press Enter when you've
finished.
Deleting Worksheets
To delete sheets from a workbook, select the sheets
and then select Delete Sheet from the Edit menu.
You can also right-click the sheet tab (or group of
tabs) and select Delete from the shortcut menu
When editing in cells is turned off, you must use the formula bar
to enter and edit data: Select the cell, type the data in the
formula bar (or highlight the data in the formula bar, to edit it),
and then press Enter.
Working with Ranges
In Excel, you can work with multiple cells at 1. Select the range.
Formulas remain behind the scenes; that is, cells display the
resulting values of the formulas you've entered, rather than the
formulas themselves
Basic Formulas
Excel calculates formulas using standard mathematical rules;
specifically, values are calculated from left to right, with any operations
contained in parenthesis performed first.
For example, if you want to calculate the average sales among all three
widgets for the month of January, you might enter the following formula
into a new cell below the monthly total:
=(B2+B3+B4)/3
In this formula, "B2" refers to the value contained in cell B2; "B3" refers
to the value contained in cell B3; and "B4" refers to the value contained
in cell B4. If you later change the value of one of those cells-for
example, you find 46 units of Widget 1 were sold, and not 45 - Excel will
update the total.
To calculate the total number of sales for the month of January, you
could enter the formula =B2+B3+B4 into cell B6 (next to Total).
However, it's easier to use the SUM function, particularly when you're
adding together a large number of cells in a range:
=SUM(B2:B4)
Excel Functions
Functions begin with the name of the function (for example,
"SUM") followed by parentheses enclosing the specific values
being calculated (called arguments). These values can be
constants, cells references, or even text you want to combine.
To refer to a range of cells, type the first cell in the range, then a
colon (:), and then the last cell in the range (for example,
"B2:B4").
Formula Palette
Excel's Formula Palette can help you construct
formulas that contain functions by displaying a list
of the built-in functions and the arguments used for
each. To access the Formula Palette:
Select the cell in which you want to enter the formula.
Click the Edit Formula button in the formula bar.
The Formula Palette opens.
Formula Palette
When you select a function, the Formula Palette displays fields in
which you can enter the arguments (the values to be calculated),
as well as a description of the function and the current result of
the calculation.