Week 4 Ict
Week 4 Ict
SPREADSHEET
SKILLS
WHAT IS MICROSOFT
EXCEL?
Microsoft Excel is a spreadsheet developed
by Microsoft for Windows, Mac OS, Android
and iOS.
EXCEL 2 0 0 7
2007–2010 EXCEL 2019
EXCEL 2013 2019
EXCEL 2 0 1 0
2013–2019
2010–2013
MICROSOFT
EXCEL
PARTS
TITLE BAR
The Ribbon
The Ribbon contains all of the commands
you will need to perform common tasks in Word.
It has multiple tabs (menu bar) each with
several groups of commands.
Groups of Commands
The formula bar displays information entered— or being entered as you type—in
the current or active cell. The contents of a cell can also be edited in the formula
bar.
COLUMN HEADINGS
Important terms
•Each cell has a unique cell address composed of a cell's column and row.
•The active cell is the cell that receives the data or command you give it.
•A darkened border, called the cell pointer, identifies it.
The Navigation buttons and sheet
tabs Navigation buttons allow you to move to
another worksheet in an Excel workbook. They
are used to display the first, previous, next, and
last worksheets in the workbook.
Important terms
•A workbook is made up of three worksheets.
•The worksheets are labeled Sheet1, Sheet2, and Sheet3.
•Each Excel worksheet is made up of columns and rows.
•In order to access a worksheet, click the tab that says Sheet#.
Navigation
buttons Worksheets (Sheet1,Sheet2,Sheet3……)
Worksheet Views
There are three ways to view a worksheet.
Simply click to select the desired view:
Normal View
Worksheet Views
There are three ways to view a worksheet.
Simply click to select the desired view:
PAGE LAYOUT
VIEW
Worksheet Views
There are three ways to view a worksheet.
Simply click to select the desired view:
PAGE BREAK
PREVIEW
Overview of
Formulas in
Excel
Create a formula that refers to
values
1. Select a cell. in other cells
2. Type the equal sign =
Note: Formulas in Excel always begin with the equal sign.
3. Select a cell or type its address in the selected cell.
6. Press Enter.
Enter a formula that contains a
1. Selectbuilt-in function
an empty cell.
2. Type an equal sign = and then type a function. For
example, =SUM for getting the total sales.
3.Type an opening parenthesis (.
4. Select the range of cells, and then type a closing
parenthesis).
https://www.microsoft.com/en-us/videoplayer/embed/RE3RKR7?pid=ocpVideo1-innerdiv-
oneplayer&maskLevel=20&market=en-us
vLOOKUP
function
- Use VLOOKUP when you need to find things in a table or
range
STEPS by row.
1. Select a cell.
2. Type =VLOOKUP( and then select the value to lookup.
3. Type a comma (,) and select the range or table to look
for the value.
4. Type a comma (,) and the number of the column where
the lookup value is located.
5. Type ,FALSE) to find an exact match.
6. Press Enter.
COUNT IF
function
- Use COUNTIF, one of the statistical functions, to count the
number of cells that meet a criterion; for example, to count
the number of times a particular city appears in a customer
list.
COUNTIF says:
=COUNTIF(Where do you want to look?, What do you want
to look for?)
IF function
The IF function is one of the most popular functions in
Excel, and it allows you to make logical comparisons
between a value and what you expect.