Unit 42 : Spreadsheet Modelling

Slides:



Advertisements
Similar presentations
Intermediate Formulas & Functions Instructor: Rachel Baltus.
Advertisements

FORMULAS & FUNCTIONS EXCEL. Input A collection of information Data typed into the spreadsheet Output Worksheet Results.
Spreadsheets A spreadsheet package is a general purpose computer package that is designed to perform calculations. A spreadsheet is a table which is divided.
Excel 2 Marco Pires IT Training and Empowerment. Formulas Writing Excel formulas is a little different than the way it is done in math class. Excel formulas.
Pasewark & Pasewark 1 Excel Lesson 4 Entering Worksheet Formulas Microsoft Office 2007: Introductory.
Lesson 14 Creating Formulas and Charting Data
3-dimensional formula A formula that refers to cells in other worksheets.
Introduction to Microsoft Excel
Excel Web App By: Ms. Fatima Shannag.
General Purpose Packages Spreadsheets. What is a Spreadsheet? A Spreadsheet is a computer program used mainly for recording mathematical data such as.
Microsoft Excel Diane M. Coyle Spring 2009 CS 105.
General Purpose Packages Spreadsheets. What is a Spreadsheet? Spreadsheets are used mainly for recording mathematical data such as bank records, accounts,
 What is a formula in Excel?  A formula is statement written by the user to be calculated. Formulas can be as simple or as complex as the user wants.
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.
Excel. Spreadsheet Software  What Is a Spreadsheet, and How Does It Work? A spreadsheet program allows users to perform simple and complex sorting. It.
Excel Project 2 Formulas, Functions, and Formatting.
Chapter 12 Creating a Worksheet.
Information Processing Notes for beginning our Excel Unit.
Microsoft Excel Spreadsheet: An applications program, used in financial forecasting, that can quickly handle calculations and perform evaluations.
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.
Excel Web App By: Ms. Fatima Shannag.
PERFORMING CALCULATIONS Microsoft Excel. Excel Formulas A formula is a set of mathematical instructions that can be used in Excel to perform calculations.
ICT Training Session #4 10 th February 2011 Using Microsoft Excel 2007  Exploring the home screen  Entering data  Formatting & sorting  Equations.
Lesson 12 Spreadsheets Unit 2—Using the Computer.
1 Academic PowerPoint Introduction to Spreadsheets – Fundamental Skills 1.
Data types S S T : S P R E A D S H E E T S SST 2 Spreadsheet 2 Data Types Name: ______________________ Class: ______________________.
Resource Review Excel formula basics Demonstrate how to enter manual formulas Examine some of the available functions and their usage Discuss the.
COMPUTER LITERACY NOTES MS-EXCEL. SPREADSHEETS A spreadsheet is a computer equivalent of a paper ledger sheet. Excel allows you to create spreadsheets.
Introduction to Spreadsheets –
The Basics of Formulas & Functions
Chapter 6 Modifying Cell Styles
Tell me in your own words:
Introduction to Spreadsheets
Office tool for creating tables and charts
Formatting a Worksheet
SPREADSHEETS – MICROSOFT EXCEL
Understanding Spreadsheets
MS-Excel Part 1.
Excel Formulas & Functions.
Formulas A formula is a sequence of values, cell references and operators that produce a new value. = E8 + 3*(E10 - E11) Formulas always start with an.
European Computer Driving Licence
Introduction to Spreadsheets 5.00
Excel 2013 Formulas & Functions.
Lesson 4 Using Basic Formulas
Introduction to Spreadsheets
Working with Formulas and Functions
Excel 2013 Formulas & Functions.
EXCEL Study Guide #2.
4.01 Spreadsheet Formulas & Functions
Excel 2013 Formulas & Functions.
4.01 Spreadsheet Formulas & Functions
Lesson 1 Notes Chapter 6.
Spreadsheets 2 Explain advanced spreadsheet concepts and functions
Introduction to Spreadsheets
Excel Lesson 4 Entering Worksheet Formulas
POWERPOINT (PPT) KEY Elements: Know these features
Spreadsheets Objective 6.02
General Purpose Packages
IT Solutions for Administrators - Spreadsheets
Introduction to Spreadsheets –
Spreadsheet software.
Spreadsheets Objective 6.02
Chapter 6 Modifying Cell Styles
Working with Formulas and Functions
Introduction to Spreadsheet Terminology
Microsoft Excel.
Introduction to Spreadsheets
Mathematical Formulas and Excel
Introduction to Spreadsheets
Presentation transcript:

Unit 42 : Spreadsheet Modelling

Formulae The main benefit of a spreadsheet is that the software can do the calculations for you. Formulae are the 'equations' that perform calculations on values in your worksheet. A formula starts with an equals sign (=) and is followed by the expression that describes the calculation you want to perform. Within the expression, you can use: numerical values, including decimal numbers with a decimal point and negative values indicated by a minus sign operators, + for addition, - for subtraction, * for multiplication and / for division, and logical operators such as AND, OR and NOT brackets, to indicate the order in which you want the calculation to be done - otherwise the evaluation is performed in accordance with the BODMAS principle (order of execution of evaluation: brackets, order (that means powers!), division and multiplication (working left to right) and addition and subtraction (working left to right). ) functions such as SUM and logical functions such as SUMIF cell references, relative and absolute as described next, to indicate what data, located in other cells, is to be used in the calculation for this cell.

Relative and Absolute References When setting up a formula that includes a reference to another cell, you have two options: relative or absolute cell referencing. By default, new formulae use relative references. Relative cell referencing - allows you to copy a formula across rows (or down columns) with any cell reference in the formula being changed automatically, relative to its original position. Absolute cell referencing - allows you to copy or move a formula without the cell reference changing. By inserting a dollar symbol ($) before the letter and/or number of a cell reference you can make all or part of a cell reference absolute.

Logical Functions A function is not the same as a formula; but it forms an important part of the formula. Let's start with operators first which form the 'glue' in an expression, another building block of a formula. The usual mathematical operators (+, -, *, /) and many others, such as the percent sign (%) and the caret (^) for exponentiation, can be used within any expression for a formula to perform an arithmetical calculation For decision-making purposes, there are also three logical operators AND, OR, NOT and, instead of writing the operator between two expressions (such as A4+B7 or H9*17.5), the arguments appear within rounded brackets after the logical operator - and there can also be more than two of them. Notice also that, within the definitions for a function, triangular brackets (<>) are used to indicate the arguements of a function.

Logical Functions For the logical operators, the arguments should evaluate to logical values such as TRUE or FALSE, or the arguments could be arrays or references that contain logical values. If the array or reference argument contains text or empty cells, those values are ignored. If the specified range contains no logical values, the operator returns the error value: #VALUE!

Logical Functions Now, having covered operators in full - back to functions. We have straightforward functions like COUNT, SUM and AVERAGE and there are several options as to what you might use for the arguments: cell references (such as A5 and Overview!B7 or a named range) numbers strings expressions. For example: COUNT (40,60,70) or SUM (Al :A7) However, as well as the straightforward functions, you can incorporate logical functions into expressions for your formula.

Correct Operators The different sets of operators can only be used with the appropriate functions and cell references. What can be used is defined by the syntax of expressions and formulae and if you make a mistake the formula will be rejected when you try to enter it.

Structure and Fitness for Purpose A worksheet is essentially a set of cells arranged in rows and columns but, within that format, you can create a structure. You can also set up a number of worksheets and link these. To make it crystal clear what the data in your spreadsheet represents, you should include a title (to describe the whole spreadsheet and individual worksheets), column headings (to describe the data in each column) and row labels (to describe the data in each row).

Formatting Each cell in your spreadsheet needs to be formatted and the format that you apply should depend on the contents - the type of data the cell holds. For cells that contain numeric data, you need to specify the type of number: integer (ie whole number), the number of decimal places, percentage, currency or date/time. For cells that contain text, you can set the font, style, size and alignment. You should aim for consistency, using a minimal number of different fonts and sparing use of colour and shading, italics and bold. For cells that contain a formula, the format will depend on the type of data that the formula creates - for formulae that display a number, you can set the format of the cell as for numeric data; for formulae that display text, you can set the format of the cell as for text data.