WATER MIDTERM RATE FUNCTIONS: AVERAGE(number1, number2, …)

Slides:



Advertisements
Similar presentations
COMPREHENSIVE Excel Tutorial 9 Developing a Financial Analysis.
Advertisements

CSE 2111 Midterm FAQs.
6-1 CHAPTER 28 Time Value of Money The language of Finance The most important lesson.
Chapter 4: Functions and Formulas Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
Discounting Problems Andi Wijayanto, S.Sos, M.Si.
® Microsoft Office 2010 Excel Tutorial 3: Working with Formulas and Functions.
Introduction to Microsoft Excel
Intro to Excel - Session 7.21 Tutorial 7 - Session 7.2 Developing an Excel Application.
COMPREHENSIVE Excel Working with Functions Adapted by Miguel Vélez Rubio From: Course Technology – Cengage Learning oc.course.com/np/office2007 Excel Tutorial.
Formulas for Loans, Mortgages and Savings accounts Bernard Liengme January 2012.
Chapter 4: Functions and Formulas Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
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.
1 Agenda – 4/17/2013 Discuss interest and the time value of money Explore the Excel time value of money functions Examine the accounting measures of profitability.
2-1 FV Annuity Formula The future value of an annuity with n periods and an interest rate of i can be found with the following formula:
Chapter 13 Creating Formulas for Financial Applications Microsoft Office Excel 2003.
XP Excel Tutorial 3 Working with Formulas and Functions.
Financial Functions. Working with Loans and Investments =PMT(rate, nper, pv, [fv=0] [type=0]) =FV(rate, nper, pmt, [pv=0] [type=0]) =NPER(rate, pmt, pv,
Introduction to Microsoft Excel. Features ä calculates and recalculates (immediate results) ä graphical data representation (chart) ä carries out “What-if”
Find PV given FV Use PV function Number of periods Future Value entered as a negative amount Interest or ROI.
Computer Science & Engineering 4194 Day 9 Financial Functions 1.
Engineering Economics. Excel Financial Functions.
REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
Annuities Chapter 11 2 Annuities Equal Cash Flows at Equal Time Intervals Ordinary Annuity (End): Cash Flow At End Of Each Period Annuity Due (Begin):
CIS300 TEST REVIEW EXAM 2- PROFS. KENDRA, GOYAL & MCINTOSH REACH - CRC © 2014 REACH All Rights Reserved.
Time Value of Money. Future Value of Money n The value of an investment after it has been compounded with interest for a specific period of time n FV.
DAY 10: EXCEL CHAPTER 7-8 RAHUL KAVI September 19,
DAY 8-9: EXCEL CHAPTER 9-11 Rohit September 14,
一般統計函數 ( 一 )  AVERAGE(number1,number2,...)  COUNT(value1,value2,...)  COUNTA(value1,value2,...)  COUNTBLANK(range)  COUNTIF(range,criteria)  MAX(number1,number2,...)
CIS300 Test Review REACH - CRC © 2010 REACH All Rights Reserved.Fall 2010.
Ch.7 The Time Value of Money Goals: Concept of the time value of money Present value and Future value Cash flows and time value calculation Compounding.
Computer Science & Engineering 2111 Lecture 6 Financial Functions 1.
Homework Discussion Homework 6 (Glade Manual Chapter 6) Database functions in Excel.
Agenda – 11/19/2013 Present Excel financial functions Discuss financial concepts that underlie functions  Specialized vocabulary  Must understand the.
Bond Math FNCE 4070 Financial Markets and Institutions.
DAY 8: EXCEL CHAPTER 7-11 ROHIT February 8,
EXCEL. PARTICIPATION PROJECT STEPS a, 4b
Built-in Functions in Excel Financial Functions MAN Micro-computers & Their Applications.
CIS300 Test Review REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
EXCEL INSTRUCTOR:CHITRANGI DOSHI
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.
1 Financial Functions By Prof. J. Brink with modifications by L. Murphy 1/13/2009.
Time Value of Money Basics and Building Blocks
Contents Introduction Text functions Logical functions
CIS 300 EXCEL &ACCESS Professor Ghiyoung Im.
TRACKER Contents Intro Excel 101 Math Operations Formulas 101.
Excel Tutorial 3 Working with Formulas and Functions
RAHUL KAVI September 17, 2013 Day 9: Excel Chapter 6 RAHUL KAVI September 17, 2013.
Excel Part 3 Working with Formulas and Functions
REACH CRC Professor Reinhardt
Excel Tutorial 9 Developing a Financial Analysis
CIS300 Test Review REACH - CRC Fall 2010
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
PMT and What if analysis
Chapter 03& 04 : Banking What is the Bank ? 1. Receive Deposits
Financial Functions Functions that can be used to calculate values based on compounded interest Taking a loan Investing in a savings account Financial.
MICROSOFT EXCEL 2010 Đào Thị Cẩm Hằng- Khoa CSE- Đại học Công Nghiệp TP. Hồ Chí Minh.
Seat#_______ Lab________ TEST TKD UNITS BELTS
Excel Functions.
Excel Functions.
Engineering Economic Analysis
Excel: Formulas & Functions III Participation Project
SPACE UNITS FUNCTIONS: AVERAGE(number1,number2,…)
REACH CRC Professor Manni
Excel Tutorial 3 Working with Formulas and Functions
Level III – Advanced Microsoft Excel 2013 Level III – Advanced
Lesson 7 Objectives Use the IF function. Use the PMT and FV functions.
Chapter 1 Annuities Dr. A. PHILIP AROKIADOSS Assistant Professor
Presentation transcript:

WATER MIDTERM RATE FUNCTIONS: AVERAGE(number1, number2, …) AVERAGEIF((range, criteria, average_range) COUNT(value1,value2, ...) COUNTIF(range, criteria) LARGE(array,k) MAX(number1, number2, …) MIN(number1, number2, …) SMALL(array,k) SUM(number1, number2, …) SUMIF(range, criteria, sum_range) RANK( number, ref, order) RANK.EQ(number, ref, order) ROUND(number,num_digits) Logical Functions NOT(logical) AND(logical1, logical2,…) OR(logical1, logical2,…) IF(logical_test,value_if_true, value_if_false) Financial Functions FV(rate, nper, pmt, pv, type) NPER(rate, pmt, pv, fv, type) PMT(rate, nper, pv, fv, type) PV(rate, nper, pmt, fv, type) RATE(nper, pmt, pv, fv, type) Reference Functions HLOOKUP(lookup_value, table_array, row_index_no, range_lookup_type) VLOOKUP(lookup_value, table_array, col_index_no, range_lookup_type)

WATER RATE MIDTERM FUNCTIONS: AVERAGE(number1, number2, …) AVERAGEIF((range, criteria, average_range) COUNT(value1,value2, ...) COUNTIF(range, criteria) LARGE(array,k) MAX(number1, number2, …) MIN(number1, number2, …) SMALL(array,k) SUM(number1, number2, …) SUMIF(range, criteria, sum_range) RANK( number, ref, order) RANK.EQ(number, ref, order) ROUND(number,num_digits) Financial Functions FV(rate, nper, pmt, pv, type) NPER(rate, pmt, pv, fv, type) PMT(rate, nper, pv, fv, type) PV(rate, nper, pmt, fv, type) RATE(nper, pmt, pv, fv, type) Logical Functions NOT(logical) AND(logical1, logical2,…) OR(logical1, logical2,…) IF(logical_test,value_if_true, value_if_false) Reference Functions HLOOKUP(lookup_value, table_array, row_index_no, range_lookup_type) VLOOKUP(lookup_value, table_array, col_index_no, range_lookup_type)