Spreadsheets Skills Lesson Part 2 http://www.yahmad.co.uk/

Slides:



Advertisements
Similar presentations
Lesson 3 Working with Formulas.
Advertisements

Spreadsheet software 1. Spreadsheets 2 Spreadsheet software Components of spreadsheets Labels - are used for titles, headings, names, and for identifying.
EXCEL.
MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.
XP New Perspectives on Microsoft Office Excel 2003, Second Edition- Tutorial 1 1 Microsoft Office Excel 2003.
Tutorial 7: Using Advanced Functions and Conditional Formatting
Tutorial 8: Working with Advanced Functions
General Purpose Packages Spreadsheets. What is a Spreadsheet? A Spreadsheet is a computer program used mainly for recording mathematical data such as.
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.
Excel 2007 ® Business and Personal Finances How can Excel 2007 help you plan a project and chart its progress?
Excel – Lesson 1 Pasewark & PasewarkMicrosoft Office 2007: Introductory 1 Entering a Formula (continued) Formulas can include more than one operator. The.
It’s not that I’m so smart, it’s just that I stay with problems longer. - Albert Einstein.
Databases – Part 1 Databases– Part 1 Lesson 7 & 8.
This is the first sheet of a spreadsheet workbook. The workbook begins initially with 3 work sheets. A spreadsheet is made of columns and rows. The intersection.
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.
Microsoft Office Excel 2013 ® ® Abdul Hameed Using Advanced Functions and Conditional Formatting.
1 Improvement over the old : Dcount, DSum and DAverage Functions)
1. 2 Word Processing Word Processing is writing words and sentences on the computer. It is easy to change or move text in a word document. People use.
Absolute Cell References Unit 2 ICT GNVQ. Lesson Objectives To use an absolute cell reference in a formula To use the website effectivelywww.ictgnvq.org.uk.
Starter – Name the Functions. Lesson Objectives 1.Be able to perform a VLOOKUP and HLOOKUP in Excel 2.Be able to use named ranges in Excel 3.Be able.
Data Analysis: Spreadsheets ICT iGCSE. 14.1: Creating a data model.
Introduction to Spreadsheets Part 1 The ‘Quick’ and ‘Easy’ guide to using Microsoft Excel.
Excel Review By Mr. Griffin Elmira Business Institute.
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.
DECISIONS AND FUNCTIONS Module 4.2. DECISIONS AND FUNCTIONS Module 4.2.
Homework Discussion Homework 6 (Glade Manual Chapter 6) Database functions in Excel.
Chapter 10: Working with Large Data Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
Unit 2– Spreadsheets Spreadsheets Lesson 1 & 2.
Unit 8 – Spreadsheets Part 2 Spreadsheets Skills Lesson Part 2.
MODULE 4.1: INTRODUCTION TO SPREADSHEETS. CONTENTS What is a spreadsheet? Basic functions Inputting data Use of formatting More about different types.
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.
Unit 2 – Spreadsheets Spreadsheets If Statements.
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.
EXCEL. PARTICIPATION PROJECT STEPS a, 4b
Spreadsheets CS 110 Fall Topics File extension (xls) File extension (xls) Toolbars Toolbars Basic and complex equations Basic and complex equations.
Beyond the Basics Excel Training
MSAA PRESENTS: AN EXCEL TUTORIAL
Microsoft Excel.
Using Advanced Functions and Conditional Formatting
PROJECT ON MS-EXCEL.
CSE111 Introduction to Computer Applications
Creating, formatting, and editing graphs using Google Sheets
2007 MICROSOFT EXCEL INTERMEDIATE
Understanding Spreadsheets
Microsoft Excel 2003 Illustrated Complete
Century 21 Computer Skills and Applications
INTRO TO EXCEL Computer Technology.
Spreadsheets (Excel Tasks)
Lesson 4 – Count, CountIF, V Lookup
Microsoft Excel 101.
Excel Functions.
Excel Functions.
Spreadsheets If Statements.
Mr Watson’s Introduction to Spreadsheets
Century 21 Computer Skills and Applications
Topic 3 Lesson 2 – Flexible Models
Intro to Excel CSCI-150.
IT Solutions for Administrators - Spreadsheets
Formulas Formulas are entered in the worksheet cell and must begin with an equal sign "=". The formula then includes the addresses of the cells whose values.
Spreadsheet software.
Excel: Graphs & Charts.
By the end of the lesson, I want you to be able to say…
Spreadsheets Vlookups.
Introduction to Excel 2007 Part 3: Bar Graphs and Histograms
Mr. Verlin South Philadelphia High School May 11-13, 2011
Microsoft Excel.
Lesson 13 Working with Tables
Excel for Educators Class Notes
Presentation transcript:

Spreadsheets Skills Lesson Part 2 http://www.yahmad.co.uk/

Skills Lesson Part 2 Overview Objectives To understand the use of the different count functions: =Count =CountA =CountIF To understand the need to use absolute cell referencing in some calculations. Outcomes Time Pupils will complete the skills lesson Part 2 Excel sheet. http://www.yahmad.co.uk/

Overview – Count Function =Count(Range) This function will count the cells within the range that contain only numbers. =CountA(Range) This function will count the cells within the range which are not empty. The count function will only Count the cells. Do not get confused with Sum.

Overview – Countif Function =Countif(Range,Criteria) This function will count the cells which contains a specific criteria from the range Example: We need to count the Prada bags from the range. Some times you may have to count all cells apart from a certain criteria. In this example you we want to count all the brands apart from Marc Jacobs =countif(Range, “<>Marc Jacobs”) =Countif(Range,”Prada”) or =Countif(Range,”I19”) Not: =Countif(Range,“<>criteria”)

Overview – Countif Function Some times you may have to use the following to find a specific criteria: < - less than > - more than = - equal to =countif(range,”>=2012”)

Overview – Sumif Function Range: The criteria is “male”. Look at the table and highlight the range of cells which includes “male”. Criteria: You can either reference to a cell or write the criteria in quotation marks. Range Sum Range SumRange: This will basically A sumif will only sum (add) up a specific criteria (condition) from the sum_range. Example:The sumif will only add up the male attempts from the sum_range.

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. In the example to the left if you do not use absolute cell referencing on the 25% then the Price will be multiplied against the content in E4. http://www.yahmad.co.uk/

Graphs Highlight the cells that will be required to create the chart. Select the correct chart (Bar, Pie, line etc.) You add labels to your axis by using the select data option. A graph is used to visual display data which is easy to read and interpret. http://www.yahmad.co.uk/

Plenary – Refer to the Lesson Objectives To understand the use of the different count functions: =Count =CountA =CountIF To understand the need to use absolute cell referencing in some calculations. Plenary Task (Q&A) What is the main advantage of using the Count function in completing this task on a spreadsheet. http://www.yahmad.co.uk/