Spreadsheets Note: These are condensed keypoints for the purpose of printing for absent pupils. These are the same as the keypoints copied from the earlier.

Slides:



Advertisements
Similar presentations
SPREADSHEETS Chapter 3 By Michael & Russell What are Spreadsheets used for? SIMPLE CALCULATIONS SIMPLE CALCULATIONS (shop’s weekly profits) COMPLEX CALCULATIONS.
Advertisements

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.
S5 Accuracy All Sections. Security Today’s Topic Information Quality IS Basics E-commerce AccessExcel PowerPoint Types of IS Systems Development Database.
1 Excel Spreadsheets Excel is software that lets you create tables, and calculate and analyze data. This type of software is called spreadsheet software.
FORMULAS & FUNCTIONS EXCEL 2. Excel Input – a collection of informational data typed into the spreadsheet Output – worksheet results Information to be.
BCIS IB (Test 2) Excel Lessons 4 – 8 Press space bar to Advance Frame.
FORMULAS & FUNCTIONS EXCEL. Input A collection of information Data typed into the spreadsheet Output Worksheet Results.
Microsoft Excel 2010 Test.
Spreadsheets A spreadsheet package is a general purpose computer package that is designed to perform calculations. A spreadsheet is a table which is divided.
Microsoft Excel Computers Week 4.
General Purpose Packages Spreadsheets. What is a Spreadsheet? A Spreadsheet is a computer program used mainly for recording mathematical data such as.
FUNCTIONAL ICT LEVELS 1 & 2 WEEK 14 13/12/2012. Task (8 mins) – Log on to the pc’s, then go onto : LearnZone Login MyZone ICT Functional Skills Level.
MICROSOFT EXCEL Form 4 Spreadsheets Revision Instructions: Go through slides and complete all exercises. Up to exercise 5. Save it on the computer or on.
Spreadsheets Introduction. What is a spreadsheet? A spreadsheet program is used to manipulate numbers One of the most popular spreadsheet programs is.
General Purpose Packages Spreadsheets. What is a Spreadsheet? Spreadsheets are used mainly for recording mathematical data such as bank records, accounts,
EXCEL. Lesson #1: Introduction to Spreadsheets  You will learn the basics about spreadsheets, cell addresses, rows/columns, and data entry.
Learning Objectives What is a spreadsheet and what is the difference between a spreadsheet and a worksheet? Start Excel, open an existing spreadsheet,
Lesson 8 — Spreadsheets Unit 2 — Software. Lesson 8 – Spreadsheets 2 Objectives Understand the purpose and function of a spreadsheet. Identify the major.
Working with Spreadsheets S S T : S P R E A D S H E E T S SST 2 Objectives 1.Perform data entry tasks 2.Use formulae and functions in worksheet calculations.
Intro to Excel - Session 2.11 Tutorial 2 - Session 2.1 Creating a Worksheet.
 A spreadsheet is a type of software which you can put and sort out data. It is also known as ‘Microsoft Excel’ What is a spreadsheet?
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.
INTRODUCTION TO SPREADSHEETS MICROSOFT EXCEL. Spreadsheets Allows users to perform simple and complex sorting Allows users to perform calculations quickly.
Lesson 12 Spreadsheets Unit 2—Using the Computer.
Components of Spreadsheets Computer Applications 1 Obj. 4.01: Understand spreadsheets used in business.
1 Academic PowerPoint Introduction to Spreadsheets – Fundamental Skills 1.
Unit 24 Learning Spreadsheet Essentials Starting on page 287  Mrs. Jefcoat  Business Technology Applications Unit 24: Lessons
Unit 8 – Spreadsheets Part 2 Spreadsheets Skills Lesson Part 1.
EDT321EDT321 1 Summer Session Spreadsheets Formulas and Functions.
Spreadsheet I n Concepts & operations. Concepts n Workbook: Excel file n Worksheet: sheet n Row: 1-???? n Column: A - Z, AA - ?? n Cell n Cell address.
COMP 900 (Spreadsheets) St. Lawrence College Instructor: Matthew J.W. Clarke Chapter Eight in Business Technology Today.
Introduction to Spreadsheets –
The Basics of Formulas & Functions
Chapter 6 Modifying Cell Styles
Spreadsheets EXCEL 2010 As you come in
Tell me in your own words:
Introduction to Spreadsheets
Excel Chapter 1 Review Slides
Statistical Analysis with Excel
Computer Fundamentals
Excel Formulas & Functions.
Microsoft Excel 2003 Illustrated Complete
Unit 42 : Spreadsheet Modelling
Statistical Analysis with Excel
Introduction to Spreadsheets 5.00
INTRO TO EXCEL Computer Technology.
Excel 2013 Formulas & Functions.
Microsoft Excel All editions of Microsoft office.
Introduction to Spreadsheets
Statistical Analysis with Excel
Working with Formulas and Functions
Excel 2013 Formulas & Functions.
Spreadsheets (Excel Tasks)
8.01 Spreadsheets and Components of Spreadsheets
4.01 Spreadsheet Formulas & Functions
Microsoft Excel 101.
Excel 2013 Formulas & Functions.
4.01 Spreadsheet Formulas & Functions
ICT Spreadsheets Lesson 3: Working with Formulas and Functions
General Purpose Packages
Introduction to Spreadsheets –
Mathematical operators
Working with Formulas and Functions
Introduction to Spreadsheet Terminology
Directions: Carefully read each of the following multiple-choice items and the four possible answers. Select the correct response and mark the letter.
Let’s Get Wordy Formulas Functions Excel It! Who Knows?
Introduction to Spreadsheets
Lessons 3: Coffee Shop Inventory
Mathematical Formulas and Excel
Introduction to Spreadsheets
Presentation transcript:

Spreadsheets Note: These are condensed keypoints for the purpose of printing for absent pupils. These are the same as the keypoints copied from the earlier slides.

A spreadsheet is divided into columns and rows of cells COPY WHOLE SLIDE SPREADSHEETS A spreadsheet is a general purpose package that is used to store data and perform calculations A spreadsheet is divided into columns and rows of cells

Each cell is identified by its Cell Reference (B3 , C5 , F26 etc.) COPY WHOLE SLIDE Each cell is identified by its Cell Reference (B3 , C5 , F26 etc.) Cells can be empty or contain numbers, text or a formula. Formulae use Cell References to perform calculations e.g. =A2+B3/C6

Formatting -This is setting out how the spreadsheet looks, e.g. COPY WHOLE SLIDE Formatting -This is setting out how the spreadsheet looks, e.g. Format as Currency (e.g. with a £ sign and 2 decimal places) Left justify, centre or right justify data Make a column wider

Arithmetic signs Addition + Subtraction – Multiplication * Division / COPY WHOLE SLIDE Arithmetic signs Addition + Subtraction – Multiplication * Division /

Average(B3 to B7) =Average(B3:B7) Max (biggest number) =Max(B3:B7) COPY WHOLE SLIDE FORMULA/FUNCTIONS When you need to add up several cells in your spreadsheet you use =SUM (A2:E2) instead of = A2 + B2 + C2 +D2 + E2 Other Useful Functions: Average(B3 to B7) =Average(B3:B7) Max (biggest number) =Max(B3:B7) Min (smallest number) =Min(B3:B7)

COPY WHOLE SLIDE Formulas can be copied automatically from one cell to a range of cells , e.g. Fill Down. This is called replication. Cell protection is useful when you want to prevent others from changing/editing certain cells on the spreadsheet. It is a good idea to protect formulae and titles. Charts are used to reflect changes in data and can be easier to understand than a large spreadsheet of figures.

COPY WHOLE SLIDE Simple Charting – Highlight the data you want to use and then select the type of chart you want Fully Labelled Charting – charts can include a title, labels on the axes and a key or legend if appropriate

e.g. typing =IF (D5 > 49, “Pass”, “Fail”) in cell E5 means that COPY WHOLE SLIDE An IF function allows choices to be made. A cell will take on one value if a certain condition is true and a different value otherwise, e.g. typing =IF (D5 > 49, “Pass”, “Fail”) in cell E5 means that if value in D5 is greater than 49 then E5 says “Pass” but if value in D5 is NOT greater than 49 then E5 says “Fail”

COPY WHOLE SLIDE RELATIVE REFERENCE- When you replicate cells, the cell references change according to the row and column they are copied to. ABSOLUTE REFERENCE- When you replicate, cell references do not change when they are copied. In Excel, an absolute reference is indicated by putting a $ in front of the cell reference. e.g. the formula = L6 * $B$1 Relative Reference Absolute Reference

Find Files Computer Rm Shared Documents Computing Computing Student Resources Computing Read only files S2 2015 – Elective Pupil Material Spreadsheets Copy Task 7 Glassonglass Double Glazing Paste to S2 Computing Science folder