CREATING FORMULAS & CHARTING DATA - MANJU. FORMULA = Equation. Used to calculate values.  FORMULA starts with = sign  FORMULA uses OPERATORS. Example.

Slides:



Advertisements
Similar presentations
Lesson 3 Working with Formulas.
Advertisements

Formulas, Ranges, and Functions. Formulas n Formulas perform operations such as addition, multiplication, and comparison on worksheet values. n Formulas.
8. Introduction to Spreadsheet CSCI N207 Data Analysis Using Spreadsheet Lingma Acheson Department of Computer and Information Science,
About Functions SUM, AVERAGE, MIN, MAX, COUNT, ROUND
Review Ch. 15 – Spreadsheet and Worksheet Basics © 2010, 2006 South-Western, Cengage Learning.
FORMULAS & FUNCTIONS EXCEL 2. Excel Input – a collection of informational data typed into the spreadsheet Output – worksheet results Information to be.
FORMULAS & FUNCTIONS EXCEL. Input A collection of information Data typed into the spreadsheet Output Worksheet Results.
Excel – Study Guide #2.
Introduction to Excel Formulas, Functions and References.
Microsoft Office XP Microsoft Excel
Microsoft Office Illustrated Fundamentals Unit H: Using Complex Formulas, Functions, and Tables.
Pasewark & Pasewark 1 Excel Lesson 4 Entering Worksheet Formulas Microsoft Office 2007: Introductory.
Basic Spreadsheet Functions Objective Functions are predefined formulas that perform calculations by using specific values, called arguments, in.
Lesson 14 Creating Formulas and Charting Data
ACOT Intro/Copyright Succeeding in Business with Microsoft Excel 2010: Chapter1.
Pasewark & Pasewark 1 Excel Lesson 5 Using Functions Microsoft Office 2007: Introductory.
Copyright 2003, Paradigm Publishing Inc. CHAPTER 3 BACKNEXTEND 3-1 LINKS TO OBJECTIVES AutoSum Button Mathematical Operators Mathematical Operators Formula.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT EXCEL Lesson 4 – Worksheet Formulas.
Lesson 20 Creating Formulas and Charting Data
1 Excel Lesson 4 Entering Worksheet Formulas Microsoft Office 2010 Introductory Pasewark & Pasewark.
Skills for Success: Excel Association of Soil & Water Conservation Districts Summer Conference By: Darci Harrison.
FIRST COURSE Excel Lecture. XP 2 Introducing Excel Microsoft Office Excel 2007 (or Excel) is a computer program used to enter, analyze, and present quantitative.
Technology Basics Creating Worksheet Formulas. 2 Understand Formulas Equations used to calculate values in cells are called formulas. Formulas consist.
Excel Lesson 5 Using Functions
Lesson 4 Cell Reference Formulas. Working with Cell References continued… Relative Cell Reference A relative cell reference means that the cell value.
Excel – Lesson 1 Pasewark & PasewarkMicrosoft Office 2007: Introductory 1 Entering a Formula (continued) Formulas can include more than one operator. The.
Computer Literacy BASICS
What is a Spreadsheet? A spreadsheet consists of the following items –A worksheet divided into rows and columns 256 vertical columns & 65,535 horizontal.
1 Lesson 19 Creating Formulas and Charting Data Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
CHAPTER 13 Creating a Workbook Part 2. Learning Objectives Work with cells and ranges Work with formulas and functions Preview and print a workbook 2.
Excel Project 2 FORMULAS, FUNCTIONS, FORMATTING AND WEB QUERIES.
 What is a formula in Excel?  A formula is statement written by the user to be calculated. Formulas can be as simple or as complex as the user wants.
Excel Worksheet # 5 Class Agenda Formulas & Functions
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 1 Copyright © 2008 Prentice-Hall. All rights reserved. What Can I Do with a Spreadsheet.
Chapter 15: Spreadsheet and Worksheet Basics © 2010, 2006 South-Western, Cengage Learning.
Chapter 6.  If a cell style will be used over and over again it can be modified in the cell styles gallery  Home ⇒ Cell Styles ⇒ right-click a style.
TYPES OF INFORMATION IN EXCEL Types of information can be typed in a cell o text o numbers o formulas o functions Text is also known as labels o Aligns.
Microsoft ® Excel 2010 Core Skills Lesson 3 Using Formulas Courseware #: 3243 Microsoft ® Office Excel 2010.
Excel 2007 Instructor: Jan Fisher. Can you Answer these Questions about Excel 1.What is a workbook/worksheet? 2.What is a basic unit of the worksheet?
PERFORMING CALCULATIONS Microsoft Excel. Excel Formulas A formula is a set of mathematical instructions that can be used in Excel to perform calculations.
Components of Spreadsheets Computer Applications 1 Obj. 4.01: Understand spreadsheets used in business.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT EXCEL Lesson 4 – Worksheet Formulas.
Working with Formulas and Functions Lesson 5 Part 1 1.
Spreadsheet Calculations Formulas & Functions Computer Applications I.
EXCEL Study Guide #2 Spreadsheet Terms  Input Collection of information – the data to be typed into the spreadsheet.  Output Worksheet results.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. Spreadsheet / Workbook A grid of rows and columns containing.
Pasewark & Pasewark 1 Excel Lesson 5 Using Functions Microsoft Office 2007: Introductory.
The Basics of Formulas & Functions
Excel Formulas & Functions.
Creating a Workbook Part 2
Excel 2013 Formulas & Functions.
Technology Mrs. Huddleston
Working with Formulas and Functions
Excel 2013 Formulas & Functions.
EXCEL Study Guide #2.
4.01 Spreadsheet Formulas & Functions
Microsoft Excel 101.
Excel 2013 Formulas & Functions.
4.01 Spreadsheet Formulas & Functions
Lesson 1 Notes Chapter 6.
Lesson 20 Creating Formulas and Charting Data
Lesson 4: Introduction to Functions
Excel Lesson 4 Entering Worksheet Formulas
Spreadsheets Objective 6.02
Spreadsheets Objective 6.02
Using Complex Formulas, Functions, and Tables
Working with Formulas and Functions
Introduction to Spreadsheet Terminology
Mathematical Formulas and Excel
Microsoft Office Illustrated Fundamentals
Presentation transcript:

CREATING FORMULAS & CHARTING DATA - MANJU

FORMULA = Equation. Used to calculate values.  FORMULA starts with = sign  FORMULA uses OPERATORS. Example +, -, /, *, %  FORMULA uses OPERANDS.  OPERANDS are Numbers and cell reference. Example 1, 100, 56, A1, B4, G6 Examples for FORMULAS  = 4+4 (using numbers)  =A1+B1 (using cell reference)  =4+A1 (using number & cell reference)  =12/2  =A1/B1

COMPLEX FORMULAS – has more than one OPERATOR  =5*4+6  =A1*B1+C1 ORDER OF EVALUATION Multiplication & Division before Addition & Subtraction  =12/6*2  =A1/B1*C1 ORDER OF EVALUATION Left to right  Wrong Formula – Wrong Result - GIGO – “Garbage In, Garbage Out”  Real time workout of Examples for formulas

RELATIVE CELL REFERENCE  usual formulas  Cell reference gets adjusted relative to new Location when copied / moved to another cell ABSOLUTE CELL REFERENCE  Cell reference does not change when formula is copied / moved to another cell  Insert $ sign before Column letter or Row number  =$A$1 – Column letter stays & Row number stays RELATIVE CELL REFERENCE  =A1 – Column letter changes & Row number changes

MIXED CELL REFERENCE – Contains both Relative & Absolute Cell Reference  =$A1 – Column letter stays & Row number changes  =A$1 – Column number changes & Row letter stays Using Function Formulas MATHEMATICAL FUNCTIONS – Like calculations performed using a Scientific Calculator  =PRODUCT – Multiplies  =ROUND – Rounds to nearest values  =ROUNDUP – Rounds the value up to next higher value  =ROUNDDOWN – Rounds value to next lower value

=SUM – Adds values in specified cells STATISTICAL FUNCTIONS – Describe large quantities of data  =AVERAGE – Sum of values in selected cells/Number of cells selected  =COUNT - Counts the number of cells with values  =MAX – Shows the maximum value in the selected cells  =MEDIAN – Shows middle values in selected cells  =MIN - Shows the minimum value in the selected cells

Three components of FUNCTION FORMULA:  SUM function: Click AUTOSUM button arrow

ARGUMENT:  Value  Cell Reference  Range  Text  Enclosed inside parenthesis after FUNCTION NAME COUNT FUNCTION:  Click AUTOSUM button arrow  Formula Tab  More Functions  Statistical  COUNT

Using the AVERAGE, MIN and MAX Functions:  The AVERAGE function calculates the average of the range identified in the argument.  The MIN (minimum) function shows the smallest number contained in the range identified in the argument.  The MAX (maximum) function shows the largrst number contained in the range identified in the argument.

Creating Formulas that reference cells in Multiple Worksheets:  The 3-D reference enables you to access data from three different dimensions in the workbook: length, width, and depth.  Length and width refer to worksheet columns and rows.  Depth refers to the ability to connect worksheets by creating formulas that reference the same cell or range in multiple worksheets.  Practice SBS 14.6

 Trouble Shooting Common Formula Errors:  Practice SBS 14.7 ERRORCAUSE / SOLUTION ####Column is not wide enough to hold data. AutoFit the column width #VALUEWrong type of Operand used / Circular reference #DIV/0When Number is divided by Zero #N/AMissing Data #REFCell Reference not valid #NUM!Using Invalid Numeric Value #NULL!Using space when not appropriate

Using Charts to Show Data:

Practice SBS 14.8 & 14.9