FORMULAS & FUNCTIONS EXCEL. Input A collection of information Data typed into the spreadsheet Output Worksheet Results.

Slides:



Advertisements
Similar presentations
TUTORIAL 1 Getting Started with Excel
Advertisements

MS EXCEL is a spreadsheet application Excel covers: Calculation Graphic tools Pivot tables Macro programming language called VBA EXCEL is a part of MS.
Benchmark Series Microsoft Excel 2010 Level 1
Lesson 3 Working with Formulas.
Basics of Excel Please sit in the back if you are inexperienced with Excel—Heather will be there to help.
Prepared by : Mahmoud A. Abu Hashish  Used to organize and analyze information  Made up of columns and rows  Columns and rows intersect.
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.
With Microsoft ® Excel 2010© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 GO! with Microsoft ® Excel 2010 Chapter 1 Creating a Worksheet and.
FORMULAS & FUNCTIONS EXCEL 2. Excel Input – a collection of informational data typed into the spreadsheet Output – worksheet results Information to be.
 Microsoft Excel is an electronic spreadsheet.  As with a paper spreadsheet, you can use Excel to organize your data into rows and columns and to perform.
Excel – Study Guide #2.
Excel: Working With Formulas Cooperative Conversations January 12, 2007.
Microsoft Office XP Microsoft Excel
Spreadsheets Ms. Scales. What is a Spreadsheet? 0 Spreadsheets 0 A document, or table that is made up of rows and columns. 0 Table 0 Columns and rows.
Pasewark & Pasewark 1 Excel Lesson 4 Entering Worksheet Formulas Microsoft Office 2007: Introductory.
Loading Excel Double click the Excel icon on the desktop (if you have this) OR Click on Start All Programs Microsoft Office Microsoft Office Excel 2003.
Objectives 1.Identify the functions of a spreadsheet 2.Identify how spreadsheets can be used. 3.Explain the difference in columns and rows. 4.Locate specific.
With Microsoft ® Excel e © 2013 Pearson Education, Inc. Publishing as Prentice Hall1 Excel 2010 Chapter 9 Creating a Worksheet and Charting Data.
Copyright 2003, Paradigm Publishing Inc. CHAPTER 3 BACKNEXTEND 3-1 LINKS TO OBJECTIVES AutoSum Button Mathematical Operators Mathematical Operators Formula.
Introduction to Microsoft Excel
Technology Basics Creating Worksheet Formulas. 2 Understand Formulas Equations used to calculate values in cells are called formulas. Formulas consist.
Copyright 2007, Paradigm Publishing Inc. EXCEL 2007 Chapter 2 BACKNEXTEND 2-1 LINKS TO OBJECTIVES Mathematical OperatorsMathematical Operators Formula.
Computer Literacy BASICS
Microsoft Excel Diane M. Coyle Spring 2009 CS 105.
What is a Spreadsheet? A spreadsheet consists of the following items –A worksheet divided into rows and columns 256 vertical columns & 65,535 horizontal.
Microsoft Excel 2003 Illustrated Complete And Editing Worksheets Building.
Learning Microsoft Excel Getting Started  There are three features that you should remember as you work within PowerPoint 2007: the Microsoft Office.
Microsoft Excel Used to organize information for calculations.
Introduction to Spreadsheets Microsoft Excel A program which allows you to perform complex mathematical operations in an organized manner. What is a spreadsheet?
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.
 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.
Technology ICT Core: Spreadsheets. Spreadsheets A spreadsheet is a table consisting of Rows and Columns Where a row and a column meet, the box is called.
Introduction to Spreadsheets Program: Excel. Starting Excel Spreadsheets Spreadsheet –A grid of rows and columns used to make calculations. A spreadsheet’s.
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.
Intro to Excel - Session 2.11 Tutorial 2 - Session 2.1 Creating a Worksheet.
Excel Introduction. Excel Is a Spreadsheet Laid out in columns and rows Consists primarily of numbers and formulas 32 =A1+A2.
Chapter 12 Creating a Worksheet.
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.
Microsoft Excel 2000 Analyzing Data Using Excel. ©2001 Paradigm Publishing Inc.Excel Section Title Bar Menu Bar Formatting Toolbar Standard Toolbar.
Working with Formulas and Functions
Lesson 4: Working with Formulas and Functions. Learning Objectives After studying this lesson, you will be able to:  Create formulas to calculate values,
  Relative Cell Reference : automatically change when copied  Ex. Write a formula in C6: A6 + B6 = C6  Excel will use the above cell to copy for formattin.
Components of Spreadsheets Computer Applications 1 Obj. 4.01: Understand spreadsheets used in business.
Info copied from Microsoft Help Files Excel Starts to SHINE Microsoft Office 2003.
Using Basic Formulas and Functions Lesson 8A. Formulas tab.
USING BASIC FORMULAS Excel Lesson 4. FORMULAS Formulas: An equation that performs calculations such as addition, subtraction, multiplication, and division.
 A spreadsheet is a grid of data divided into numbered rows and lettered columns.
Intro. to Spreadsheets Using Microsoft Excel
Working with Formulas and Functions Lesson 5 Part 1 1.
Spreadsheet Calculations Formulas & Functions Computer Applications I.
Unit 8 – Spreadsheets Part 2 Spreadsheets Skills Lesson Part 1.
EXCEL Study Guide #2 Spreadsheet Terms  Input Collection of information – the data to be typed into the spreadsheet.  Output Worksheet results.
XP Practical OpenOffice.org Chapter 5 1 Creating a Worksheet.
The Basics of Formulas & Functions
Excel Formulas & Functions.
Microsoft Excel 2003 Illustrated Complete
Intro. to Spreadsheets Using Microsoft Excel
Excel 2013 Formulas & Functions.
Excel 2013 Formulas & Functions.
Spreadsheets (Excel Tasks)
EXCEL Study Guide #2.
Microsoft Excel 101.
Technology ICT Core: Spreadsheets.
Excel 2013 Formulas & Functions.
Mathematical operators
Mathematical Formulas and Excel
Presentation transcript:

FORMULAS & FUNCTIONS EXCEL

Input A collection of information Data typed into the spreadsheet Output Worksheet Results

Three types of information can be typed into a spreadsheet cell ◦ Labels ◦ Values ◦ Formulas

Labels Text entries Identify values in columns and rows Left-aligned Type an apostrophe (‘) before a number to treat the number like a label. ◦ Examples:  ‘2007  ‘

Values Numbers To be used in calculations Right-aligned #### size the cell larger ◦ #### appears if the number is too large for the size of the cell

Formulas Used to perform calculations Begin with = sign Type the cell address that contain the values you want to calculate ◦ Examples of formulas:  =A5+A6+A7+A8  The values in cells A5, A6, A7 and A8 are added together

Arithmetic Operators Symbols that direct Excel to perform mathematical calculations Arithmetic Operator DefinitionExample of usage Meaning +Addition=B3+C3Add the value in B3 and the value in C3 -Subtract=F12-22Subtract 22 from the contents of cell F12 *Multiplication=A3*B3Multiply the value in cell A3 by the value in cell B3 /Division=C3/C6Divide the contents of cell C3 by the contents of cell C6 ^Exponentiation=C12^6Raise the value in cell C12 to the sixth power

Order of Operation The sequence in which calculations in a formula are performed is called Order of Operation. Excel follows the same order of operations that you use in Algebra Moving from left to right in formulas, the order of operations is as follows: Operations inside Parenthesis are calculated first. If no parenthesis then: 1.Exponents 2.Multiplication and division 3.Addition and subtraction

Cell References Always use cell references in formulas. A cell reference is the column letter and the row number (ex. B2) Why? By using cell references in the formula, you can use the powerful recalculation feature in Excel If you change the contents of a cell that is included in a formula, the worksheet will automatically recalculate it

Functions Built in formulas Formulas and Functions begin with = Use the Formulas Menu, fx on the formulas bar, or AUTOSUM arrow Example of a function: ◦ =AVERAGE(B13:D13) ◦ Use a range of cells (B13:D13) ◦ Colon means Excel will average cells B13 through D13

Common Functions SUM ◦ Calculates the sum of a range of cells MAX ◦ Displays the largest value in a range of cells MIN ◦ Displays the smallest value in a range of cells COUNT ◦ Calculates the number of values in a range of cells AVERAGE ◦ Calculates the average of values in a range of cells

AUTOSUM Build in sum function Most commonly used function AUTOSUM adds the values above the active cell first (default) If no values are above the cell, it sums to the left of the active cell If Excel doesn’t select the correct range, you may select the range you want

Cell Range Two or more cells A group of adjacent cells (B3:C12) includes all of the cells from B3 through C12 Ranges can be named

Cell References Relative – adjusts to its new location when copied Absolute – Do not change when moved or copied to a new cell Mixed – contains both relative and absolute references

Showing Formulas Show formulas using ◦ Ctrl + ` (the ` is found above the Tab key) Fit on 1 page Formatting will be lost when showing formulas.