Excel: Working With Formulas Cooperative Conversations January 12, 2007.

Slides:



Advertisements
Similar presentations
MS EXCEL is a spreadsheet application Excel covers: Calculation Graphic tools Pivot tables Macro programming language called VBA EXCEL is a part of MS.
Advertisements

Lesson 3 Working with Formulas.
Part 2.  Enter formulas  Select Cells  Format Cell Contents  Insert Borders  Standard Error Values & How to Correct  Format Numbers.
Formulas, Ranges, and Functions. Formulas n Formulas perform operations such as addition, multiplication, and comparison on worksheet values. n Formulas.
Functions S S T : S P R E A D S H E E T S SST 5 Spreadsheet 5 Function.
With Microsoft ® Excel 2010© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 GO! with Microsoft ® Excel 2010 Chapter 1 Creating a Worksheet and.
Microsoft ® Office Excel ® 2007 Training Enter formulas ICT Staff Development presents:
Microsoft ® Office Excel ® 2003 Training Enter formulas CSNT, Inc. presents:
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.
 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.
Introduction to Excel Formulas, Functions and References.
Microsoft Office XP Microsoft Excel
Microsoft Excel. Click on “Start,” then “Microsoft Office Excel.”
Enter formulas Get started Imagine that Excel is open and you’re looking at the “Entertainment” section of a household expense budget. Cell C6 in the worksheet.
Microsoft Excel Computers Week 4.
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.
3-dimensional formula A formula that refers to cells in other worksheets.
With Microsoft ® Excel e © 2013 Pearson Education, Inc. Publishing as Prentice Hall1 Excel 2010 Chapter 9 Creating a Worksheet and Charting Data.
Introduction to Microsoft Office Excel Office Button Quick Access Toolbar Ribbon Formula Bar Alphabetical Columns Numbered Rows Worksheet Tabs.
CPSC 203 Introduction to Computers T97 TA: Jie (Jeff) Gao.
AoN Session 2. Highlight a number of cells at the top of the page. Then with the cursor over these cells right click. Scroll down to the format cell.
Technology Basics Creating Worksheet Formulas. 2 Understand Formulas Equations used to calculate values in cells are called formulas. Formulas consist.
XP Copyright 2003 Peter McDevitt 1 Microsoft Excel 2002 Lecture 2 – Working With Formulas and Functions.
Excel 2010 Formulas and Functions One of Excel's most useful features is that it allows users to create custom formulas to perform calculations on their.
Computer Literacy BASICS
SPREADSHEETS Define/Uses Software primarily used for business and scientific data analysis. The advantage of using a spreadsheet is in its speed at which.
Microsoft Excel Diane M. Coyle Spring 2009 CS 105.
Excel Tutorial Enfield High School 2007.
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.
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 Terms Worksheet: a grid of rows and columns Columns – labeled A, B, C, then AA, BB, etc. – 256 columns Rows – numbered 1, 2, 3 through 65,536 Cell.
 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
CPSC 203 Introduction to Computers T59 & T64 TA: Jie (Jeff) Gao.
A lesson approach © 2011 The McGraw-Hill Companies, Inc. All rights reserved. a lesson approach Microsoft® Excel 2010 © 2011 The McGraw-Hill Companies,
Introduction to Spreadsheets Program: Excel. Starting Excel Spreadsheets Spreadsheet –A grid of rows and columns used to make calculations. A spreadsheet’s.
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.
INTRODUCTION TO FORMULAS AND FUNCTIONS 1 Nolan Tomboulian Tomboulian.wikispaces.com.
1 Introduction to Spreadsheets Chapter 1 Lecture Outline.
INTRODUCTION TO SPREADSHEETS MICROSOFT EXCEL. Spreadsheets Allows users to perform simple and complex sorting Allows users to perform calculations quickly.
Lesson 4: Working with Formulas and Functions. Learning Objectives After studying this lesson, you will be able to:  Create formulas to calculate values,
XP 1 ﴀ New Perspectives on Microsoft Office 2003, Premium Edition Excel Tutorial 2 Microsoft Office Excel 2003 Tutorial 2 – Working With Formulas and Functions.
Microsoft Excel ( XP-2003). Return to Table of Contents Table of Contents 1_ Introduction to ExcelIntroduction to Excel 2_ Overview of the Excel.
An electronic document that stores various types of data.
Using Basic Formulas and Functions Lesson 8A. Formulas tab.
Intro. to Spreadsheets Using Microsoft Excel
Microsoft Excel 2007 Noris Bt. Ismail Faculty of Information and Communication Technology Tel : (Ext 8408) BCOMP0101.
Resource Review Excel formula basics Demonstrate how to enter manual formulas Examine some of the available functions and their usage Discuss the.
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 I 2007 – Course Overview
Microsoft Excel.
MS-EXCEL SUMMARY.
MS-Excel Part 1.
Excel Formulas & Functions.
Microsoft Excel 2003 Illustrated Complete
Creating a Workbook Part 2
Intro. to Spreadsheets Using Microsoft Excel
Excel 2013 Formulas & Functions.
Excel 2013 Formulas & Functions.
Excel 2013 Formulas & Functions.
Lesson 1 Notes Chapter 6.
Excel: Formulas & Functions I Participation Project
Computer Science 10 & ICT 9 EXCEL
Mathematical Formulas and Excel
Presentation transcript:

Excel: Working With Formulas Cooperative Conversations January 12, 2007

Introduction to Excel Workbook, Sheet, Row, Column, Cell

Introduction to Excel Name Box (Cell Address) Formula Bar (Contents of Cell) Cells can contain Values or Formulas Commas separate values (1,2,3) is 1 and 2 and 3 Colons indicate ranges (A2:A5) is Cell A2 through A5

Introduction to Formulas All Formulas begin with = Basic Formulas (numbers, cells, or both) Add +Subtract -Multiply *Divide / =10+5=10-5=10*5=10/5 =B3+C3=B3-C3=B3*C3=B3/C3 =B3+5=B3-5=B3*5=B3/5

Introduction to Formulas All Formulas begin with = Advanced Formulas (multiple operations) –Math rules apply, multiplication and division are done first, addition and subtraction next –Use Parentheses to manipulate order FormulaResultFormulaResult = =10/5*24 =10-5*20=(10-5)*210 =B2-C2-D23=B2/C2*D24 =B2-C2*D20=(B2-C2)*D210

Introduction to Formulas All Formulas begin with = Automatic Functions (Toolbar button Σ) =Sum(1,2) or =Sum(A3,A7,A9) or =Sum(A1:A5) =Average(1,3,5) or =Average(A1:A3,A5) =Count(A1:A5) =Max(B2:B25) =Min(B2:B25) Menu Insert/Function for more options Use the Help menu

Introduction to Formulas Formulas can be combined –The SUM of participants from the first six months (29) PLUS the SUM of participants from the last six months (34) is (63) then MULTIPLIED by the result of twelve MINUS four (8) to result in 504 Or the result of a formula can be used in a formula

Introduction to Formulas Formulas can reference different “Workbooks” or “Sheets” =A10*Sheet2!B5 is the value from Cell A10 of our current worksheet multiplied by the value of Cell B5 from Sheet 2 Formulas can round (ROUND), give results based on criteria that you set (IF), or can calculate a payment schedule (PMT) based on a principal value and interest rates

Tips Sum (Σ) toolbar button (etc.) will automatically select adjacent cells until interrupted by text or an empty cell Different cells can be selected by dragging the mouse from the start cell to the end cell

Tips Parentheses will bold briefly when closed to help identify which portion of your formula has been completed Cells will be outlined in the same color as the text in the formula when the cursor is in the formula bar

Tips Formulas with errors will have a green triangle on the cell, and a symbol on the right when the cell is selected that may offer help resolving the issue –#Value! Indicates that there is an error with the formula – in this case there is a number being multiplied by a cell that contains text –#Ref! Indicates that there is an invalid cell reference – usually because a formula has been copied or moved –###### Indicates that the value to be displayed is larger than will fit in the cell