About Functions SUM, AVERAGE, MIN, MAX, COUNT, ROUND

Slides:



Advertisements
Similar presentations
CIS100 Test Review Dale McIntosh © 2009 Dale McIntosh. All Rights Reserved.Fall 2009.
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.
Lesson 3 Working with Formulas.
Intermediate Formulas & Functions Instructor: Rachel Baltus.
CIS100 Test 2 Review REACH CRC © 2011 REACH CRC. All Rights Reserved.Spring 2011.
CS&E 1111 Exfunctions Using Functions in Excel Objectives: Using Excel functions l SUM, MIN, MAX, AVERAGE, COUNT, COUNTA l ROUND l COUNTIF, SUMIF, AVERAGEIF.
Review Ch. 15 – Spreadsheet and Worksheet Basics © 2010, 2006 South-Western, Cengage Learning.
EXCEL.
EXCEL UNIT 3 Computer Technology Timpview High School.
REACH CRC © 2011 REACH CRC. All Rights Reserved.Fall 2011.
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.
Excel – Study Guide #2.
CREATING FORMULAS & CHARTING DATA - MANJU. FORMULA = Equation. Used to calculate values.  FORMULA starts with = sign  FORMULA uses OPERATORS. Example.
Basic Spreadsheet Functions Objective Functions are predefined formulas that perform calculations by using specific values, called arguments, in.
BASIC FUNCTIONS OF EXCEL. Addition The formula for addition is: =SUM( insert cells desired to sum up ) This returns the sum of the selected cells.
Lecture Excel: Formulas and Functions. Formulas Specifies calculations to be performed Begins with an equal sign (=) Can refer to: –cells by reference.
1 Excel Lesson 5 Using Functions Microsoft Office 2010 Introductory Pasewark & Pasewark.
Lesson 20 Creating Formulas and Charting Data
Spreadsheets Objective 6.02
2 Explain advanced spreadsheet concepts and functions Advanced Calculations 1 Sabbir Saleh_Lecture_17_Computer Application_BBA.
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
Microsoft Excel Formulas Presented by: Mrs. Cerkoney.
Microsoft Excel Diane M. Coyle Spring 2009 CS 105.
1 Lesson 19 Creating Formulas and Charting Data Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
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 Project 2 FORMULAS, FUNCTIONS, FORMATTING AND WEB QUERIES.
 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.
Lesson 5 Using FunctionUsing Function. Objectives.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 1 Copyright © 2008 Prentice-Hall. All rights reserved. What Can I Do with a Spreadsheet.
INTRODUCTION TO FORMULAS AND FUNCTIONS 1 Nolan Tomboulian Tomboulian.wikispaces.com.
Unit 4, Lesson 4 Using Function Formulas. Objectives Understand function formulas. Understand function formulas. Use the Average and Sum functions. Use.
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.
PERFORMING CALCULATIONS Microsoft Excel. Excel Formulas A formula is a set of mathematical instructions that can be used in Excel to perform calculations.
Excel Review By Mr. Griffin Elmira Business Institute.
Customization, Calculations and Charts Myra Whittemore for Blackbaud, Inc. 09/16/2011.
Using Basic Formulas and Functions Lesson 8A. Formulas tab.
CIS 100 Test #2 Review 1. EXCEL Functions on Test  SUM, COUNT, COUNTA, MAX, MIN, MEDIAN, MODE, AVERAGE, ROUND, and IF  Possibly Others 
Resource Review Excel formula basics Demonstrate how to enter manual formulas Examine some of the available functions and their usage Discuss the.
Spreadsheet Calculations Formulas & Functions Computer Applications I.
CTS130 Spreadsheet Lesson 6 Working with Math & Trig, Statistical, and Date & Time Functions.
EXCEL Study Guide #2 Spreadsheet Terms  Input Collection of information – the data to be typed into the spreadsheet.  Output Worksheet results.
Ms. Hall Spring Functions. Excel – Lesson 4 Summarizing Data with Functions A function is a predefined formula that performs a calculation. When.
Microsoft Excel.
International Computer Driving Licence Syllabus version 5.0
The Basics of Formulas & Functions
Understanding Spreadsheets
Computer Fundamentals
Excel Formulas & Functions.
Creating a Workbook Part 2
Excel 2013 Formulas & Functions.
Excel 2013 Formulas & Functions.
EXCEL Study Guide #2.
4.01 Spreadsheet Formulas & Functions
Microsoft Excel 101.
Excel 2010 Functions A function is a predefined formula that performs a calculation using specific values in a particular order. Functions save you time.
Excel 2013 Formulas & Functions.
4.01 Spreadsheet Formulas & Functions
Lesson 1 Notes Chapter 6.
Lesson 20 Creating Formulas and Charting Data
Spreadsheets 2 Explain advanced spreadsheet concepts and functions
Lesson 4: Introduction to Functions
Introduction to Spreadsheets
Spreadsheets Objective 6.02
Mathematical operators
Spreadsheets Objective 6.02
Introduction to Spreadsheet Terminology
Lessons 3: Coffee Shop Inventory
Mathematical Formulas and Excel
Presentation transcript:

About Functions SUM, AVERAGE, MIN, MAX, COUNT, ROUND

WHAT IS AN EXCEL FUNCTION? A pre-defined formula used in a calculation Excel has over 300 functions – business, scientific & engineering Functions Today: SUM MIN, MAX AVERAGE COUNT ROUND

Some things you need to know. . . Argument: A value Range: Two or more cells on a sheet. The cells in a range can be adjacent or nonadjacent Cell reference: The set of coordinates that a cell occupies Constant: A value that is not calculated E.g., the number 210 and the text "Quarterly Earnings” Formula: A sequence of values, cell references, names, functions, or operators in a cell that together produce a new value =SUM(A1:A5) adds all the numbers that are contained in cells A1 through A5. =SUM(A1, A3, A5) adds the numbers that are contained in cells A1, A3, and A5. A value that provides information to an action, an event, a method, a property, a function, or a procedure. A formula always begins with an equal sign

SUM Description The SUM function adds all the numbers that you specify as arguments. Each argument can be numbers or cell references. Syntax =SUM(number1, [number2], [number3], [number4], ...)

AVERAGE Description Returns the average of the arguments. For example, if the range A1:A20 contains numbers, the formula =AVERAGE(A1:A20) returns the average of those numbers. Syntax =AVERAGE(number1, [number2],...)

MAX AND MIN Description MAX function to find the maximum number in a selected range. MIN function to find the minimum number in a selected range. Syntax =MIN(A2:A7) Smallest number in the range (0) =MAX(A2:A7) Largest number in the range (27) Use the drop down arrow next to the AutoSum button Select Max or Min from the list Ensure the cell range is correct Press Enter

COUNT Description The COUNT function counts the number of cells that contain numbers within a range. Syntax =COUNT([value1], [value2],...)

COUNTA Description The COUNTA function counts the number of cells in a range that are not empty. Syntax =COUNTA([value1], [value2],...)

ROUND Description The ROUND function rounds the value of a cell for you. Syntax =ROUND(number, num_digits)

Use to take you into the spreadsheet to select a range of cells FORMULA BUILDER Use to take you into the spreadsheet to select a range of cells

Complex Functions

BRACKETS More than one mathematical symbol is used BODMAS theory -- Calculations performed in the following order: Brackets over Division Multiplication Addition Subtraction

=(B2-B3)*B4 =B2-B3*B4

CALCULATION ORDER BRACKETS ARE ADDED TO FORCE EXCEL TO PERFORM CALCULATIONS IN A DIFFERENT ORDER. THE CALCULATION IN THE BRACKETS WILL BE PERFORMED FIRST NO MATTER WHAT MATHEMATICAL OPERATION IS USED.

EXERCISE Open Functions1.xlsx Insert Formulas Copy Results Cells G2, H2, I2 and J2 SUM, AVERAGE, MAX, MIN Copy Results Down each appropriate range of cells Save as Functions2.xlsx