Chapter 2 Formulas and Functions by Mary Anne Poatsy, Keith Mulbery, Lynn Hogan, Amy Rutledge, Cyndi Krebs, Eric Cameron, Rebecca Lawson

Similar documents
Excel Expert Microsoft Excel 2010

Functions are predefined formulas that perform calculations by using specific values, called arguments, in a particular order, or structure.

Excel Formulas and Functions

Excel 101. DJ Wetzel Director of Financial Aid Greenville Technical College

Excel Formulas & Functions I CS101

STATISTICAL TECHNIQUES. Interpreting Basic Statistical Values

Using Microsoft Excel

Advanced Formulas and Functions in Microsoft Excel

Microsoft Office Excel Use Excel s functions. Tutorial 2 Working With Formulas and Functions

Microsoft Office Excel 2007

If looking for the ebook by Mary Anne Poatsy;Keith Mulbery;Cynthia Krebs Exploring Microsoft Office 2013, Volume 1 & Technology In Action, Complete &

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex

In this section I m going to explain how to construct a formula, and give you some guidelines to ensure that your formulas work correctly.

IF & VLOOKUP Function

Create formulas in Excel

DOWNLOAD PDF MICROSOFT EXCEL ALL FORMULAS LIST WITH EXAMPLES

Using Excel for a Gradebook: Advanced Gradebook Formulas

New Perspectives on Microsoft Excel Module 3: Performing Calculations with formulas and Functions

Lecture-14 Lookup Functions

Formulas and Functions

Microsoft Excel. Part 2: Calculations & Functions. Department of Computer Science Faculty of Science Chiang Mai University

Excel Tips. Contents. By Dick Evans

Today Function. Note: If you want to retrieve the date and time that the computer is set to, use the =NOW() function.

Microsoft Office Illustrated. Analyzing Table Data

Excel 2010 Functions. 4/18/2011 Archdiocese of Chicago Mike Riley

Expr Language Reference

Today Function. Note: If you want to retrieve the date and time that the computer is set to, use the =NOW() function.

Microsoft Excel IV Handout

Understanding error messages

B&E 105: TECHNOLOGY FOR BUSINESS SOLUTIONS EXAM 5 CHECKLIST & OUTLINE

Chapter 3 Microsoft Office Excel

Using Formulas and Functions in Microsoft Excel

Microsoft Excel 2010 Training. Excel 2010 Basics

Excel 2007: Functions and Forumlas Learning Guide

Microsoft Office Excel 2013 Courses 24 Hours

Data Service Center December

Table of Contents Data Validation... 2 Data Validation Dialog Box... 3 INDIRECT function... 3 Cumulative List of Keyboards Throughout Class:...

1. NORM.INV function Returns the inverse of the normal cumulative distribution for the specified mean and standard deviation.

MS EXCEL: TABLES, FORMATS, FUNCTIONS AND MACROS

Downloading other workbooks All our workbooks can be downloaded from:

Working with Data and Charts

CALCULATE NPV USING EXCEL

Excel. Tutorial 1 Getting Started with Excel. Tutorial 2 Formatting a Workbook. Tutorial 3 Working with Formulas and Functions COMPREHENSIVE

Performing Basic Calculations

Excel Lesson 3 USING FORMULAS & FUNCTIONS

MICROSOFT OFFICE APPLICATIONS

Agenda. Spreadsheet Applications. Spreadsheet Terminology A workbook consists of multiple worksheets. By default, a workbook has 3 worksheets.

Business Spreadsheets

Customer details are included on a separate worksheet (Customer Look Up) Item details are included on a separate worksheet (Item Look Up)

ICT IGCSE Practical Revision Presentation Spreadsheets. Columns. Rows. This is a range of cells. More than one cell has been selected.

Microsoft Excel Lookup Functions - Reference Guide

MICROSOFT EXCEL 2003 LEVEL 3

Pivot Tables, Lookup Tables and Scenarios

Tutorial 2. Review CIS143

Working with Basic Functions. Basic Functions. Excel 2010 Working with Basic Functions. The Parts of a Function. Page 1

Microsoft Excel. An Introduction to. Lecture No. 2. Date: March Instructor: Mr. Mustafa Babagil. Prepared By: Nima Hashemian

MODEL QUESTION PAPER-I

MICROSOFT EXCEL 2002 (XP): LEVEL 3

Functions in Excel. Structure of a function: Basic Mathematical Functions. Arithmetic operators: Comparison Operators:

Tutorial 8: Working with Advanced Functions. Microsoft Excel 2013 Enhanced

MICROSOFT EXCEL BEGINNER TABLE OF CONTENTS

Excel Formulas Cheat Sheet

Transform data - Compute Variables

Prepared by: Prof. Dr Bahaman Abu Samah Department of Professional Development and Continuing Education Faculty of Educational Studies Universiti

Skill Set 5. Outlines and Complex Functions

Microsoft Excel 2010 Handout

Reduced Quality Sample

Getting the Most from your Microsoft Excel

What if Analysis, Charting, and Working with Large Worksheets. Chapter 3

ADDITIONAL EXCEL FUNCTIONS

Excel 2016: Formulas & Functions

Introduction to Computer Applications CISY Zahoor Khan, Ph.D.

MICROSOFT EXCEL VERSIONS 2007 & 2010 LEVEL 3. WWP Learning and Development Ltd Page 1

2. To select a range of individual cells, hold down CTRL and click on each cell that you want to include in the range.

Activity: page 1/10 Introduction to Excel. Getting Started

MS Excel How To Use VLOOKUP In Microsoft Excel

Excel Tips for Compensation Practitioners Weeks 9-12 Working with Lookup Formulae

EDIT202 Spreadsheet Lab Prep Sheet

Excel Intermediate

A Tutorial for Excel 2002 for Windows

exam. Number: Passing Score: 800 Time Limit: 120 min MICROSOFT Excel 2013 Expert Part One.

Exploring Microsoft Office Excel 2016 Comprehensive

Intermediate Excel 2016

Excel Simple Worksheets (with Functions)

Excel 2. Module 2 Formulas & Functions

Jump Right In! Essential Computer Skills Using Microsoft 2013 By Andrews, Dark, and West

Computer & Careers Mr. Lewis

Excel 2016 Intermediate. North American Edition SAMPLE

ECDL Module 4 REFERENCE MANUAL

MICROSOFT EXCEL 2000 LEVEL 3

To be able to modify a worksheet and use functions, you will: Select ranges of cells on a worksheet by using the mouse.

Excel 2016 Intermediate SAMPLE

Use of spreadsheets in general

SUM - This says to add together cells F28 through F35. Notice that it will show your result is

Themes & Templates Applying a theme Customizing a theme Creatingfilefromtemplate Creating yourowncustomize Template Using templates Editing templates

Opening a Data File in SPSS. Defining Variables in SPSS

Course contents. Overview: Goodbye, calculator. Lesson 1: Get started. Lesson 2: Use cell references. Lesson 3: Simplify formulas by using functions

Excel Intermediate

JME Language Reference Manual

Excel Foundation (Step 2)

Transcription:

Chapter 2 Formulas and Functions by Mary Anne Poatsy, Keith Mulbery, Lynn Hogan, Amy Rutledge, Cyndi Krebs, Eric Cameron, Rebecca Lawson 1

Excel offers 3 types of cell REFERENCES for use when a formula is COPIED ABSOLUTE $A$1 RELATIVE A1 MIXED $ A1 or A $ 1 F4 key toggles between the different types $ indicates that the ROW NUMBER or COLUMN LETTER will NOT be modified during a copy 2

A relative cell reference (default) indicates a cell s relative location from the cell containing the formula. 3

An absolute cell reference provides a permanent reference to a specific cell Absolutely will NOT change when COPIED 4

In mixed reference $B4, the column ( B ) is fixed, but the row ( 4 ) may be altered during a copy In mixed reference B$4, the row( 4 ) is fixed, but the column ( B ) may be altered during a copy 5

A circular referenceerror occurs if a formula refers to itself 6

An Excel function is a predefined formula that performs a calculation 7

Syntax is the set of rules that govern correct formation of a function (order of items, comma, brackets, spaces, etc.) An argument is an input, such as a cell or range A function begins with the equal sign (=) followed by the function NAME and arguments in parentheses Example: =SUM(A1:A3) 8

When a function is typed, Formula AutoComplete displays a list of functions matching the partial entry 9

A function ScreenTip is a small pop-up description that displays the function arguments. 10

Use the Insert Function dialog box to search for a function or select one from a list 11

The Function Arguments dialog box offers HELP on each argument 12

The SUM function returns the mathematical sum of some number of cells or ranges; for example: =SUM(A1:A3) =SUM(A1,B3,C5) =SUM(A1:B3,C5:E8) 13

Common STATISTICAL functions include: AVERAGE arithmetic mean MEDIAN midpoint value MIN minimum value MAX maximum value COUNT number of values in a range COUNTBLANK number of empty cells COUNTA number of NONempty cells 14

15

16

=FREQUENCY(Number) Returns how often values occur within a set of data NAME TEST SCORE INTERVALS Jordan 80 59 Lisa 75 69 Jason 90 79 Peter 62 89 Kayla 83 Kim 55 Frank 76 Lilly 93 Jose 58 {=FREQUENCY(B2:B12,C2:C5)} into cells D2:D6 The 1st value in the array would display in cell D2. The result would be 2 (because there are 2 Test Scores <= 59). The 2nd value in the array would display in cell D3. The result would be 1 (because there is 1 Test Score between 60 and 69). The 3rd value in the array would display in cell D4. The result would be 2 (because there are 2 Test Scores between 70 and 79). 17

An Excel ARRAY FORMULA performs MULTIPLE calculations on 1 or more sets of values (the 'array arguments') and returns 1 or more results. SELECT the RANGE of cells that you want to input your ARRAY FORMULA into The selection should contain 1 CELL MORE than the number of values in your ARRAY (For example, if the bins array contains 4 values, select 5 cells.) 18

Enter the formula into the 1st cell of the range Press CTRL-SHIFT-ENTER Excel automatically places curly braces { } around array formulas Do NOT type the curly braces in yourself, (Excel will not interpret your formula as an array formula.) 19

=RANK RANK(number,ref,[order]) Returns the rank of a number in a list of numbers The RANK function syntax has the following arguments: Number Required. The number whose rank you want to find. Ref Required. An array of, or a reference to, a list of numbers. Nonnumeric values in ref are ignored. Order Optional. A number specifying how to rank number. 20

=ROUND(A1, 2) The ROUND function rounds a number to a specified number of digits. Formula Description Result =ROUND(2.15, 1) Rounds 2.15 to one decimal place 2.2 =ROUND(2.149, 1) Rounds 2.149 to one decimal place 2.1 =ROUND(-1.475, 2) Rounds -1.475 to two decimal places -1.48 21

A nested function occurs when 1 function is embedded as an argument to another function; for example: =IF(A1<A2,MIN(B1:B5),MAX(B1:B5)) Compute the MIN function if A1 is less than A2 Compute the MAX function if A1 is not less than A2 29

Since dates are numeric, calculations can be performed, such as subtraction The TODAY function displays the CURRENT date The NOW function displays the current date and TIME 30

Calculates the fraction of the year represented by the number of whole days between 2 dates (the start_date and the end_date). DATA DESCRIPTION 1/1/2012 Start date 7/30/2012 End date FORMULA DESCRIPTION RESULT =YEARFRAC(A2,A3) Fraction of the year between 1/1/2012 and 7/30/12, omitting the 0.58055556 31

=IF(logical_test, value_if_true,value_if_false) The =IF function has 3 arguments: A condition that is tested to determine if it is either true or false The resulting value IF the condition is true The resulting value IF the condition is false 32

The logical test is built from the logical operators 33

34

Lookup functions are used to look up values in a table to perform calculations or display results For example, a teacher may want to look up an average in order to assign a grade 35

When searching a range, the BREAKPOINT is the lowest value for a category or series A lookup table typically lists breakpoints in 1 column and return values in a 2nd column -0-59.9 = F -60-69.9= D -70-79.9= C -and so on.. 36

The VLOOKUP function searches a lookup table for a value and returns the result from the related column VLOOKUP has 3 required arguments: Lookup value Table array (range of lookup table) Column index of return value ADD a 4 th argument: FALSE if you want an EXACT MATCH 37

38

The HLOOKUP function is used when the breakpoints and return data are placed in ROWS The 3rd argument now lists the ROW index 39

A range NAME is a word or string of characters assigned to 1 or more cells Range names make formulas easier to read 40

Range names use the following rules: 1 to 255 characters Begin with a letter OR underscore (_) Contain letters, digits, periods, underscores Valid names include Rate, OR: Tax_Rate, OR: Rate_2012 41

Excel offers a variety of methods to enter a range name after selecting the cells: Type the range name in the Name Box area Enter the name using New Name dialog box 42

Use the: FORMULAS > NAME MANAGER dialog box to edit or delete a range name 43