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.

Slides:



Advertisements
Similar presentations
Formulas, Ranges, and Functions. Formulas n Formulas perform operations such as addition, multiplication, and comparison on worksheet values. n Formulas.
Advertisements

Intermediate Formulas & Functions Instructor: Rachel Baltus.
8. Introduction to Spreadsheet CSCI N207 Data Analysis Using Spreadsheet Lingma Acheson Department of Computer and Information Science,
EXCEL.
© Paradigm Publishing, Inc Excel 2013 Level 2 Unit 1Advanced Formatting, Formulas, and Data Management Chapter 2Advanced Functions and Formulas.
Microsoft Excel 2010 Test.
 Microsoft Excel is an electronic spreadsheet.  As with a paper spreadsheet, you can use Excel to organize your data into rows and columns and to perform.
Exploring Excel 1. Introduction to Microsoft Excel: What is a Spreadsheet? What else can Excel do? Excel is a spreadsheet program.
Microsoft Office XP Microsoft Excel
Microsoft Office Illustrated Fundamentals Unit H: Using Complex Formulas, Functions, and Tables.
Pasewark & Pasewark 1 Excel Lesson 4 Entering Worksheet Formulas Microsoft Office 2007: Introductory.
Enter formulas Get started Imagine that Excel is open and you’re looking at the “Entertainment” section of a household expense budget. Cell C6 in the worksheet.
Q UIZ Direction: Choose the correct answer from the given choices. Begin.
Pre-defined System Functions Simple IF & VLOOKUP.
Tutorial 7: Using Advanced Functions and Conditional Formatting
End Show Introduction to Electronic Spreadsheets Unit 3.
Introduction to Excel 2007 Part 3: Bar Graphs and Histograms Psych 209.
Tutorial 8: Working with Advanced Functions
Technology Basics Creating Worksheet Formulas. 2 Understand Formulas Equations used to calculate values in cells are called formulas. Formulas consist.
Spreadsheets Objective 6.02
XP Copyright 2003 Peter McDevitt 1 Microsoft Excel 2002 Lecture 2 – Working With Formulas and Functions.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 11 Copyright © 2008 Prentice-Hall. All rights reserved. Committed to Shaping the Next Generation.
Chapter 06: Lecture Notes (CSIT 104) 1 Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 1 Copyright © 2008 Prentice-Hall. All rights reserved.
2 Explain advanced spreadsheet concepts and functions Advanced Calculations 1 Sabbir Saleh_Lecture_17_Computer Application_BBA.
Chapter 6 Advanced Functions Copyright 2005 Radian Publishing Co.
Excel 2010 Formulas and Functions One of Excel's most useful features is that it allows users to create custom formulas to perform calculations on their.
Excel – Lesson 1 Pasewark & PasewarkMicrosoft Office 2007: Introductory 1 Entering a Formula (continued) Formulas can include more than one operator. The.
Microsoft Excel Diane M. Coyle Spring 2009 CS 105.
Window Quick Tips: hold down CTRL and spin the mouse wheel to zoom in and out hold down the ALT key and tap the TAB key to flip between open programs (like.
 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.
Excel 2010 Formulas A formula is an equation that performs a calculation. Like a calculator, Excel can execute formulas that add, subtract, multiply, and.
Introduction to Spreadsheets Program: Excel. Starting Excel Spreadsheets Spreadsheet –A grid of rows and columns used to make calculations. A spreadsheet’s.
SPREADSHEET BASICS SPREADSHEET BASICS What are the benefits of using a spreadsheet to solve a problem?
Ross Business Technology Applications January 4, 2012.
Copyright © 2008 Pearson Prentice Hall. All rights reserved Chapter 6 Data Tables and Amortization Tables Exploring Microsoft Office Excel 2007.
11 Chapter 2: Formulas and Functions Chapter 02 Lecture Notes (CSIT 104) Exploring Microsoft Office Excel 2007.
Microsoft Excel Spreadsheet: An applications program, used in financial forecasting, that can quickly handle calculations and perform evaluations.
Microsoft ® Excel 2010 Core Skills Lesson 3 Using Formulas Courseware #: 3243 Microsoft ® Office Excel 2010.
A spreadsheet is a programme which stores data in a grid. Many people use spread sheets as an online calculator instead of working lots of calculations.
ORDER OF OPERATIONS Making Sense of Math.
Working with Formulas and Functions
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.
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.
Lesson 4: Working with Formulas and Functions. Learning Objectives After studying this lesson, you will be able to:  Create formulas to calculate values,
All About Spread sheets By Negin Oghabi Bakhshayeshi.
Mathematical Formulas and Excel
Introduction to Excel Lecture 3. Excel basics O Excel is a software program that can make number manipulation easy O It is also referred as a spreadsheet.
Resource Review Excel formula basics Demonstrate how to enter manual formulas Examine some of the available functions and their usage Discuss the.
Working with Formulas and Functions Lesson 5 Part 1 1.
COMPUTER LITERACY NOTES MS-EXCEL. SPREADSHEETS A spreadsheet is a computer equivalent of a paper ledger sheet. Excel allows you to create spreadsheets.
BUSINESS MATHEMATICS & STATISTICS. LECTURE 4 Review Lecture 3 Calculating simple or weighted averages Using Microsoft Excel.
MS-EXCEL PART 3. Use data validation in Excel to make sure that users enter certain values into a cell. Data Validation Example In this example, we restrict.
MSAA PRESENTS: AN EXCEL TUTORIAL
CSE111 Introduction to Computer Applications
Using Advanced Functions and Conditional Formatting
Chapter 6 Modifying Cell Styles
2007 MICROSOFT EXCEL INTERMEDIATE
MS-Excel Part 1.
Unit 42 : Spreadsheet Modelling
4.01 Spreadsheet Formulas & Functions
4.01 Spreadsheet Formulas & Functions
Introduction to Spreadsheets
Mathematical operators
Using Complex Formulas, Functions, and Tables
Working with Formulas and Functions
Introduction to Spreadsheet Terminology
Introduction to Excel 2007 Part 3: Bar Graphs and Histograms
Mathematical Formulas and Excel
Microsoft Office Illustrated Fundamentals
Presentation transcript:

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 starts with the equal sign ( = ) rather than ending with it. The equal sign informs Excel that what follows is part of a formula, and not just a name or a number. Excel formulas look like this: =3 + 2 rather than: =

Formulas To find a cell reference, simply look at the column headings to find which column the cell is in, and across to find which row it is in. The cell reference is a combination of the column letter and row number - - such as A1, B3, or Z345. When writing cell references the column letter always comes first. So, instead of writing this formula in cell C1: = write this instead: = A1+A2 If you have typed the = then clicking the cell will reference it.

Formulas When you use cell references in Excel formulas, the formulas will automatically update whenever the relevant data in the spread sheet changes. For example, if you realize that the data in cell A1 should have been an 8 instead of a 3, you only need to change the contents of cell A1. Excel updates the answer in cell C1. The formula, itself, doesn't need to change because it was written using cell references. Changing the data 1.Click on the cell A1 2.Type an 8 3.Press the ENTER key on the keyboard The answer in cell C1 where the formula is, immediately changes from 5 to 10, but the formula itself is unchanged. Open the spread sheet named "formulas1"

Mathematical Operators The mathematical operators used in Excel formulas are similar to the ones used in math class. Subtraction - minus sign ( - ) Addition - plus sign ( + ) Division - forward slash ( / ) Multiplication - asterisk (* ) Exponentiation - caret (^ ) Order of Operations If more than one operator is used in a formula, there is a specific order that Excel will follow to perform these mathematical operations. This order of operations can be changed by adding brackets to the equation. An easy way to remember the order of operations is to use the acronym: BEDMAS The Order of Operations is: Brackets Exponents Division Multiplication Addition Subtraction

Functions What is a function? A function is a pre-set formula in Excel. Like formulas, functions begin with the equal sign ( = ) followed by the function's name and its arguments. The function name tells Excel what calculation to perform. The arguments are contained inside round brackets.formulaarguments Lets look at the SUM function… = SUM (B1:B3) Indicates function/formula Indicates which function to use Indicates to what the function should be applicable to Lets break up the function into pieces

Functions Excel FunctionDescription SUMCalculates the sum of a group of values AVERAGECalculates the mean of a group of values COUNT Counts the number of cells in a range that contains numbers INT Removes the decimal portion of a number, leaving just the integer portion ROUND Rounds a number to a specified number of decimal places or digit positions IF Tests for a true or false condition and then returns one value or another NOWReturns the system date and time TODAYReturns the system date, without the time SUMIF Calculates a sum from a group of values, but just of values that are included because a condition is met COUNTIF Counts the number of cells in a range that match a criteria

Functions Lets look at the IF function… =IF(logical_test,value_if_true,value_if_false) Lets break up the IF function… = IF ( logical_test, value_if_true, value_if_false ) Indicates function/formula Indicates which function to use Indicates the start of an argument Indicates the end of an argument What the function should test? Separator What the function should do if the test is true What the function should do if the test is false

In the spread sheet named "formulas1" Functions We are going to insert a IF function to test whether the cell A2 contains a value of 2 Note the IF function =IF(A2=2,"true","false") Note what the content of the cell is because the condition is true

Pivot tables

What does the following have in common?

Pivots All the objects in the pictures rotate/swivel so that they can change weather in be vertically are horizontally in order for the object to be useful or achieve an outcome Since Excel has horizontal rows and vertical columns this principle can be applied to spread sheets as well. How can this work for information?

Pivot tables

Open the spread sheet "Amazon 2009"