1 Academic PowerPoint Introduction to Spreadsheets – Fundamental Skills 1.

Slides:



Advertisements
Similar presentations
MS EXCEL is a spreadsheet application Excel covers: Calculation Graphic tools Pivot tables Macro programming language called VBA EXCEL is a part of MS.
Advertisements

Benchmark Series Microsoft Excel 2010 Level 1
Lesson 3 Working with Formulas.
Intermediate Formulas & Functions Instructor: Rachel Baltus.
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.
Functions S S T : S P R E A D S H E E T S SST 5 Spreadsheet 5 Function.
Formulae S S T : S P R E A D S H E E T S SST 4 Spreadsheet 4 Formula.
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.
Microsoft Office XP Microsoft Excel
MS-Excel XP Lesson 2. Handling Worksheets 1.Bottom of the every workbook you can get worksheets. 2.No of sheets for a book is three. But you can add,
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 Office Illustrated Fundamentals Unit H: Using Complex Formulas, Functions, and Tables.
Basics Of Spreadsheets Chapter Spreadsheet spreadsheet: grid of cells, each of which can contain text data or numeric data.
Introduction to Spreadsheets. What are Uses of Spreadsheets?  Prepare budgets  Maintain student grades  Prepare financial statements  Analyze numbers.
Basic Spreadsheet Functions Objective Functions are predefined formulas that perform calculations by using specific values, called arguments, in.
Excel Using Formulas and Functions Microsoft Office 2010 Fundamentals 1.
3-dimensional formula A formula that refers to cells in other worksheets.
Copyright 2003, Paradigm Publishing Inc. CHAPTER 3 BACKNEXTEND 3-1 LINKS TO OBJECTIVES AutoSum Button Mathematical Operators Mathematical Operators Formula.
1 Excel Lesson 3 Using Formulas and Functions Microsoft Office 2010 Fundamentals Story / Walls.
Technology Basics Creating Worksheet Formulas. 2 Understand Formulas Equations used to calculate values in cells are called formulas. Formulas consist.
Copyright 2007, Paradigm Publishing Inc. EXCEL 2007 Chapter 2 BACKNEXTEND 2-1 LINKS TO OBJECTIVES Mathematical OperatorsMathematical Operators Formula.
Computer Literacy BASICS
CS 105 – Fall CS105 Lab 2 – Introduction to Excel Announcements: Midterm 1 on Sept. 29 th Watch website for info. on conflict exam.
General Purpose Packages Spreadsheets. What is a Spreadsheet? Spreadsheets are used mainly for recording mathematical data such as bank records, accounts,
Excel Worksheet # 5 Class Agenda Formulas & Functions
CGS2060/2100 Recitation Spreadsheets. Spreadsheet Software Software designed to perform complicated numeric calculations rapidly and accurately. Provides.
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.
Excel. Spreadsheet Software  What Is a Spreadsheet, and How Does It Work? A spreadsheet program allows users to perform simple and complex sorting. It.
Introduction to Spreadsheets Program: Excel. Starting Excel Spreadsheets Spreadsheet –A grid of rows and columns used to make calculations. A spreadsheet’s.
ELECTRONIC SPREADSHEET Chang-Yang Lin Eastern Kentucky University.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 1 Copyright © 2008 Prentice-Hall. All rights reserved. What Can I Do with a Spreadsheet.
11 Chapter 2: Formulas and Functions Chapter 02 Lecture Notes (CSIT 104) Exploring Microsoft Office Excel 2007.
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.
Microsoft ® Excel 2010 Core Skills Lesson 3 Using Formulas Courseware #: 3243 Microsoft ® Office Excel 2010.
INTRODUCTION TO SPREADSHEETS MICROSOFT EXCEL. Spreadsheets Allows users to perform simple and complex sorting Allows users to perform calculations quickly.
PERFORMING CALCULATIONS Microsoft Excel. Excel Formulas A formula is a set of mathematical instructions that can be used in Excel to perform calculations.
Lesson 4: Working with Formulas and Functions. Learning Objectives After studying this lesson, you will be able to:  Create formulas to calculate values,
Components of Spreadsheets Computer Applications 1 Obj. 4.01: Understand spreadsheets used in business.
1 After completing this lesson, you will be able to: Build formulas. Copy formulas. Edit formulas. Use the SUM function and AutoSum. Use the Formula Palette.
Working with Formulas and Functions Lesson 5 Part 1 1.
Spreadsheet Calculations Formulas & Functions Computer Applications I.
COMPUTER LITERACY NOTES MS-EXCEL. SPREADSHEETS A spreadsheet is a computer equivalent of a paper ledger sheet. Excel allows you to create spreadsheets.
Unit 8 – Spreadsheets Part 2 Spreadsheets Skills Lesson Part 1.
XP Practical OpenOffice.org Chapter 5 1 Creating a Worksheet.
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.
MS JENNIFER SENIOR 3 ECDL FUNCTIONS AND FORMATS Ms Jennifer Spreadsheets.
Introduction to Spreadsheets –
Introduction to Spreadsheets
Computer Fundamentals
Unit 42 : Spreadsheet Modelling
Introduction to Spreadsheets 5.00
Introduction to Spreadsheets
Spreadsheets (Excel Tasks)
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.
4.01 Spreadsheet Formulas & Functions
4.01 Spreadsheet Formulas & Functions
Lesson 20 Creating Formulas and Charting Data
ICT Spreadsheets Lesson 3: Working with Formulas and Functions
Lesson 4: Introduction to Functions
Introduction to Spreadsheets
Introduction to Spreadsheets –
Mathematical operators
Using Complex Formulas, Functions, and Tables
Introduction to Spreadsheet Terminology
Introduction to Spreadsheets
Lessons 3: Coffee Shop Inventory
Mathematical Formulas and Excel
Microsoft Office Illustrated Fundamentals
Introduction to Spreadsheets
Presentation transcript:

1 Academic PowerPoint Introduction to Spreadsheets – Fundamental Skills 1

2 SpreadsheetsSpreadsheets A spreadsheet is an application that is used for performing calculations. Spreadsheets consist of columns and rows.

3 SpreadsheetsSpreadsheets The intersection of each row and column is called a CELL Each cell is identified by a row and column reference such as A4, D6 etc.

4 CellsCells Cells can contain either text, numbers or formulas. To enter data in the cell it must first be selected (by clicking on the cell)

5 Cells can be formatted to display numbers as either date, currency, percent, decimal and other numerical formats. Most common text formatting options are also available

6 FormulasFormulas Formulas are used to make a spreadsheet more versatile. When writing formulas in a cell an equal sign “=“ is first entered. Mathematical Operations Multiplication* Division/ Addition+ Subtraction- Mathematical Operations Multiplication* Division/ Addition+ Subtraction- Relational Operations Equal= Not equal to<> Less than< Greater than> Less than or equal to <= Greater than or equal to >= Relational Operations Equal= Not equal to<> Less than< Greater than> Less than or equal to <= Greater than or equal to >=

7 FormulasFormulas Formulas should be written in terms of cell references e.g. = C4 + C5 + C6 =C4+C5+C6

8 FormulasFormulas Once the formula is entered into the cell the results will be shown.

9 FunctionsFunctions There are many formulas or FUNCTIONS that can be used in a spreadsheet. Functions make calculations easier. These functions cover a variety of categories such as mathematics, financial or logical.

10 FunctionsFunctions Common functions include SUM, AVERAGE, MAX and MIN. Functions consist of a name, a set of brackets and arguments or parameters. Arguments are the values on which the functions operate.

11 SUMSUM The SUM function is one of the most commonly used. It adds up all the numbers in a range of cells. =sum(A1,A2,A3,A4) adds cells A1,A2,A3 and A4 =sum(A1,A2,A3,A4) adds cells A1,A2,A3 and A4 =sum(A1,B6,C67,F2) adds the cells indicated. =sum(A1,B6,C67,F2) adds the cells indicated. =sum(A1:B5) adds all the numbers from A1 to B5 =sum(A1:B5) adds all the numbers from A1 to B5

12 =sum(C4:C6)

13 AVERAGEAVERAGE The AVERAGE function operates in a similar way as SUM. =AVERAGE(A1,A2,A3,A4) averages cells A1,A2,A3 and A4 =AVERAGE(A1,A2,A3,A4) averages cells A1,A2,A3 and A4 =AVERAGE(A1,B6,C67,F2) averages the cells indicated. =AVERAGE(A1,B6,C67,F2) averages the cells indicated. =AVERAGE(A1:B5) averages all the numbers from A1 to B5 =AVERAGE(A1:B5) averages all the numbers from A1 to B5

14 =average(D4:D6)

15 MAX and MIN MAX returns the largest value from a range of cells. =MAX(B2:B9) MIN returns the smallest value from a range of cells. =MIN(B2:B9)

16 =MAX(D4:D6) =MIN(D4:D6) Highest Profit Lowest Profit Highest Profit Lowest Profit

17 Repetitive Formulas Often the same formula will need to be applied to different ranges of cells.

18 Repetitive Formulas Instead of entering the same formula in each cell and adjusting the cell reference, it is possible to ‘fill’ the formula across and have the cell referencing adjusted automatically. First select the cell with the formula and then either select FILL from the edit menu or use the ‘FILL’ handle.

19 Repetitive Formulas =sum(C4:C6) FILL handle =sum(D4:D6)=sum(E4:E6) Note: Fill Down may also be used to copy formulas down a column/s

20 Absolute References When ABSOLUTE references are used the contents of the formula are not changed when filling down or across. –i.e. the cell references remain the same. Absolute references are indicated by placing a ‘$’ before the column and/or row reference. –e.g. $A$1

21 Absolute References =C4*$F$3 =C5*$F$3 =C6*$F$3 =C7*$F$3