1 Nolan Tomboulian Tomboulian.Wikispaces.com.

Slides:



Advertisements
Similar presentations
Excel Tutorial 3 Working with Formulas and Functions
Advertisements

Benchmark Series Microsoft Excel 2010 Level 1
Lesson 3 Working with Formulas.
Click the mouse to continue. Relative references Absolute referencesMixed references.
Enter formulas Use cell references Cell references identify individual cells or cell ranges in columns and rows. Cell references tell Excel where to look.
Introduction to Excel Formulas, Functions and References.
Microsoft Office XP Microsoft Excel
COM: 111 Introduction to Computer Applications Department of Information & Communication Technology Panayiotis Christodoulou.
DAY 5: EXCEL CHAPTER 2 Tazin Afrin September 03,
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.
XP New Perspectives on Microsoft Office Excel 2003, Second Edition- Tutorial 1 1 Microsoft Office Excel 2003.
Next. MS E XCEL 2007 The Microsoft Excel is on of the Microsoft Office suite of programs. Its primary function is to perform calculations, analyze information.
Tutorial 3 Calculating Data with Formulas and Functions
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.
XP New Perspectives on Microsoft Office Excel 2003, Second Edition- Tutorial 2 1 Microsoft Office Excel 2003 Tutorial 2 – Working With Formulas and Functions.
Chapter 1 Introduction to Spreadsheet. Agenda Download the practice files Spreadsheet application Workbook and worksheet Toolbar Cell Formatting Printing.
1 Computing for Todays Lecture 8 Yumei Huo Spring 2006.
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.
XP New Perspectives on Microsoft Excel 2002 Tutorial 2 1 Microsoft Excel 2002 Tutorial 2 – Working With Formulas and Functions.
XP Copyright 2003 Peter McDevitt 1 Microsoft Excel 2002 Lecture 2 – Working With Formulas and Functions.
Copyright 2007, Paradigm Publishing Inc. EXCEL 2007 Chapter 2 BACKNEXTEND 2-1 LINKS TO OBJECTIVES Mathematical OperatorsMathematical Operators Formula.
Computer Literacy BASICS
Excel chapter 2.
XP Excel Tutorial 3 Working with Formulas and Functions.
XP Abdul Hameed 1 Microsoft Office Excel 2013 Tutorial 2 – Working With Formulas and Functions.
EXCEL INTERMEDIATE 1. WORKSHEETS Worksheet Tabs –Rename by double clicking –Can be moved by click and drag –Change colour by right click and choose Tab.
Excel Worksheet Basics Terminology Navigation The Ribbon 1 Nolan Tomboulian Tomboulian.wikispaces.com.
Intro to Excel - Session 2.21 Tutorial 2 - Session 2.2 Creating a Worksheet.
1 Lesson 19 Creating Formulas and Charting Data Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Learning Microsoft Excel Getting Started  There are three features that you should remember as you work within PowerPoint 2007: the Microsoft Office.
DAY 5: MICROSOFT EXCEL – CHAPTER 2 Aliya Farheen January 27,2015.
Excel Project 2 FORMULAS, FUNCTIONS, FORMATTING AND WEB QUERIES.
A lesson approach © 2011 The McGraw-Hill Companies, Inc. All rights reserved. a lesson approach Microsoft® Excel 2010 © 2011 The McGraw-Hill Companies,
Excel Project 2 Formulas, Functions, and Formatting.
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.
PRINTING & PAGE BREAKS 1 Nolan Tomboulian Tomboulian.Wikispaces.com.
Computer Science & Engineering 2111 Lecture 2 Basic Functions, Common Excel Errors, Cell Addressing 1 CSE 2111 Lecture 2-Basic Functions and Cell Addressing.
Absolute cell reference
XP 1 Microsoft Office Excel 2003 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.
Spreadsheets What is Excel?. Objectives 1. Identify the parts of the Excel Screen 2. Identify the functions of a spreadsheet 3. Identify how spreadsheets.
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 Office 2013 ®® Calculating Data with Formulas and Functions.
Nolan Tomboulian Tomboulian.Wikispaces.com 1.
Microsoft ® Excel ® 2013 Enhanced Excel Tutorial 3 Calculating Data with Formulas and Functions.
Nolan Tomboulian March 6, 2012.
CIS 100 Test #2 Review 1. EXCEL Functions on Test  SUM, COUNT, COUNTA, MAX, MIN, MEDIAN, MODE, AVERAGE, ROUND, and IF  Possibly Others 
1 After completing this lesson, you will be able to: Build formulas. Copy formulas. Edit formulas. Use the SUM function and AutoSum. Use the Formula Palette.
Resource Review Excel formula basics Demonstrate how to enter manual formulas Examine some of the available functions and their usage Discuss the.
Tutorial 3 Working with Formulas and Functions
Chapter 6 Modifying Cell Styles
Excel Tutorial 3 Working with Formulas and Functions
Formatting a Worksheet
Excel Part 3 Working with Formulas and Functions
Understanding Spreadsheets
Excel Tutorial 3 Calculating Data with Formulas and Functions
Unit 42 : Spreadsheet Modelling
Chapter 2: Working with Formulas and Functions
Excel Functions.
Lesson 1 Notes Chapter 6.
Excel Functions.
Excel Lesson 4 Entering Worksheet Formulas
Microsoft Excel chapters 1 & 2
GO! with Microsoft® Excel 2010
Excel Tutorial 3 Working with Formulas and Functions
Chapter 6 Modifying Cell Styles
Mathematical Formulas and Excel
Microsoft Office Illustrated Fundamentals
Presentation transcript:

1 Nolan Tomboulian Tomboulian.Wikispaces.com

References Linking back to a cell from another is called a cell reference Knowing how to use Relative and Absolute references is an critical skill for using functions and formulas Excel adjusts references when functions and formulas are Moved and/or Copied 2

References Absolute references can be identified by dollar signs in front of the column and row designation – Ex. $A$1 Relative references have just the column and row designations (NO $) – Ex. A1 Can also use Mixed References – $A1 : Column A stays fixed but the row will change – A$1 : Column will change but the row will stay as 1 Use the key to toggle between the: $x$#, $x#, x$# and x# 3

Relative References Usually Excel interprets cell references in a formula in relation to the cell’s location – Ex. Entering =A1 in cell A3 – Excel interprets that as using the cell two rows above and zero columns over Copying the formula in another cell would result in a different reference – Ex. Copying the formula in cell A3 to cell A10 would result in the formula being changed to: =A8. ( ie: copy the cell that is two rows above) 4

Absolute References Makes the reference to the specified cell – Ex. Entering =$A$1 in cell A3 – Excel does not interpret the relative difference in cell location Copying the formula in another cell would not change the cell reference – Ex. Copying the formula into cell A10 would result in the formula remaining =$A$1 5

Mixed References Mixed references are cell references where only one portion is fixed When a formula using mixed references is copied, one portion shifts and one portion stays fixed This is useful when you are copying a formula down the rows or across the columns and you want part of the address to remain constant 6

Entering Relative, Absolute, and Mixed References Relative reference – No dollar signs (C12) Absolute reference – Dollar signs in front of each portion ($C$12) Mixed reference – Dollar sign in front of the portion you want “locked” – $C12- The Column C does not change – or C$12- The Row does not change Or Press the key to cycle the reference from relative to absolute to mixed and then back to relative 7

Understanding Function Syntax All functions have Arguments or Parameters, which are the data (values, cell references, other functions) that are needed by the function to calculate the value Some functions have [optional] arguments Optional arguments are not necessary for the function to calculate a value, but can provide more control over the value or format being returned. 8

Understanding Function Syntax Standard function syntax =Function name(argument 1 [, argument 2]) Argument 1:required argument Argument 2:optional argument and its default value Arguments are separated by a Comma All optional arguments have a default value 9 Good programming style should require a value for all arguments so it is “Clear” what the intended operation should be

Understanding Function Syntax Excel provides help with understanding function syntax – Optional arguments are enclosed in brackets [ ] when typing in a function – Required arguments are listed in bold text on the Insert Function Dialog Box When typing a function, Excel also highlights where you are in the function using a Screen Tip 10

Common Functions FunctionCategoryDescription SUM(number1 [, number2,…])Math & TrigAdds a collection of numbers, where number1, number2, etc are either numbers or cell references ROUND(number, num_digits)Math & TrigRounds a number to a specified number of digits where number is the number to be rounded and num_digits specifies how many digits to round the number to. AVERAGE(number1, [number2,…])StatisticalCalculates the average of a collection of numbers, where number1, number2, etc are either numbers or cell references. COUNT(value1 [, value2…])StatisticalCounts how many cells in a range contain data, where value1, value2, etc are text, numbers, or cell references. MAX(number1 [, number2,…])StatisticalCalculates the maximum value of a collection of numbers, where number1, number2, etc are either numbers or cell references. MEDIAN(number1 [, number2,…])StatisticalCalculates the median, or middle, value of a collection of numbers where number1, number2, etc are either numbers or cell values. MIN(number1 [, number2,…])StatisticalCalculates the minimum value of a collection of numbers, where number1, number2, etc are either numbers or cell references. 11

Date Functions FunctionCategoryDescription DATE(year, month, day)Date & TimeCreates a date value for the date represented by the year, month, and day arguments. DAY(date)Date & TimeExtracts the day of the month from the date value. MONTH(date)Date & TimeExtracts the month number from the date value. YEAR(date)Date & TimeExtracts the year number from the date value. WEEKDAY(date, [return_type])Date & TimeCalculates the day of the week number from the date value. Return_type changes how Excel numbers the days. NOW()Date & TimeDisplays the current date and time. TODAY()Date & TimeDisplays the current date. 12

Inserting a Function There are two ways to insert a function into a worksheet – Use the Insert Function button – Type the function directly into a cell If you are new to using functions, or are working with an unfamiliar function, it is usually best to use the Insert Function button – Excel provides the Function Arguments dialog box, tailored to the specific function you are using 13

Inserting a Function 14

Inserting a Function 15

Inserting a Function Typing in functions is another way to insert them To start entering a function, type = As you begin to type a function name within a formula, a list of functions that begin with the letters you typed appears 16

Inserting a Function 17

END OF SECTION Absolute and Relative Cells and FUNCTIONS 18

Blank for Duplex Printing 19

Blank for Duplex Printing 20