Microsoft Excel Excel Formulas and Functions

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

Excel Features That Would Help You Prepare Class Result.
Microsoft Excel 2010 Test.
Introduction to Excel Formulas, Functions and References.
Copyright 2003, Paradigm Publishing Inc. CHAPTER 3 BACKNEXTEND 3-1 LINKS TO OBJECTIVES AutoSum Button Mathematical Operators Mathematical Operators Formula.
XP New Perspectives on Microsoft Office Excel 2003, Second Edition- Tutorial 2 1 Microsoft Office Excel 2003 Tutorial 2 – Working With Formulas and Functions.
1 Committed to Shaping the Next Generation of IT Experts. Chapter 4: Spreadsheets in Decision Making: What If? Robert Grauer and Maryann Barber Exploring.
Exploring Microsoft Excel 2002 Chapter 3 Chapter 3 Spreadsheets in Decision Making: What If? By Robert T. Grauer Maryann Barber Exploring Microsoft Excel.
Studying with Technology Excel Formulas and Functions By Ian Cole Lecturer in Information & Communication Technology.
1 Computing for Todays Lecture 8 Yumei Huo Spring 2006.
Excel Functions By Hani Almohair Microsoft Office 2003.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Excel 2002 Exploring Formulas.
Academic Computing Services 2007 Microsoft Word 2003 Excel Formulas and Functions Presenter: Jolanta Soltis MCSE, MCT, A+ This Guide will teach you how.
Spreadsheets Objective 6.02
XP New Perspectives on Microsoft Excel 2002 Tutorial 2 1 Microsoft Excel 2002 Tutorial 2 – Working With Formulas and Functions.
XP Copyright 2003 Peter McDevitt 1 Microsoft Excel 2002 Lecture 2 – Working With Formulas and Functions.
Copyright 2007, Paradigm Publishing Inc. EXCEL 2007 Chapter 2 BACKNEXTEND 2-1 LINKS TO OBJECTIVES Mathematical OperatorsMathematical Operators Formula.
2 Explain advanced spreadsheet concepts and functions Advanced Calculations 1 Sabbir Saleh_Lecture_17_Computer Application_BBA.
You can do this to the row and column titles to make larger worksheets easier to read. The titles will stay still while you scroll through the document.
Last Week: Excel 101 with Prof. Bliley: Workbooks, worksheets, rows, columns Cells: Text, Value, Formulas Formulas, Ranges OK? Survive Alive? Questions?
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.
XP Excel Tutorial 3 Working with Formulas and Functions.
XP Abdul Hameed 1 Microsoft Office Excel 2013 Tutorial 2 – Working With Formulas and Functions.
Excel Worksheet # 5 Class Agenda Formulas & Functions
Lesson 5 Using FunctionUsing Function. Objectives.
Exploring Office 2003 Vol 1 2/e - Grauer and Barber 1 Committed to Shaping the Next Generation of IT Experts. Chapter 4: Spreadsheets in Decision Making:
Microsoft Excel 2000 Working with Multiple Worksheets and Using Functions.
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.
Chapter 12 Creating a Worksheet.
11 Chapter 2: Formulas and Functions Chapter 02 Lecture Notes (CSIT 104) Exploring Microsoft Office Excel 2007.
Microsoft Excel 2013 Chapter 3 Working with Large Worksheets, Charting, and What-If Analysis.
Computer Science & Engineering 2111 Lecture 2 Basic Functions, Common Excel Errors, Cell Addressing 1 CSE 2111 Lecture 2-Basic Functions and Cell Addressing.
CSCI-235 Micro-Computers in Science Microsoft Excel 2002 Chapter 3 Spreadsheets in Decision Making: What If?
XP 1 Microsoft Office Excel 2003 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.
XP 1 ﴀ New Perspectives on Microsoft Office 2003, Premium Edition Excel Tutorial 2 Microsoft Office Excel 2003 Tutorial 2 – Working With Formulas and Functions.
- Professor Kurt Brandquist - IT133 Software Applications Unit 6 Seminar: Formulas and Functions Wednesday, 6/22/11.
Intermediate Excel 2013 Gareth Johns IT Skills Development Advisor.
Chapter 4 Decision Making. Agenda Function Goal Seek command AutoFilter command Worksheet operation Printing worksheet.
Microsoft Excel Prepared by the Academic Faculty Members of IT.
Pages Appendix B: Review of ExcelChapter 3 Market Trends & Analysis IBM 320 CAL POLY POMONA IBM320 Market Trends and Analysis Maha Ghosn.
Spreadsheet Calculations Formulas & Functions Computer Applications I.
A skills approach © 2012 The McGraw-Hill Companies, Inc. All rights reserved. excel 2010 Chapter 2 Using Formulas and Functions.
ME 142 Engineering Computation I
Lesson 3: Using Formulas
Tutorial 3 Working with Formulas and Functions
Exploring Microsoft Office Excel 2007
Exploring Microsoft Office Excel 2007
Exploring Microsoft Office Excel 2007
Excel Lesson 5 Using Functions
Excel Tutorial 3 Working with Formulas and Functions
Excel Adrressing and Linking
Excel Part 3 Working with Formulas and Functions
Lesson 3: Using Formulas
Analyzing Data Using Formulas
Microsoft Excel 2003 Illustrated Complete
Exploring Microsoft Office Excel 2007
Microsoft Word 2003 Excel Formulas and Functions
Lesson 4 Using Basic Formulas
Working with Formulas and Functions
Chapter 2: Working with Formulas and Functions
Excel Functions By Hani Almohair
Lesson 1 Notes Chapter 6.
Spreadsheets 2 Explain advanced spreadsheet concepts and functions
Spreadsheets Objective 6.02
Excel Tutorial 3 Working with Formulas and Functions
Spreadsheets Objective 6.02
Working with Formulas and Functions
Mathematical Formulas and Excel
Presentation transcript:

Microsoft Excel Excel Formulas and Functions This Guide will teach you how to work with math functions and formulas.

Math and more… You can use formulas to: Solve mathematical problems Complete statistical and financial functions Return numerical and text values based on other cells Add and format text in cells

Formula Mathematical Equation All formulas begin with an equal (=) sign Data that is stored in the worksheet and that needs to be used in a formula is referenced using the cell’s address =A1+A2/(A3-A4)

An example of a simple formula

Functions A predefined formula Formula: =A1+A2+A3+A4+A5 Function: =SUM(A1:A5)

An example of a more complex formula

What makes a formula? =(3*$A$2*SUM(A3:A9))^1/3 Begin with = Constants Cell References Operators Functions

Constants Values entered directly into a formula Simple Accurate Inflexible 2, 3, 12, 14.32

References Relative (Column Row) Absolute ($Column$Row) A1, C18, ZZ65536 Absolute ($Column$Row) $A$1, $C$18,$ZZ$65536 Mixed (Fixed Column or Row) $A1, C$18 Named Ranges Int_Rate, Grade_Scale

Operators Arithmetic Comparison = < > <= >= <> Text - (negative) % ^ (Exponent) * / + Comparison = < > <= >= <> Text & Reference : (Colon) _ (Space) , (Comma)

Operator Order Formulas are read from Left to Right ( ) Negation % ^ & = < > <= >= <>

Error Messages (Cell Reference) ######### Column not wide enough #VALUE! Wrong Argument or Reference #DIV/0! Dividing by zero #Name? Excel doesn’t recognize text in formula #N/A! Missing data or wrong value for lookup function #REF Cell reference not valid (Deleted cell, pasted over) #NUM! Invalid numeric value #NULL! Specified cells do not intersect

How to Copy Formulas? AutoFill is a command you can use when you want to copy the same formula across a range of adjacent cells. AutoFill will automatically change cell addresses depending on where the new formula is being copied.

An example of a Simple Formula and a Complex formula

Open Excel worksheet and enter the data below: SalesRep Month Amount Jones Jan 100 Jones Jan 225 Rogers Jan 400 Rogers Jan 150 Rogers Jan 250 Franklin Jan 800 Franklin Feb 200 Jones Feb 350 Franklin Feb 1200 Rogers Feb 900 Sum: Average: Count:

Add values Within a certain range: =SUM(C2:C13) For an entire range: =SUM(C:C) Note: Insert this function in another column.

Count values =COUNT(C2:C13) =COUNTIF(A2:A13, “Jones”) or Count values in a range and it the entire range: =COUNT(C2:C13) =COUNT(C:C) Conditional Counting: =COUNTIF(A2:A13, “Jones”) or =COUNTIF(A2:A13, “=Jones”) – equal =COUNTIF(A2:A13, “<> Jones”) – not equal

Cont… Count the Number of Sales Greater than a Target Value: =COUNTIF(C2:C13, “>”&D1) Note: the concatenation operator (&) is used to join the grater than symbol (>) with the cell reference. Count the Number of Sales Greater than the Sales Average: =COUNTIF(C2:C13, “>”&AVERAGE(C2:C13))

Conditional Summing Formula that adds all the sales in January: =SUMIF(B2:B13, “=Jan”, C2:C13) Add up sales made by other sales representative: =SUMIF(A2:A13, “<> Rogers”, C2:C13) Add up the sales greater than a certain value: =SUMIF(C2:C13, “>500”,C2:C13) Sum range Range Criteria

Using the IF Function =IF(logical_test,value_if_true,value_if_false) Display a value that depends on criteria you set Returns a value if one condition is true and returns another value if the condition is false =IF(logical_test,value_if_true,value_if_false) The IF worksheet function Suppose that your company determines sales bonuses on a sliding scale, awarding either 10 percent or 15 percent, based on the invoice amount. To determine which one of two values to use, based on a condition that is either true or false, use the IF worksheet function. The IF worksheet function returns a bonus of either 10% or 15%, based on the invoice amount. The IF worksheet function checks a condition that must be either true or false. If the condition is true, the function returns one value; if the condition is false, the function returns another value. The function has three arguments: the condition you want to check, the value to return if the condition is true, and the value to return if the condition is false. =IF(logical_test,value_if_true,value_if_false) =iF(b4<10000,10%,15%) For Suyama's $8,000 invoice, the function (in cell C4) looks like this: =IF(B4<10000,10%,15%) Other possibilities: =IF(b2>300, “Good”, “Try again…”) =IF(B10>90, “A”,if(B10>80, “B”,if (B10>70, “C”,if (B10>60, “D”, “F”)))) If the invoice amount is less than $10,000 (the logical_test argument), the bonus is 10 percent (the value_if_true argument). If the invoice amount is $10,000 or greater, the bonus is 15 percent (the value _if_false argument).

PMT function Function used to calculate a loan payment amount using principal, interest rate and number of payment periods. =PMT(rate, nper,pv) =PMT( .09/12,4*12,24000)

Calculating time period Each day, month, and year is given a particular numerical value or serial number by your computer. Your computer will work from 1900 date system or 1904 date system 1900 date system: Jan 1, 1900 –Dec 31, 9999 1904 date system: Jan 2, 1904 – Dec31, 9999 To check go to Tools – Options – Calculation

If you have any questions, please feel free to contact Excel Expert Aiman Saleem +92 345 0090150 Web http://www.excel-expert.yolasite.com e-mail aiman.ramzanali@gmail.com