Excel: Formulas & Functions III Participation Project

Slides:



Advertisements
Similar presentations
Microsoft Office Illustrated Using Formulas Analyzing Data.
Advertisements

Excel Review – Part 2 (Tutorials 6-10) Some information contained from Tutorials 1-5 also Excel Review – Part 2 (Tutorials 6-10) Some information contained.
EXCEL.
© Paradigm Publishing, Inc Excel 2013 Level 2 Unit 1Advanced Formatting, Formulas, and Data Management Chapter 2Advanced Functions and Formulas.
Financial Functions. Overview  Power of Excel = Calculations –Loan Calculations –Expense Calculations –Consolidate Values –Search for Values.
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
With Microsoft Excel 2010 © 2011 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Excel 2010.
Tutorial 7: Using Advanced Functions and Conditional Formatting
Pradeep Velugoti Lakshman Tallam.  Type in the month name “January” in any cell say A1.  Now drag the fill handle to the right to select the range (Do.
Excel Functions. Prof. Leighton2 A Function Performs a predefined operation Performs a predefined operation A function A function Accepts one or more.
An Amortization Schedule New Functions. An Amortization Schedule An Amortization Schedule An Amortization Schedule Payment schedule on a loan Payment.
Tutorial 8: Working with Advanced Functions
COMPREHENSIVE Excel Working with Functions Adapted by Miguel Vélez Rubio From: Course Technology – Cengage Learning oc.course.com/np/office2007 Excel Tutorial.
SUMIF() Lesson: BASIC. =SUMIF() When Do You Use It: – To add numbers based on a single criterion/condition Example: If you have a column of data with.
Chapter 06: Lecture Notes (CSIT 104) 1 Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 1 Copyright © 2008 Prentice-Hall. All rights reserved.
Copyright 2007, Paradigm Publishing Inc. EXCEL 2007 Chapter 2 BACKNEXTEND 2-1 LINKS TO OBJECTIVES Naming Ranges Functions COUNT, COUNTA, COUNTIF, COUNTIFS.
Chapter 6 Advanced Functions Copyright 2005 Radian Publishing Co.
CIS300 TEST REVIEW EXAM 1- PROF. ZURADA & PROF. GUAN REACH - CRC © 2010 REACH All Rights Reserved.Fall 2010.
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
Chapter 13 Creating Formulas for Financial Applications Microsoft Office Excel 2003.
XP Excel Tutorial 3 Working with Formulas and Functions.
INSERT BOOK COVER 1Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Microsoft Office Excel 2010 by Robert Grauer, Keith.
LOGO Chapter VI Advanced Functions 1. LOGO Overview  INTRODUCTION  NESTED FUNCTIONS  LOOKUP  VLOOKUP  COUNTIF  SUMIF  IF  ROUND  THE PMT, IPMT.
COMPREHENSIVE Excel Tutorial 7 Using Advanced Functions, Conditional Formatting, and Filtering.
Excel Projects 5 & 6 Notes Mr. Ursone. Excel Project 5: Sorting a List  Sorting: Arranging records in a specific sequence  The Sort command is on the.
Copyright © 2008 Pearson Prentice Hall. All rights reserved Chapter 6 Data Tables and Amortization Tables Exploring Microsoft Office Excel 2007.
CIS300 TEST REVIEW EXAM 2- PROFS. KENDRA, GOYAL & MCINTOSH REACH - CRC © 2014 REACH All Rights Reserved.
Chapter 12 Creating Formulas that Look Up Values Microsoft Excel 2003.
Glade Manual – Chapter 6 1 “COUNTIF” function: - “COUNTIF” function counts the number of cells within a range that meet the given condition - In Excel:
CIS300 Test Review REACH - CRC © 2010 REACH All Rights Reserved.Fall 2010.
DECISIONS AND FUNCTIONS Module 4.2. DECISIONS AND FUNCTIONS Module 4.2.
PMT and What if analysis. PMT  The Microsoft Excel PMT function returns the payment amount for a loan based on an interest rate and a constant payment.
Intermediate Excel 2013 Gareth Johns IT Skills Development Advisor.
Homework Discussion Homework 6 (Glade Manual Chapter 6) Database functions in Excel.
04. Excel Countif and Vlookup. File -> Open -> 04b-datastart.xlsx.
LOOKUP FUNCTIONS Excel Lesson 10. LOOKUP FUNCTIONS Allow the user to find data in other cells in the spreadsheet and place them in the current cell VLOOKUP:
BUSINESS MATHEMATICS & STATISTICS. LECTURE 4 Review Lecture 3 Calculating simple or weighted averages Using Microsoft Excel.
VLOOKUP Function Tech Tuesday January 5, What is VLOOKUP? A Function in Excel (and also in Google Sheets) for finding specific information in.
EXCEL. PARTICIPATION PROJECT STEPS a, 4b
Pmt Function Vlookup Function Excel Database.  Naming a Range is very useful Makes copying more clear because formula or function contains a name rather.
CIS 300- Professor McIntosh Test #3. MICROSOFT ® EXCEL ® MATHEMATICAL FUNCTIONS Syntax: =ROUND(number, num_digits) Arguments: number Required  The number.
CIS300 Test Review REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
CIS300 Test 3 Review Reinhardt. © 2009 Dale McIntosh. All Rights Reserved. Slides are Available at: uter/cistestreviews.html.
PMT and What if analysis. PMT  The Microsoft Excel PMT function returns the payment amount for a loan based on an interest rate and a constant payment.
Using Advanced Formulas
Contents Introduction Text functions Logical functions
Elena Lazarevska, City of Boulder
Using Advanced Functions and Conditional Formatting
TRACKER Contents Intro Excel 101 Math Operations Formulas 101.
Excel Tutorial 3 Working with Formulas and Functions
Excel Functions.
2007 MICROSOFT EXCEL INTERMEDIATE
Excel Part 3 Working with Formulas and Functions
VLOOKUP Finds an entry from a vertical array based on a criteria
Financial Functions This lecture will cover the use of some basic functions provided by EXCEL. We will be explore how these functions work and how they.
Analyzing Data Using Formulas
VLOOKUP Finds an entry from a vertical array based on a criteria
PMT and What if analysis
How To Use VLOOKUP In Microsoft Excel
VLOOKUP functions Data Analysis.
Microsoft Excel – Part II
Excel Functions.
Excel Functions.
MIS2502: Data Analytics ETL - Excel Basics
REACH CRC Professor Manni
Lesson 5 Topic 1 – Table Lookup and Error Handling
Excel Tutorial 3 Working with Formulas and Functions
Level III – Advanced Microsoft Excel 2013 Level III – Advanced
Spreadsheets Vlookups.
REACH Computer Resource Center
Presentation transcript:

Excel: Formulas & Functions III Participation Project Housing Problem WV Mining Problem

Topics Covered Use the SUMIF and AVERAGEIF functions Use the VLOOKUP function Use the PMT/FV function Use the CONCATENATE function

SUMIF Function The SUMIF() function is similar to the SUM function except it only sums values satisfying a specified condition. Syntax: =SUMIF(range, criteria, [sum_range])

Use the SUMIF Function In the Function Arguments dialog box, set the following values: Range: The range of cells that you want evaluated by criteria Criteria: A number, expression, cell reference, text, or function that defines which cells will be added Sum_range: The actual cells to add, if you want to add cells other than those specified by Range

AVERAGEIF Function The AVERAGEIF() function only averages values satisfying the specified condition. Syntax: =AVERAGEIF(range, criteria, [average_range])

Use the AVERAGEIF Function In the Function Arguments dialog box, set the following values: Range: Range of cells that you want evaluated by criteria Criteria: A number, expression, cell reference, text, or function that defines which cells will be averaged Sum_range: Cells to average, if you want to average cells other than those specified by Range

VLOOKUP Function VLOOKUP() accepts a value, looks the value up in a vertical lookup table, and returns the result. It’s useful for finding paired values. e.g., find postal abbreviation based on state name Syntax: VLOOKUP(lookup_val, table_arr,col_index, [range_lookup])

Use the VLOOKUP Function In the Function Arguments dialog box, set the following values: Lookup_value: Value to search in table Table_array: table of values Col_index_num: which column to return information Range_lookup: used to determine exact or close match

PMT Function The PMT() function calculates loan payments based on constant payment amounts and a constant interest rate. Syntax: =PMT(rate, nper, pv, [fv], [type])

Use the PMT Function In the Function Arguments dialog box, set the following values: Rate: periodic interest rate Nper: total number of payment periods Pv: present value Fv: future value Type: 0 (default) if payments are due at beginning of period, 1 if payments are due at end

FV Function The FV() function calculates the future value of an investment based on a constant interest rate. Syntax: =FV(rate,nper,pmt,[pv],[type])

Use the FV Function In the Function Arguments dialog box, set the following values: Rate: periodic interest rate Nper: total number of payment periods Pmt: the payment made each period Pv: present value Type: 0 (default) if interest is paid at beginning of period, 1 if paid at end

CONCATENATE Function The CONCATENATE() function joins two or more text strings into one text string. Can be helpful for building full names from separate first and last name fields. Syntax: =CONCATENATE(text1,text2,[…])

Use the CONCATENATE Function In the Function Arguments dialog box, set the following values: Text1: The first item to join. The item can be a text value, number, or cell reference Text2: Additional text items to join Text3…: Optionally, additional text items to join