Introduction To Excel: Developing Valuable Technology Skills!
Introduction To Excel: Developing Valuable Technology Skills!
Date: 2/16/2019
Excel spreadsheets
• What you need to know:
– Creating new spreadsheets
– Resizing your rows & columns
– Inserting, deleting, and hiding rows & columns
– Making calculations & using cell-references
– Copy/paste your work into other applications
• How to recognize an Excel file?
– The file names ends in « .xls »
EXCEL
Why a SpreadSheet?
• A spreadsheet is the computer equivalent of a paper ledger sheet. It consists of
a grid made from columns and rows. It is an environment that can make number
manipulation easy.
• If you change the mg/day amount, you will have to start the math all over again. On
the computer version you can change the values and the result is automatically re-
calculated.
Parts of spreadsheet
Features of spreadsheet
1) Pivot Tables
2) Conditional Formatting
3) Sorting and Filtering
4) Basic Math
5) Mixed Type Charts
• Let the COMPUTER do the calculations
Basics of a Spreadsheet
• Spreadsheets are made up of
– columns
– rows
– and their intersections are called cells
• In each cell there may be the following types of
data
– text (labels)
– number data (constants)
– formulas (mathematical equations that do all the
work)
Letters denote a columns location.
e.g., column C
– When entering your selection you may use the keyboard or the mouse.
– Select cells together by specifying a starting-cell and a stopping-cell.
This will select ALL the cells within this specified BLOCK of cells.
– When cells are not together use the comma to separate the cells or by holding down the
control-key and selecting cells or blocks of cells (the comma will be inserted automatically to
separate these chunks of data.)
The Sum function takes all of the values in each of the specified cells and totals their
values. The syntax is: =SUM(first value, second value, etc)
– In the first and second spots you can enter constants, cells, range of cells.
– Blank cells will return a value of zero to be added to the total.
– Text cells can not be added to a number and will produce an error.
Sum Example
=
sum(B2:B8)
Note: text values will cause errors,.. And empty values are counted as ‘0’
Other Functions
• Average ignores text & balnks
• Max
– Returns the largest value in a range
• Min
– Returns the smallest value in a range
• Count
– Returns the number number-data cells
• CountA
– Returns the number of non-empty cells
The ‘IF’ function
• check the logical condition of a statement and return one value if
true and a different value if false. The syntax is
– =IF (condition; value-if-true; value-if-false)
– value returned may be either a number or text
– if value returned is text, it must be in quotes
=IF(B2>755;"yes";"no")
Note: Other logical functions can also be used (NOT, OR, AND, TRUE, FALSE)
What is pivot table
A pivot table is an interactive way to quickly summarize large amounts
of data. It plays an important role in spread sheet management
because of the following reasons.