Spreadsheets Objective 6.02

Slides:



Advertisements
Similar presentations
Excel IF Functions The IF function is one of Excels most useful and most used functions. What it does, basically, is test to see whether a certain condition.
Advertisements

Lesson 3 Working with Formulas.
Formulas, Ranges, and Functions. Formulas n Formulas perform operations such as addition, multiplication, and comparison on worksheet values. n Formulas.
CS&E 1111 Exfunctions Using Functions in Excel Objectives: Using Excel functions l SUM, MIN, MAX, AVERAGE, COUNT, COUNTA l ROUND l COUNTIF, SUMIF, AVERAGEIF.
8. Introduction to Spreadsheet CSCI N207 Data Analysis Using Spreadsheet Lingma Acheson Department of Computer and Information Science,
About Functions SUM, AVERAGE, MIN, MAX, COUNT, ROUND
Excel Features That Would Help You Prepare Class Result.
EXCEL.
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.
Excel – Study Guide #2.
MIS: Chapter 14 Cumulative concepts, features and functions, plus new functions COUNTIFS, SUMIFS, AVERAGEIFS (Separate ppt on REACH.louisville.edu) All.
JavaScript, Third Edition
 Create a small exam that calculate the grade it self  Create a small program to do.
Spreadsheets Objective 6.02
2 Explain advanced spreadsheet concepts and functions Advanced Calculations 1 Sabbir Saleh_Lecture_17_Computer Application_BBA.
Akil M. Merchant CGS 2060 – Spring 2011 For Dr. David Gaitros CGS Spring Continuing to Excel with Excel.
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.
Lesson 4 Cell Reference Formulas. Working with Cell References continued… Relative Cell Reference A relative cell reference means that the cell value.
Computer Science 1000 Spreadsheets II Permission to redistribute these slides is strictly prohibited without permission.
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
Insert Formulas and Functions  Create formulas in a worksheet  Insert functions in a worksheet  Use relative and absolute cell references Lesson 3.
 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 5: Working with Formulas and Functions Logical and 3D Formulas.
PERFORMING CALCULATIONS Microsoft Excel. Excel Formulas A formula is a set of mathematical instructions that can be used in Excel to perform calculations.
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.
FUNCTIONS FUNCTIONS are : Special formulas that do not use operators to calculate a result (i.e., a shortcut formula) Example: =SUM(A6:A9) SUM is the.
CIS300 Test Review REACH - CRC © 2010 REACH All Rights Reserved.Fall 2010.
Components of Spreadsheets Computer Applications 1 Obj. 4.01: Understand spreadsheets used in business.
Doing math In java.
Microsoft Excel Prepared by the Academic Faculty Members of IT.
CIS 100 Test #2 Review 1. EXCEL Functions on Test  SUM, COUNT, COUNTA, MAX, MIN, MEDIAN, MODE, AVERAGE, ROUND, and IF  Possibly Others 
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.
Basics of Ms Excel-2007 Instructor: Mr. Michael John Tanzania Public Service College.
Pages Appendix B: Review of ExcelChapter 3 Market Trends & Analysis IBM 320 CAL POLY POMONA IBM320 Market Trends and Analysis Maha Ghosn.
Resource Review Excel formula basics Demonstrate how to enter manual formulas Examine some of the available functions and their usage Discuss the.
FUNCTIONS The parts of a function In order to work correctly, a function must be written a specific way, which is called the syntax. The basic syntax for.
Spreadsheet Calculations Formulas & Functions Computer Applications I.
Logical Functions and Conditional Formatting in Excel
Microsoft Excel.
Contents Introduction Text functions Logical functions
Formulas, Functions, and other Useful Features
The Basics of Formulas & Functions
Numeric and Functional
TRACKER Contents Intro Excel 101 Math Operations Formulas 101.
Excel IF Function.
Understanding Spreadsheets Used in Business
CIS300 Test Review REACH - CRC Fall 2010
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.
Unit 42 : Spreadsheet Modelling
Microsoft Word 2003 Excel Formulas and Functions
Excel 2013 Formulas & Functions.
Exploring Microsoft Office Access 2007
Working with Formulas and Functions
Excel 2013 Formulas & Functions.
EXCEL Study Guide #2.
4.01 Spreadsheet Formulas & Functions
Microsoft Excel Excel Formulas and Functions
Microsoft Excel – Part I
Excel 2013 Formulas & Functions.
4.01 Spreadsheet Formulas & Functions
Spreadsheets 2 Explain advanced spreadsheet concepts and functions
Lesson 4: Introduction to Functions
REACH CRC Professor Manni
REACH Computer Resource Center
Mathematical operators
Spreadsheets Objective 6.02
Working with Formulas and Functions
Introduction to Spreadsheet Terminology
Presentation transcript:

Spreadsheets Objective 6.02 Explain advanced spreadsheet concepts and functions Advanced Calculations

Using Formulas and Functions FORMULA ~ A sequence of values, cell references, names, functions, or operators in a cell that together produce a new value. A formula always begins with an equal sign (=).

Using Formulas and Functions FUNCTION ~ Predefined formulas that perform calculations by using specific values, called arguments, in a particular order, or structure.

Using Formulas Mathematical Operators Operators specify the type of calculation that you want to perform on the elements of a formula. There are four different types of calculation operators: arithmetic, comparison, text, and reference.

Using Formulas (Continued) Types of operators: Arithmetic operators ~ To perform basic mathematical operations such as addition, subtraction, or multiplication; combine numbers; and produce numeric results, use the following arithmetic operators.

Using Formulas (Continued) Arithmetic operators + (plus sign) ~ Addition (3+3) – (minus sign) ~ Subtraction (3–1) or Negation (–1) * (asterisk) ~ Multiplication (3*3) / (forward slash) ~ Division (3/3) % (percent sign) ~ Percent (20%) ^ (caret) ~ Exponentiation (3^2)

Using Formulas (Continued) Comparison operators ~ You can compare two values with the following operators. When two values are compared by using these operators, the result is a logical value either TRUE or FALSE.

Comparison operators = (equal sign) ~ Equal to (A1=B1) > (greater than sign) ~ Greater than (A1>B1) < (less than sign) ~ Less than (A1<B1) >= (greater than or equal to sign) ~ Greater than or equal to (A1>=B1) <= (less than or equal to sign) ~ Less than or equal to (A1<=B1) <> (not equal to sign) ~ Not equal to (A1<>B1)

Text Operators Use the ampersand (&) to connect, or concatenate, one or more text strings to produce a single piece of text. The text items can be text strings, numbers, or single-cell references. =CONCATENATE("Stream population for ",A2," ",A3," is ",A4,"/mile") Concatenates a sentence from the data above (Stream population for brook trout species is 32/mile)

Reference operators Combine ranges of cells for calculations with the following operators. : (colon) ~ Range operator, which produces one reference to all the cells between two references, including the two references (B5:B15) , (comma) ~ Union operator, which combines multiple references into one reference (SUM(B5:B15,D5:D15)) (space) ~ Intersection operator, which produces on reference to cells common to the two references (B7:D7 C6:C8)

Order of Operations Formulas calculate values in a specific order. A formula in Excel always begins with an equal sign (=). The equal sign tells Excel that the succeeding characters constitute a formula. Following the equal sign are the elements to be calculated (the operands), which are separated by calculation operators. Excel calculates the formula from left to right, according to a specific order for each operator in the formula. If you combine several operators in a single formula, Excel performs the operations in the order shown in the following table.

Order of Operations (Continued) If a formula contains operators with the same precedence — for example, if a formula contains both a multiplication and division operator — Excel evaluates the operators from left to right. To change the order of evaluation, enclose in parentheses the part of the formula to be calculated first. For example, the following formula produces 11 because Excel calculates multiplication before addition. The formula multiplies 2 by 3 and then adds 5 to the result. =5+2*3

Using Formulas (Continued) In contrast, if you use parentheses to change the syntax, Excel adds 5 and 2 together and then multiplies the result by 3 to produce 21. =(5+2)*3 In the example below, the parentheses around the first part of the formula force Excel to calculate B4+25 first and then divide the result by the sum of the values in cells D5, E5, and F5. =(B4+25)/SUM(D5:F5)

B. USING FUNCTIONS FUNCTIONS ~ Functions are predefined formulas that perform calculations by using specific values, called arguments, in a particular order, or structure. Functions can be used to perform simple or complex calculations.

B. USING FUNCTIONS Sum ~ The sum of the values. This is the default function for numeric data. Average ~ The average of the values. Count ~ The number of data values. The Count summary function works the same as the COUNTA worksheet function. Count is the default function for data other than numbers. Max ~ The largest value. Min ~ The smallest value.

B. USING FUNCTIONS If Statement ~ Returns one value if a condition you specify evaluates to TRUE and another value if it evaluates to FALSE. If Statement ~ Use IF to conduct conditional tests on values and formulas. Logical_test   is any value or expression that can be evaluated to TRUE or FALSE. For example, A10=100 is a logical expression; if the value in cell A10 is equal to 100, the expression evaluates to TRUE. Otherwise, the expression evaluates to FALSE. This argument can use any comparison calculation operator.

B. USING FUNCTIONS If Statement ~ Use IF to conduct conditional tests on values and formulas. Value_if_true   is the value that is returned if logical_test is TRUE. For example, if this argument is the text string "Within budget" and the logical_test argument evaluates to TRUE, then the IF function displays the text "Within budget". If logical_test is TRUE and value_if_true is blank, this argument returns 0 (zero). To display the word TRUE, use the logical value TRUE for this argument. Value_if_true can be another formula. Value_if_false   is the value that is returned if logical_test is FALSE. For example, if this argument is the text string "Over budget" and the logical_test argument evaluates to FALSE, then the IF function displays the text "Over budget".

B. USING FUNCTIONS If Statement ~ Use IF to conduct conditional tests on values and formulas. If logical_test is FALSE and value_if_false is omitted, (that is, after value_if_true, there is no comma), then the logical value FALSE is returned. If logical_test is FALSE and value_if_false is blank (that is, after value_if_true, there is a comma followed by the closing parenthesis), then the value 0 (zero) is returned. Value_if_false can be another formula.

B. USING FUNCTIONS Lookup Tables ~ Returns a value either from a one-row or one-column range or from an array. Array: Used to build single formulas that produce multiple results or that operate on a group of arguments that are arranged in rows and columns. An array range shares a common formula; an array constant is a group of constants used as an argument. Lookup Tables ~ Returns a value either from a one-row or one-column range or from an vector. A vector is a range of only one row or one column. The vector form of LOOKUP looks in a one-row or one-column range (known as a vector) for a value and returns a value from the same position in a second one-row or one-column range.