Module 4.2: Calculations.

Slides:



Advertisements
Similar presentations
Enter formulas Simplify formulas by using functions Function names express long formulas quickly. As prewritten formulas, functions simplify the process.
Advertisements

EXCEL UNIT 2 Computer Technology Timpview High School.
Part 2.  Enter formulas  Select Cells  Format Cell Contents  Insert Borders  Standard Error Values & How to Correct  Format Numbers.
About Functions SUM, AVERAGE, MIN, MAX, COUNT, ROUND
Review Ch. 15 – Spreadsheet and Worksheet Basics © 2010, 2006 South-Western, Cengage Learning.
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 Excel. Click on “Start,” then “Microsoft Office Excel.”
With Microsoft ® Excel e © 2013 Pearson Education, Inc. Publishing as Prentice Hall1 Excel 2010 Chapter 9 Creating a Worksheet and Charting Data.
Excel Lesson 4 Entering Worksheet Formulas
L13_2 Microsoft Excel - Formulas, Formatting and Creating Charts * Entering the Titles and Numbers into the Worksheet * Entering Formulas * Entering Formulas.
CTS130 Spreadsheet Lesson 5 Working with Simple Formulas.
What is a Spreadsheet? A spreadsheet consists of the following items –A worksheet divided into rows and columns 256 vertical columns & 65,535 horizontal.
Microsoft Excel Used to organize information for calculations.
CHAPTER 13 Creating a Workbook Part 2. Learning Objectives Work with cells and ranges Work with formulas and functions Preview and print a workbook 2.
Excel Project 2 FORMULAS, FUNCTIONS, FORMATTING AND WEB QUERIES.
A lesson approach © 2011 The McGraw-Hill Companies, Inc. All rights reserved. a lesson approach Microsoft® Excel 2010 © 2011 The McGraw-Hill Companies,
Chapter 15: Spreadsheet and Worksheet Basics © 2010, 2006 South-Western, Cengage Learning.
Chapter 6.  If a cell style will be used over and over again it can be modified in the cell styles gallery  Home ⇒ Cell Styles ⇒ right-click a style.
MS Excel Introduction to Excel; What Can I Do with a Spreadsheet? Unit 5.
Key Words: Functional Skills. Key Words: Spreadsheets.
® Microsoft Office 2010 Excel Tutorial 1: Getting Started with Excel.
Microsoft Excel Study Guide Test 6 & 7 7 th grade MSBCS-BCSI-9 Students will develop and apply basic spreadsheet skills MSBCS-BCSII-5 The student will.
EXCEL UNIT 2 Computer Technology Timpview High School.
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.
Working with Formulas Formula – An expression that returns a value – Written using operators that combine different values, resulting in a single displayed.
Microsoft Excel 2010 Chapter 2 Formulas, Functions, and Formatting.
Overview Excel is a spreadsheet, a grid made from columns and rows. It is a software program that can make number manipulation easy and somewhat painless.
1 Excel Lesson 2 Organizing the Worksheet & Formulas Microsoft Office 2010 Introductory Pasewark & Pasewark.
More Work with Functions Next In this tutorial you will continue learning how to use numerous Excel functions.
Using Basic Formulas and Functions Lesson 8A. Formulas tab.
MODULE 4.1: INTRODUCTION TO SPREADSHEETS. CONTENTS What is a spreadsheet? Basic functions Inputting data Use of formatting More about different types.
Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall. 1 Skills for Success with Office 2010 Vol. 1, 2e PowerPoint Lecture to Accompany.
Computer Fundamentals Muhammadamin Daneshwar And Masoud Aras Computer Engineering Department Soran University Lecture 6.
Cell referencing.
CSE111 Introduction to Computer Applications
GO! with Microsoft Office 2016
Formulas, Functions, and other Useful Features
The Basics of Formulas & Functions
Chapter 6 Modifying Cell Styles
Office tool for creating tables and charts
Printing.
Wrap text Wrapping text means you want your text to appear on multiple lines, rather than one long line of text. This allows you to keep the column width.
Getting Started with Excel 2013
International Computer Driving Licence Syllabus version 5.0
Excel Formulas & Functions.
European Computer Driving Licence
Creating and Editing a Worksheet
Creating a Workbook Part 2
Introduction to Excel ICL and MSO.
Excel 2013 Formulas & Functions.
Microsoft Excel All editions of Microsoft office.
Microsoft Office Illustrated Introductory, Windows XP Edition
Excel 2013 Formulas & Functions.
Operate A Spreadsheet Application Advanced
EXCEL Study Guide #2.
Chapter 1 Creating a Worksheet and an Embedded Chart
Excel 2013 Formulas & Functions.
Lesson 1 Notes Chapter 6.
Excel Lesson 4 Entering Worksheet Formulas
Skills for Success with Microsoft Office 2010
MS EXCEL PART 5.
Mathematical operators
Performing Calculations on Data
Chapter 6 Lesson 3.
Unit G: Using Complex Formulas, Functions, and Tables
Mathematical Formulas and Excel
Excel for Educators Class Notes
Microsoft Office Illustrated Fundamentals
Presentation transcript:

Module 4.2: Calculations

Contents Formulas Using cell references Making a printout Error messages in Excel Test and improve knowledge and skill Module Activities

Formulas = Cell references: B3, C4, A2 Operators: + - * / ˆ The format of a formula A formula begins in the same way as a function with the ‘=’ sign and can contain amongst others the following: = Cell references: B3, C4, A2 Operators: + - * / ˆ Excel has built-in functions for certain general calculations, such as the calculation of the sum or average of a range of values. For other customised operations with numbers you can create your own formulas. Numbers: 1 4 65 86 Built-in functions: SUM , AVERAGE, MIN

Formulas Examples Where a cell reference appears in the formula, Excel uses the value contained in that cell to calculate the result of the formula. B3*C3 B6-C6 B9-A9 Consider the following examples carefully and see how the formulas in the shaded cells have been put together B12/60*100 14/100*B14 A19+7/100*A19

Entering and copying formulas Where the same type of calculation is needed in adjacent cells, it is not necessary to type in the formula (or function, for that matter) every time.

Using cell references In formulas (or functions) we use cell references to refer to cells which contain data. the data in the cells can be changed, but the correct answers will still be obtained In formulas (or functions) we use cell references to refer to cells which contain data. In this way the data in the cells can be changed, but the correct answers will still be obtained. constants only if the value will not change.

Using cell references In addition to using a cell reference or address, you can also name a single cell or even a range of cells Select range first Type name in name box OR =SUM(first)

Making a printout It is a good idea first to use the Page Setup dialog box to make certain settings, before you print. Scaling to make worksheet fit on page

Making a printout It is important first to check carefully how a spreadsheet will look when printed, before it is actually printed. Excel 2010 Excel 2007

Making a printout If you wish to print only part of a worksheet, do the following: Excel 2010 Excel 2007 Hint Apart from using Scaling, you can also try the following if the spreadsheet will not fit on one page: • Reduce the character size. • Adjust the margins. • Change the column widths. • Change the page orientation to landscape.

Error messages in Excel #VALUE! #DIV/0! #NAME? #REF! #NUM! We have already met the ##### signs that appear in a cell when the column is not wide enough to display the number. The following table summarises the error messages that you may encounter when working with functions and formulas. An error message starts with the hash sign (‘#’).

Calculations and Printing Overview of module Calculations and Printing Calculations Formulas Format Typing in and copying Cell references instead of constants Names for cells Error Messages Data types Valid arguments Correct syntax Printing Scaling Gridlines Print Area Preview When deciding on which formula to use, first consider how you would do the calculation with ordinary numbers. Remember that the order of operations in a calculation is important. For example multiplication and division are performed before addition and subtraction. Brackets too are sometimes necessary. So be careful not to use = A1 + B1 / 2 if you really mean = (A1 + B1) / 2. Press <Ctrl><~> to display the formulas / functions instead of their results in a worksheet. Use cell references instead of constants in calculations wherever possible. The Page Setup dialog box can be used to make various settings before you print.

Test and improve your knowledge and skills Tips and Recommendation Consider how you would do the calculation with ordinary numbers / then decide on formula Order of operations in a calculation is important.. So be careful not to use = A1 + B1 / 2 if you really mean = (A1 + B1) / 2. <Ctrl><~> to display the formulas / functions instead of their results in a worksheet. Use cell references instead of constants in calculations. The Page Setup dialog box can be used to make various settings before you print.

Test and improve your knowledge and skills Important terms and concepts Gridlines Formula Constant ^ (caret)