Lec-3 Excel
Lec-3 Excel
Amna Awan
SPREADSHEETS
2. Formulas
The formula performs calculations on the data in spreadsheet. It displays the resulting value in
the cell containing the formula.
3. Built-in Functions
Spreadsheet has many built-in function s. functions can perform different types of calculations.
Lengthy calculations can be applied on worksheet easily by using functions.
4. Commands
Commands are used to manipulate the worksheet or its contents
Features of SPREADSHEETS
5. Text Manipulation
Some simple text manipulation can also be performed.
6. Printing
Spreadsheet provides printing facility. You can print your documents to get a hard copy. Printing can be of
whole document or of any required range.
Interface of SPREADSHEETS
1. Worksheet
The worksheet is where data is entered. Spreadsheet consists of columns and rows to enter data.
2. Workbook
Workbook is a group of worksheets saved together as one file. By default, a workbook contains 3
worksheets.
3. Cell
The intersection of row and column is called cell. A cell holds data. Cells may contain text,
numbers graphical patterns or formulas.
Interface of SPREADSHEETS
4. Cell Address
Cells are identified by the combination of column letter and row number. The fifth cell in second
column is known as cell B5. This is known as the cell’s address or cell coordinates.
5. Column and Row Headings
The text that appears at the top of column is called column headings. Column headings represent
the names of the columns. The text the appears on the left of row is called row headings. Row
headings represent the names of the rows.
Interface of SPREADSHEETS
6. Active Cell
Active cell is the in which data is entered or edited at a given time.
7. Title Bar
Title bar is located at the very top of the screen. Spreadsheet displays the name of the current
workbook on it.
8. Passive Cell:
A cell that is not currently selected is called passive cell. The data cannot be inserted or
deleted in a passive cell.
Interface of SPREADSHEETS
9. Menu
Menu is a collection of useful commands displayed on the top of screen.
10. Toolbars
Toolbars are shortcuts to menu commands. Toolbars are generally located just below the menu
bar. Toolbars consist of icons that act as shortcuts to the commands.
11. Formula Bar
The formula bar displays the location of the active cell and the value or formula used in the
active cell.
Interface of SPREADSHEETS
12. Sheet Tabs
Sheet tabs at the bottom of the workbook are used to move from one sheet to another in a
workbook.
13. The Status Bar
At the bottom of the spreadsheet interface is the status bar. This bar displays information about
a command, a toolbar icon or an operation in progress.
14. 3D Sheet
Early spreadsheet programs provided only one worksheet at a time. The workbook could
contain just one worksheet. The new spreadsheets are called 3D worksheet. A 3D worksheet is
like a pad of worksheets. It is due to this feature that data in one worksheet can be used in the
calculations of another worksheet of same or different workbook.
Entering data in a Cell
A named range is one or more cells that have been given a name. Using named ranges
can make formulas easier to read and understand
Relative Reference
A relative reference is the one without the $ sign in the row and column coordinates, like A1
or A1:B10. By default, all cell addresses in Excel are relative.
When moved or copied across multiple cells, relative references change based on the relative
position of rows and columns. So, if you want to repeat the same calculation across several
columns or rows, you need to use relative cell references.
For example, to multiply numbers in column A by 5, you enter this formula in B2: =A2*5.
When copied from row 2 to row 3, the formula will change to =A3*5.
Absolute Reference
An absolute reference is the one with the dollar sign ($) in the row or column coordinates,
like $A$1 or $A$1:$B$10.
An absolute cell reference remains unchanged when filling other cells with the same formula.
when you need to copy a formula to other cells without changing references.
For example, to multiply the numbers in column A by the number in B2, you input the
following formula in row 2, and then copy the formula down the column by dragging the fill
handle:
=A2*$B$2
How to reference another sheet in Excel
Charts allow you to present data entered into the worksheet in a visual format
using a variety or graph types. Before you can make a chart, you must first enter
data into a worksheet.
Data Alignment in a cell
It you have text that appears in a single cell but you want to increase the height
of that cell to accommodate all of the words, you can use the Wrap text option.
Page Setup