Understanding Spreadsheets Cell Data Formulas Operations 1.

Slides:



Advertisements
Similar presentations
MICROSOFT EXCEL CALCULATIONS.
Advertisements

FORMULAS & FUNCTIONS EXCEL 2. Excel Input – a collection of informational data typed into the spreadsheet Output – worksheet results Information to be.
Exploring Excel 1. Introduction to Microsoft Excel: What is a Spreadsheet? What else can Excel do? Excel is a spreadsheet program.
Microsoft Office XP Microsoft Excel
Spreadsheet Basics What is a Spreadsheet?
Instructor: Professor Cora Martinez, PhD Department of Civil and Environmental Engineering Florida International University.
Excel Spreadsheet basics. Excel Sheets and Books  Spreadsheet: tool to analyze, chart and manage data for personal, business and financial use Worksheet:
Order of Operations & Evaluating Expressions. Review: Order of Operations Please- Parentheses Excuse- Exponents My- Multiplication Dear- Division Aunt-
® Microsoft Office 2010 Excel Tutorial 1: Getting Started with Excel.
Ch.1. Spread Basics I. Goals: 1)Basic purpose of a spreadsheet program 2)Various components of the Excel screen 3)Navigating the worksheet 4)Built-in functions.
Spreadsheet Basics What is a Spreadsheet? A spreadsheet (or worksheet) is an arrangement of cells in columns and rows used to organize, analyze, calculate,
Working with Formulas and Functions
Order of Operations Next By: Rebecca Olinger. You all know how to add, subtract, multiply, and divide. Next.
Components of Spreadsheets Computer Applications 1 Obj. 4.01: Understand spreadsheets used in business.
Objectives 4 and 5 Order of operations ©2002 by R. Villar All Rights Reserved.
Mathematical Formulas and Excel
Spreadsheet Formulas Cell Data - is classified according to its intended purpose.
8.01 Spreadsheets and Components of Spreadsheets
 A spreadsheet is a grid of data divided into numbered rows and lettered columns.
Working with Formulas and Functions Lesson 5 Part 1 1.
Evaluate Is your answer 33 or 19? You can get 2 different answers depending on which operation you did first. We want everyone to get the same.
Bell Work What is the difference between isosceles, scalene and equilateral?
Spreadsheet Basics Spreadsheets – Calculates and analyzes numerical data Spreadsheet (or worksheet) - arrangement of cells in columns and rows Workbook.
Do Now: Evaluate
Sponge Page Write in Exponent Form: 3) 6 x 6 x 6 x 6 x 6
Understanding Spreadsheets
Order of Operations.
43 Order of Operations  ( ) + - X.
43 Order of Operations  ( ) + - X.
Order of Operations ÷ + - X.
Please Excuse My Dear Aunt Sally
Order of Operations.
A standard way to simplify mathematical expressions and equations.
Understanding Spreadsheets
Don’t Break the Laws of Math!
43 Order of Operations  ( ) + - X.
Please Excuse My Dear Aunt Sally
43 Order of Operations  ( ) + - X.
43 Order of Operations  ( ) + - X.
Evaluating Expressions
Business Technology Applications
Spreadsheet Basics Using Microsoft Excel
Order of Operations.
43 Order of Operations  ( ) + - X.
Understanding Spreadsheets
8.01 Spreadsheets and Components of Spreadsheets
Objective The student will be able to:
Understanding Spreadsheets
43 Order of Operations  ( ) + - X.
43 Order of Operations  ( ) + - X.
PEMDAS MATH MADE EASY.
Order of Operations.
43 Order of Operations  ( ) + - X.
Lesson 1: Introduction to Formulas
Order of Operations PEMDAS.
Objective The student will be able to: use the order of operations to evaluate expressions.
43 Order of Operations  ( ) + - X.
Understanding Spreadsheets
Understanding Spreadsheets
43 Order of Operations  ( ) + - X.
43 Order of Operations  ( ) + - X.
43 Order of Operations  ( ) + - X.
43 Order of Operations  ( ) + - X.
Directions: Carefully read each of the following multiple-choice items and the four possible answers. Select the correct response and mark the letter.
43 Order of Operations  ( ) + - X.
Using Formulas.
Symbols and Expressions
43 Order of Operations  ( ) + - X.
43 Order of Operations  ( ) + - X.
Presentation transcript:

Understanding Spreadsheets Cell Data Formulas Operations 1

Cell Data -- is classified according to its intended purpose. 2

Cell Data Classifications Labels — the classification used for cells that contain text or for numbers that will not be used in calculations Examples: John Jones (text) Dates, such as 1/03/2009 (considered as text) Social Security # Phone # ZIP Code (a number, but will not be calculated) Using an apostrophe ‘ Type an apostrophe (‘) before a number to make that entry recognized as a label (the ‘ does not show when you press enter). Example: ‘27613 (Put ‘ so the ZIP Code is recognized as a label or text, not a value, by the computer) 3

Cell Data Classifications Values — the classification indicating that the data has the potential to be used in calculations Example: 150 Cell Alignment for these classifications: Labels align at the left side of the cell Values align at the right side of the cell 4

Data Types Examples Label Value Formula Formula Bar 5

Basic Spreadsheet Formulas All Formulas begin with an equal sign = When the equal sign is keyed in a cell, the software “knows” that the data will be used in a calculation. Formulas instruct the software to perform a calculation. 6

Basic Spreadsheet Formulas Formulas use the following: Addition Division Multiplication Subtraction These Math Operators are used in formulas (performing Math Operations): + for Addition- for Subtraction * for Multiplication/ for Division 7

Basic Spreadsheet Formulas Examples of basic formulas: if using Cells B7 and C7: Addition=B7+C7 Subtraction=B7-C7 Multiplication=B7*C7 Division=B7/C7 8

Order of Operations Calculations are performed according to the Order of Operations. (which means, they calculate in a specific order) To remember the Order Of Operations: remember PEMDAS—Please Excuse My Dear Aunt Sally P parentheses performs operations on the items enclosed in (parentheses) first E exponentiation^ M multiplication* (from left to right) D division/ A addition+ (from left to right) S subtraction- 9

Order of Operation Example =(A8+C9)/(H8-L9) The parentheses around the first part of the formula force Excel to calculate (A8+C9) first. then calculate (H8-L9), then divide the 2 results. A8 = 10 C9 = 2 H8 = 7 L9 = 1 SOLVE!! =(10+2)/(7-1) =12/6 =2 10

You can see this screen containing formulas by holding the Ctrl key and tapping the ` (tilde/accent) key. Repeat Ctrl + ` to return to the normal Excel screen view. 11