Basic Spreadsheet Functions Objective 4.01. Functions are predefined formulas that perform calculations by using specific values, called arguments, in.

Slides:



Advertisements
Similar presentations
Lesson 3 Working with Formulas.
Advertisements

SPREADSHEETS Chapter 3 By Michael & Russell What are Spreadsheets used for? SIMPLE CALCULATIONS SIMPLE CALCULATIONS (shop’s weekly profits) COMPLEX CALCULATIONS.
Spreadsheet software 1. Spreadsheets 2 Spreadsheet software Components of spreadsheets Labels - are used for titles, headings, names, and for identifying.
Functions S S T : S P R E A D S H E E T S SST 5 Spreadsheet 5 Function.
About Functions SUM, AVERAGE, MIN, MAX, COUNT, ROUND
Microsoft Excel 2010 Test.
CREATING FORMULAS & CHARTING DATA - MANJU. FORMULA = Equation. Used to calculate values.  FORMULA starts with = sign  FORMULA uses OPERATORS. Example.
Excel Objects, User Interface, and Data Entry. ◦ Application Window  Title Bar  Menu Bar  Toolbars  Status Bar  Worksheet Window  Worksheet Input.
Lesson 14 Creating Formulas and Charting Data
Excel Using Formulas and Functions Microsoft Office 2010 Fundamentals 1.
Chap 4 Formulas and Functions Exploring Spreadsheet Software.
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.
1 ETT 429 Spring 2007 Excel II. 2 Right click on cell  Format Cell Variety of Options  Number  Alignment  Font  Border  Patterns  Protection Formatting.
1 ETT 229 Fall 2004 Excel II. 2 Agenda 11:00-11:05 – Quiz 11:05-11:50 – General Lecture 11:50-12:15 – Application.
Quick Check Questions 3.1 Business 43B
1 Excel Lesson 3 Using Formulas and Functions Microsoft Office 2010 Fundamentals Story / Walls.
Spreadsheets In today’s lesson we will look at:
General Purpose Packages Spreadsheets. What is a Spreadsheet? A Spreadsheet is a computer program used mainly for recording mathematical data such as.
Spreadsheet Operations and Functions.  Spreadsheet Operations and Functions increase the efficiency of data entry, the performing of calculations, and.
1CP102_module 3: spreadsheet2 More features in Excel Selection: a cell, a range, multiple ranges Name a range: to give name to a selected range or multiple.
1 Lesson 19 Creating Formulas and Charting Data Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
General Purpose Packages Spreadsheets. What is a Spreadsheet? Spreadsheets are used mainly for recording mathematical data such as bank records, accounts,
Measures of Central Tendency Foundations of Algebra.
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.
SPREADSHEET UNIT TWO OBJECTIVES SPREADSHEET TECHNIQUES.
Data Analysis: Spreadsheets ICT iGCSE. 14.1: Creating a data model.
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.
Spreadsheet Operations and Functions Computer Applications Understand spreadsheets used in business.
Spreadsheets What is Excel?. Objectives 1. Identify the parts of the Excel Screen 2. Identify the functions of a spreadsheet 3. Identify how spreadsheets.
Components of Spreadsheets Computer Applications 1 Obj. 4.01: Understand spreadsheets used in business.
1 Academic PowerPoint Introduction to Spreadsheets – Fundamental Skills 1.
CIS 100 Test #2 Review 1. EXCEL Functions on Test  SUM, COUNT, COUNTA, MAX, MIN, MEDIAN, MODE, AVERAGE, ROUND, and IF  Possibly Others 
Working with Formulas and Functions Lesson 5 Part 1 1.
FUNCTIONS The parts of a function In order to work correctly, a function must be written a specific way, which is called the syntax. The basic syntax for.
Spreadsheets Objective 4.01 Understand spreadsheets used in business.
Spreadsheet Calculations Formulas & Functions Computer Applications I.
Unit 8 – Spreadsheets Part 2 Spreadsheets Skills Lesson Part 1.
LESSON 3 Working with Functions, Formulas, and Charts.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. Spreadsheet / Workbook A grid of rows and columns containing.
Introduction to Spreadsheets –
Microsoft Excel.
Understanding Spreadsheets Used in Business
Understanding Spreadsheets
Measures of Central Tendency
Open intervals of increasing, decreasing & constant functions
Microsoft Excel 2003 Illustrated Complete
5.6 “I can find the maximum, minimum, range, mean, median, and mode to explain what each does and does not indicate about a set of data.”
Technology Mrs. Huddleston
Let’s Review Functions
8.01 Spreadsheets and Components of Spreadsheets
4.01 Spreadsheet Formulas & Functions
Excel 2010 Functions A function is a predefined formula that performs a calculation using specific values in a particular order. Functions save you time.
4.01 Spreadsheet Formulas & Functions
Lesson 1 Notes Chapter 6.
Excel: Formulas & Functions I Participation Project
ICT Spreadsheets Lesson 3: Working with Formulas and Functions
Lesson 4: Introduction to Functions
Introduction to Spreadsheets
Introduction to Spreadsheets –
Spreadsheet software.
Understanding Spreadsheets
Using Complex Formulas, Functions, and Tables
Introduction to Spreadsheet Terminology
Let’s Review Functions
Lessons 3: Coffee Shop Inventory
Mathematical Formulas and Excel
Let’s Review Functions
Introduction to Spreadsheets
Presentation transcript:

Basic Spreadsheet Functions Objective 4.01

Functions are predefined formulas that perform calculations by using specific values, called arguments, in a specific order. They can be used to perform simple or complex calculations. are predefined formulas that perform calculations by using specific values, called arguments, in a specific order. They can be used to perform simple or complex calculations.

Components of a Function Cell reference Cell reference Parentheses Parentheses Conditions or criteria Conditions or criteria

The Cell Reference Indicates a cell’s location and provides instructions for how cell data is copied or used in calculations

Cell References Relative reference - cell value changes as the formula is copied Absolute reference - cell value remains static when copied to other locations Mixed reference - indicates the combination of an absolute cell ($A$4 ) and a relative cell (A3)

Parentheses Control the Order of Operations

Conditions or Criteria Tell the function how to calculate the results and what data to use

Basic Functions: Sum, for example =Sum(C4:C18) adds the range of cells from C4 through C18 Sum, for example =Sum(C4:C18) adds the range of cells from C4 through C18 Average, for example =Average(C4:C18) determines the average of the range of cells from C4 through C18 Average, for example =Average(C4:C18) determines the average of the range of cells from C4 through C18

More Functions Maximum, for example =Max(C4:C18) finds the highest number in the range of cells from C4 through C18 Maximum, for example =Max(C4:C18) finds the highest number in the range of cells from C4 through C18 Minimum, for example =Min(C4:C18) finds the lowest number in the range of cells from C4 through C18 Minimum, for example =Min(C4:C18) finds the lowest number in the range of cells from C4 through C18