Unit 2 – Spreadsheets Spreadsheets If Statements.

Slides:



Advertisements
Similar presentations
Lesson 3 Working with Formulas.
Advertisements

Intermediate Formulas & Functions Instructor: Rachel Baltus.
SPREADSHEETS Chapter 3 By Michael & Russell What are Spreadsheets used for? SIMPLE CALCULATIONS SIMPLE CALCULATIONS (shop’s weekly profits) COMPLEX CALCULATIONS.
What is a spreadsheet? A spreadsheet is a program used for performing calculations on a table divided into rows and columns. Cells in a spreadsheet can.
Click the mouse to continue. Relative references Absolute referencesMixed references.
Unit 8.4_Lesson 3_CD Resource 3a_Calculating VAT using absolute cell referencing Calculating VAT Using absolute cell referencing.
COM: 111 Introduction to Computer Applications Department of Information & Communication Technology Panayiotis Christodoulou.
Basic Spreadsheet Functions Objective Functions are predefined formulas that perform calculations by using specific values, called arguments, in.
Chap 4 Formulas and Functions Exploring Spreadsheet Software.
Pasewark & Pasewark 1 Excel Lesson 5 Using Functions Microsoft Office 2007: Introductory.
Desktop Publishing Lesson 2 - Unit 7 – Desktop Publishing
Assignment 3 Excel Tutorial IS for Management2 Content –Accurate –Relevant –Complete –Concise Time –Timely –Frequent (enough) Form –Easy to read –Appropriately.
1 Excel Lesson 5 Using Functions Microsoft Office 2010 Introductory Pasewark & Pasewark.
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 11 Copyright © 2008 Prentice-Hall. All rights reserved. Committed to Shaping the Next.
Tutorial 8: Working with Advanced Functions
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 11 Copyright © 2008 Prentice-Hall. All rights reserved. Committed to Shaping the Next Generation.
Excel Lesson 5 Using Functions
Insert Formulas and Functions  Create formulas in a worksheet  Insert functions in a worksheet  Use relative and absolute cell references Lesson 3.
It’s not that I’m so smart, it’s just that I stay with problems longer. - Albert Einstein.
General Purpose Packages Spreadsheets. What is a Spreadsheet? Spreadsheets are used mainly for recording mathematical data such as bank records, accounts,
Introduction to Spreadsheets Microsoft Excel A program which allows you to perform complex mathematical operations in an organized manner. What is a spreadsheet?
Excel Project 2 FORMULAS, FUNCTIONS, FORMATTING AND WEB QUERIES.
Databases – Part 1 Databases– Part 1 Lesson 7 & 8.
8.4 Modelling and Presenting Numeric Data Introduction to Spreadsheets.
Excel. Spreadsheet Software  What Is a Spreadsheet, and How Does It Work? A spreadsheet program allows users to perform simple and complex sorting. It.
Spreadsheet Lesson 2 Class 8E. Lesson Objective To understand what a formula & function is. To understand the difference between formulas and functions.
Unit 2 – Spreadsheets Spreadsheets Vlookups.
Desktop Publishing Lesson 1 Unit 7 – Desktop Publishing
Databases – Part 1 Databases– Part 1 Lesson 5 & 6.
11 Chapter 2: Formulas and Functions Chapter 02 Lecture Notes (CSIT 104) Exploring Microsoft Office Excel 2007.
Microsoft ® Excel 2010 Core Skills Lesson 3 Using Formulas Courseware #: 3243 Microsoft ® Office Excel 2010.
Spreadsheets Lesson 2 Introduction to basic formula and spreadsheet.
Excel Lessons 4 & Definitions True or FalseFormulasFormatting
PERFORMING CALCULATIONS Microsoft Excel. Excel Formulas A formula is a set of mathematical instructions that can be used in Excel to perform calculations.
1 Excel Lesson 3 Using Functions Microsoft Office 2010 Introductory Pasewark & Pasewark.
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.
How To Use Google Spreadsheet. 1. Create a GMail account if you do not already have one To create a GMail account: 1. Go to mail.google.commail.google.com.
Spreadsheets What is Excel?. Objectives 1. Identify the parts of the Excel Screen 2. Identify the functions of a spreadsheet 3. Identify how spreadsheets.
Unit 2 – Spreadsheets Spreadsheets - Project Computer Shop.
Desktop Publishing Lesson 1
- Professor Kurt Brandquist - IT133 Software Applications Unit 6 Seminar: Formulas and Functions Wednesday, 6/22/11.
Databases – Part 2 Databases– Part 2 Lesson 5 & 6.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 11 Copyright © 2008 Prentice-Hall. All rights reserved. Committed to Shaping the Next Generation.
Unit 2– Spreadsheets Spreadsheets Lesson 1 & 2.
Unit 8 – Spreadsheets Part 2 Spreadsheets Skills Lesson Part 2.
Desktop Publishing Lesson 2 -
Pages Appendix B: Review of ExcelChapter 3 Market Trends & Analysis IBM 320 CAL POLY POMONA IBM320 Market Trends and Analysis Maha Ghosn.
Programming Simple Programming If and Nested Statements.
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.
Unit 8 – Spreadsheets Part 2 Spreadsheets Skills Lesson Part 1.
Pasewark & Pasewark 1 Excel Lesson 5 Using Functions Microsoft Office 2007: Introductory.
Chapter 6 Modifying Cell Styles
Spreadsheets Skills Lesson Part 2
Understanding Spreadsheets
G042 – Lecture 13 Task D – Creating A Spreadsheet
Grauer and Barber Series Microsoft Excel Chapter Three
Yr 7 Spreadsheets – 7 lessons
Spreadsheets (Excel Tasks)
4.01 Spreadsheet Formulas & Functions
Absolute and Relative cell referencing
4.01 Spreadsheet Formulas & Functions
Introduction to Spreadsheets
Spreadsheets If Statements.
Spreadsheets A How To!.
Chapter 6 Modifying Cell Styles
Spreadsheets Vlookups.
Introduction to Spreadsheet Terminology
Lessons 3: Coffee Shop Inventory
in Excel Instructor: Zhe He Department of Computer Science
Presentation transcript:

Unit 2 – Spreadsheets Spreadsheets If Statements

Unit 2 – Spreadsheets Task Overview Objectives Understand the use of absolute cell referencing. Understand the use of simple functions (sum,max,min and average in a spreadsheet. Understand the use of If statements including the logical, true and false statements. Understand the need the need to present data in a graph format. OutcomesTime Complete the If Statement worksheets.

Unit 2 – Spreadsheets Absolute Cell Referencing When you use AutoFill to duplicate a formula into the cells below then you must use absolute cell referencing if you want the cells to be referencing to one particular cell. Absolute cell referencing will lock in a particular cell. To absolute cell reference you must insert a dollar sign before Letter and number of the cell. All the price cells have been multiplied by the percentage to work out the tax. This cell has absolute cell referencing.

Unit 2 – Spreadsheets Functions =Sum(Range) will add up all the numbers in the range =average(Range) will find the average number in the range. =Min(Range) will find the lowest number in the range. =Max(Range) will find the highest number in the range. Range

Unit 2 – Spreadsheets If Statements =IF(C5>=D5,"on target","off target") 2. True3. False If the units sold is more than or equal to the targets sales than the target has been met. 1. Logical Test 1. Logical Test Is units sold more than or equal to the target sales. 2. If the statement is true then the “true statement” will be printed in the cell. 3. If the statement is false then the “false statement” will be printed in the cell.

Unit 2 – Spreadsheets Plenary – Refer to the Lesson Objectives Plenary Task (Q&A) Discuss the advantages of using absolute cell referencing and If Statements. Discuss the levels pupils have achieved for this task. Objectives Understand the use of absolute cell referencing. Understand the use of simple functions (sum,max,min and average in a spreadsheet. Understand the use of If statements including the logical, true and false statements. Understand the need the need to present data in a graph format.