Formulas  combinations of cell references, constants, and arithmetic symbols  specify the calculations you want Excel to perform  always begin with.

Slides:



Advertisements
Similar presentations
AN INTRODUCTION TO: SPREADSHEETS PART 2. BUT FIRST: A REVIEW OF PART 1.
Advertisements

MICROSOFT EXCEL CALCULATIONS.
EXCEL 2007 Cell Referencing IF Function. CELL REFERENCING Three Types: –Relative –Absolute –Mixed.
Benchmark Series Microsoft Excel 2010 Level 1
Slide No. 1 Chapter 1, Unit c Relative vs. Absolute Addressing in a Spreadsheet H Spreadsheet Address H Relative Address H Absolute Address H Examples.
Click the mouse to continue. Relative references Absolute referencesMixed references.
Excel Features That Would Help You Prepare Class Result.
FORMULAS & FUNCTIONS EXCEL 2. Excel Input – a collection of informational data typed into the spreadsheet Output – worksheet results Information to be.
Microsoft Office Grade 10 A / B Cahaya Bangsa Classical School (C) 2010 Digital Media Production Facility 12 Microsoft Excel – 03.
FORMULAS & FUNCTIONS EXCEL. Input A collection of information Data typed into the spreadsheet Output Worksheet Results.
Excel Objects, User Interface, and Data Entry. ◦ Application Window  Title Bar  Menu Bar  Toolbars  Status Bar  Worksheet Window  Worksheet Input.
1. Write an Excel formula in cell 'Stock Info'
Basic Spreadsheet Functions Objective Functions are predefined formulas that perform calculations by using specific values, called arguments, in.
Excel Using Formulas and Functions Microsoft Office 2010 Fundamentals 1.
CTS130 Spreadsheet Lesson 20 Data Consolidation. Consolidation is a process in which data from multiple worksheets or workbooks is combined and summarized.
Excel 101 Pam Rowland and Kathy Engbrecht Fall 2010.
Chap 4 Formulas and Functions Exploring Spreadsheet Software.
Basic Spreadsheet Skills Review ISYS 363. Expression.
Assignment 3 Excel Tutorial IS for Management2 Content –Accurate –Relevant –Complete –Concise Time –Timely –Frequent (enough) Form –Easy to read –Appropriately.
Cell Reference. Demo Copy Formula Drag the source cell Copy/Paste.
CS 101 Attendance 1/29/15. If you had the formula =C5 * D10 in cell B8 and copied it to cell F9, what does it become? 1.=C5 * D10 2.=G5 * H10 3.=G6 *
Quick Check Questions 3.1 Business 43B
REVIEW Excel Excel Absolute vs. Relative Address.
1 Excel Lesson 3 Using Formulas and Functions Microsoft Office 2010 Fundamentals Story / Walls.
1 Excel Lesson 4 Entering Worksheet Formulas Microsoft Office 2010 Introductory Pasewark & Pasewark.
Lesson 4 Cell Reference Formulas. Working with Cell References continued… Relative Cell Reference A relative cell reference means that the cell value.
Common formulas An Excel formula always begins with an equal sign (=). Create a formula by combining numbers, cell references, arithmetic operators, and/or.
Introduction to Spreadsheet Software. Spreadsheets and Their Uses Examples of Charts Spreadsheet Basics Spreadsheet Map Types of Spreadsheet Data Navigating.
IENG 423 Design of Decision Support Systems Modeling with Excel Excel Basics Cell references, Formulas, Functions and Formatting.
Microsoft Excel 2007 © Wiley Publishing All Rights Reserved. The L Line The Express Line to Learning L Line.
Introduction to Spreadsheets Program: Excel. Starting Excel Spreadsheets Spreadsheet –A grid of rows and columns used to make calculations. A spreadsheet’s.
Introduction to Excel What Can I Do with a Spreadsheet?
Exploring Office 2003 Vol 1 2/e - Grauer and Barber 1 Committed to Shaping the Next Generation of IT Experts. Chapter 1 – Introduction to Excel: What is.
Excel Project 2 Formulas, Functions, and Formatting.
Formula? Unit?.  Formula ?  Unit?  Formula?  Unit?
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Excel 2002 Lesson 2 Manipulating.
 A spreadsheet is a type of software which you can put and sort out data. It is also known as ‘Microsoft Excel’ What is a spreadsheet?
Absolute cell reference
Arithmetic and Geometric Sequences Finding the nth Term 2,4,6,8,10,…
Exploring Microsoft Excel 2002 Chapter 2 Chapter 2 Gaining Proficiency: The Web and Business Applications By Robert T. Grauer Maryann Barber Exploring.
Definitions By Steph Garrihy. Spreadsheet A computer programme which contains data about things that you want to put in. The computer programme is usually.
SPREADSHEET UNIT TWO OBJECTIVES SPREADSHEET TECHNIQUES.
Working with Formulas and Functions
PERFORMING CALCULATIONS Microsoft Excel. Excel Formulas A formula is a set of mathematical instructions that can be used in Excel to perform calculations.
FUNCTIONS FUNCTIONS are : Special formulas that do not use operators to calculate a result (i.e., a shortcut formula) Example: =SUM(A6:A9) SUM is the.
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.
Vocabulary Basic Spreadsheet Formulas Copyright © Texas Education Agency, All rights reserved.
All About Spread sheets By Negin Oghabi Bakhshayeshi.
Introduction to spreadsheets IT 8/9 Edmond Chin Microsoft Excel.
+ 8.4 – Geometric Sequences. + Geometric Sequences A sequence is a sequence in which each term after the first is found by the previous term by a constant.
USING BASIC FORMULAS Excel Lesson 4. FORMULAS Formulas: An equation that performs calculations such as addition, subtraction, multiplication, and division.
Chapter 2 The Web and Business Applications. Agenda Cell referencing Fill handle Enter a formula using pointing method Comment Formatting Date arithmetic.
Working with Formulas and Functions Lesson 5 Part 1 1.
Spreadsheet Calculations Formulas & Functions Computer Applications I.
1 Excel Lesson 7 Working with Multiple Worksheets and Workbooks Microsoft Office 2013 Introductory.
The Basics of Formulas & Functions
Understanding Spreadsheets Used in Business
MS-EXCEL SUMMARY.
Understanding Spreadsheets
8.1 and 8.2 Summarized.
Excel Formulas & Functions.
Lessons Vocabulary Excel 2016.
Excel 2013 Formulas & Functions.
Microsoft Office Illustrated Introductory, Windows XP Edition
Excel 2013 Formulas & Functions.
Excel 2013 Formulas & Functions.
Introduction to Spreadsheets
Working with Formulas and Functions
Introduction to Spreadsheet Terminology
Presentation transcript:

Formulas  combinations of cell references, constants, and arithmetic symbols  specify the calculations you want Excel to perform  always begin with =  example: = 3 + A1 * B7 - 2 ^ 2

Functions  special prewritten formulas that provide a shortcut for commonly used calculations  begin with an =  Examples: =SUM(D1:E7) =AVERAGE(A2, B2, C3)

Relative and Absolute Addressing  Relative Addressing - allows the cell addresses in formulas to change when copied to a new location default in Excel  Absolute Addressing - if a cell reference in a formula is absolute it will not change if the formula is copied to a new location example of an absolute address: $A$4