18
Introduction to Spreadsheets Microsoft Excel A program which allows you to perform complex mathematical operations in an organized manner. What is a spreadsheet? A spreadsheet is a grid of rows and columns containing numbers and text.

Introduction to Spreadsheets Microsoft Excel A program which allows you to perform complex mathematical operations in an organized manner. What is a spreadsheet?

Embed Size (px)

Citation preview

Page 1: Introduction to Spreadsheets Microsoft Excel A program which allows you to perform complex mathematical operations in an organized manner. What is a spreadsheet?

Introduction to Spreadsheets

Microsoft Excel A program which allows you to perform complex mathematical operations in an organized manner.

What is a spreadsheet? A spreadsheet is a grid of rows and columns containing numbers and text.

Page 2: Introduction to Spreadsheets Microsoft Excel A program which allows you to perform complex mathematical operations in an organized manner. What is a spreadsheet?

Terms you need to know

RowsColumnsRangeCells Active CellCell AddressWorkbookWorksheet

LabelsNumeric LabelsValuesMathematical OperatorsOrders of OperationEquation FormulaFunction Formula

Page 3: Introduction to Spreadsheets Microsoft Excel A program which allows you to perform complex mathematical operations in an organized manner. What is a spreadsheet?

Some Terms

Workbook- An excel file

that contains single or multiple worksheets.

Worksheet- One page in an

Excel workbook

Page 4: Introduction to Spreadsheets Microsoft Excel A program which allows you to perform complex mathematical operations in an organized manner. What is a spreadsheet?

Rows vs. Columns

Rows-Identified by 1,2,3, etc. and goes across the spreadsheet horizontally

Columns-Identified by A,B,C and goes across the spreadsheet vertically.

Page 5: Introduction to Spreadsheets Microsoft Excel A program which allows you to perform complex mathematical operations in an organized manner. What is a spreadsheet?

The Size of the Spreadsheet

Number of Rows- 65536

Number of Columns- 256

Page 6: Introduction to Spreadsheets Microsoft Excel A program which allows you to perform complex mathematical operations in an organized manner. What is a spreadsheet?

Cell

This is where a row and column meet. Each cell has a cell location. Examples of this are A1, C5, Z34.Label-alphanumeric data that describes the values that follow and cannot be used in a calculation.Value-Numeric data that can be used in calculations.Range-A rectangular group of adjacent cells.

Page 7: Introduction to Spreadsheets Microsoft Excel A program which allows you to perform complex mathematical operations in an organized manner. What is a spreadsheet?

Columns

R

O

W

s

Active Cell

Range

Range

Page 8: Introduction to Spreadsheets Microsoft Excel A program which allows you to perform complex mathematical operations in an organized manner. What is a spreadsheet?

Cell Address Edit Cell

Label

Numeric Label

Page 9: Introduction to Spreadsheets Microsoft Excel A program which allows you to perform complex mathematical operations in an organized manner. What is a spreadsheet?

Numeric Label

Label Value

Page 10: Introduction to Spreadsheets Microsoft Excel A program which allows you to perform complex mathematical operations in an organized manner. What is a spreadsheet?

Mathematical Operators

Addition +

Subtraction –

Multiplication *

Division /

+ X -

Page 11: Introduction to Spreadsheets Microsoft Excel A program which allows you to perform complex mathematical operations in an organized manner. What is a spreadsheet?

Orders of Operation

1. Parenthesis2. Exponents3. Multiplication4. Division5. Addition6. Subtraction

Page 12: Introduction to Spreadsheets Microsoft Excel A program which allows you to perform complex mathematical operations in an organized manner. What is a spreadsheet?

Two Types of Formulas

A formula in an instruction to calculate a number.All formulas begin with an equal sign =Equation Formulas Use mathematical operators

Function Formulas Use function names (no math operators)

Page 13: Introduction to Spreadsheets Microsoft Excel A program which allows you to perform complex mathematical operations in an organized manner. What is a spreadsheet?

Equation Formulas

To add

= cell+cell+cell

To subtract

=cell-cell

To multiply

=cell*cell

To divide

= cell/cell

Or any combination of math operators:

Example = A1*10

Example = (A1+B3)*B7+10

A1 = 10

B3 = 2

B7= 5

Page 14: Introduction to Spreadsheets Microsoft Excel A program which allows you to perform complex mathematical operations in an organized manner. What is a spreadsheet?

Function Formulas

= function name (cell:cell) Function Names SUM – adds a range of cells AVERAGE – finds the average of a range of

cells MIN – lowest value in a range MAX – highest value in a range COUNT – number of cells filled with a value COUNTA number of cells filled with a label

Page 15: Introduction to Spreadsheets Microsoft Excel A program which allows you to perform complex mathematical operations in an organized manner. What is a spreadsheet?

Function Formulas

The first step to using formulas is to think about what mathematical operation you want to accomplish. It helps sometimes to write the math problem on paper first. Next click on the cell where you want the answer to the formula to appear.Choose the formula you want from the drop down menu next to the SUM icon.Select the cells you want to include in the operation.

If EXCEL guesses the cells for you, MAKE SURE TO VERIFY THAT THOSE ARE THE CELLS YOU WANT! EXCEL IS NOT ALWAYS RIGHT!!

Page 16: Introduction to Spreadsheets Microsoft Excel A program which allows you to perform complex mathematical operations in an organized manner. What is a spreadsheet?

Formulas and Functions

Formulas always begin with the “=“ sign. This symbol tells Excel that a calculation is required. Formulas do not include spaces, and can include values and/or references to other cells.

Page 17: Introduction to Spreadsheets Microsoft Excel A program which allows you to perform complex mathematical operations in an organized manner. What is a spreadsheet?

Formulas

To Add: =cell+cell+cell or =sum(Range)To Subtract: =cell-cellTo Multiply: =cell*cellTo Divide: =cell/cellTo Average: =average(range)Lowest #: =min(range)Highest#: =max(range)Count#s: =count(range)Count Labels: =counta(range)Conditional Statement: =if(condition, then x, else y)

Page 18: Introduction to Spreadsheets Microsoft Excel A program which allows you to perform complex mathematical operations in an organized manner. What is a spreadsheet?

Checklist (for each spreadsheet)

Headings Centered Over ColumnsTitle Centered over the SpreadsheetCorrect FormulasDecimals aligned in numeric columnsCommas and Dollar Signs where appropriateCentered Vertically and Horizontally on pageName, Period, and Name of Spreadsheet in the Header