Microsoft Excel – Part I

Slides:



Advertisements
Similar presentations
CIS100 Test Review Dale McIntosh © 2009 Dale McIntosh. All Rights Reserved.Fall 2009.
Advertisements

Intermediate Formulas & Functions Instructor: Rachel Baltus.
CIS100 Test 2 Review REACH CRC © 2011 REACH CRC. All Rights Reserved.Spring 2011.
About Functions SUM, AVERAGE, MIN, MAX, COUNT, ROUND
REACH CRC © 2011 REACH CRC. All Rights Reserved.Fall 2011.
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
Introduction to Excel Formulas, Functions and References.
Computer Science & Engineering 2111 IF and Boolean Functions 1 CSE 2111 Lecture-IF and Boolean Functions.
33 CHAPTER BASIC APPLICATION SOFTWARE. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 1-2 Announcement: QUIZ#02 In Lecture Session # 9 (5.
CS&E 1111 ExIFs IFs and Nested IFs in Excel Objectives: Using the If function in spreadsheets Nesting If functions.
Basic Spreadsheet Functions Objective Functions are predefined formulas that perform calculations by using specific values, called arguments, in.
BASIC FUNCTIONS OF EXCEL. Addition The formula for addition is: =SUM( insert cells desired to sum up ) This returns the sum of the selected cells.
Copyright 2003, Paradigm Publishing Inc. CHAPTER 3 BACKNEXTEND 3-1 LINKS TO OBJECTIVES AutoSum Button Mathematical Operators Mathematical Operators Formula.
® Microsoft Office 2010 Excel Tutorial 3: Working with Formulas and Functions.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Excel 2002 Exploring Formulas.
COMPREHENSIVE Excel Working with Functions Adapted by Miguel Vélez Rubio From: Course Technology – Cengage Learning oc.course.com/np/office2007 Excel Tutorial.
Spreadsheets Objective 6.02
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.
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.
Last Week: Excel 101 with Prof. Bliley: Workbooks, worksheets, rows, columns Cells: Text, Value, Formulas Formulas, Ranges OK? Survive Alive? Questions?
Lesson 4 Cell Reference Formulas. Working with Cell References continued… Relative Cell Reference A relative cell reference means that the cell value.
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
 Discuss key points from Tutorials 1-4 o Cell references o Formulas o Functions o Formatting o Conditional formatting o Charts.
1. Common Functions 2.
Conditional and Cross-Sheet Formulas William Klingelsmith.
Prescriptive Analytics Appendix A EXCEL TOOLS FOR THE MANAGEMENT SCIENTIST Business Analytics with Management Science Models and Methods Arben Asllani.
Powerpoint Templates Page 1 Powerpoint Templates MS Excel Functions.
Microsoft Excel 2000 Working with Multiple Worksheets and Using Functions.
Lesson 5: Working with Formulas and Functions Logical and 3D Formulas.
CS&E 1111 ExLogic Microsoft Excel Logical Functions Objectives: Using Boolean Logic in Spreadsheets l Relational operators l Boolean operators –Functions.
Unit 4, Lesson 4 Using Function Formulas. Objectives Understand function formulas. Understand function formulas. Use the Average and Sum functions. Use.
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.
Customization, Calculations and Charts Myra Whittemore for Blackbaud, Inc. 09/16/2011.
CIS300 Test Review REACH - CRC © 2010 REACH All Rights Reserved.Fall 2010.
- 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.
CIS 100 Test #2 Review 1. EXCEL Functions on Test  SUM, COUNT, COUNTA, MAX, MIN, MEDIAN, MODE, AVERAGE, ROUND, and IF  Possibly Others 
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.
CTS130 Spreadsheet Lesson 6 Working with Math & Trig, Statistical, and Date & Time Functions.
EXCEL. PARTICIPATION PROJECT STEPS a, 4b
CIS300 Test Review REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
Excel AVERAGEIF Function
Contents Introduction Text functions Logical functions
Excel ISERROR Function
Using Advanced Functions and Conditional Formatting
Tutorial 3 Working with Formulas and Functions
TRACKER Contents Intro Excel 101 Math Operations Formulas 101.
Excel IF Function.
REACH CRC Professor Reinhardt
CIS300 Test Review REACH - CRC Fall 2010
If Statement Functions in Excel
If, Ands and Buts of Excel
Working with Formulas and Functions
Chapter 2: Working with Formulas and Functions
Microsoft Excel – Part II
4.01 Spreadsheet Formulas & Functions
4.01 Spreadsheet Formulas & Functions
Excel: Formulas & Functions II Participation Project
Spreadsheets 2 Explain advanced spreadsheet concepts and functions
Lesson 4: Introduction to Functions
Introduction to Spreadsheets
REACH CRC Professor Manni
Spreadsheets Objective 6.02
REACH Computer Resource Center
Lesson 7 Objectives Use the IF function. Use the PMT and FV functions.
Spreadsheets Objective 6.02
Working with Formulas and Functions
Introduction to Spreadsheet Terminology
Presentation transcript:

Microsoft Excel – Part I MIS 201 Management Information Systems Lab Session 2

Part II (Financial formulas) Outline Part I (Basics) Sum (Total) Average Count Numbers Maximum and Minimum Value Simple IF function IF Function (multiple tests) Part II (Financial formulas) PV FV NPV IRR

SUM Function Summary Purpose Return value Syntax The Excel SUM function returns the sum of values supplied as multiple arguments. SUM can handle up to 255 individual arguments, which can include numbers, cell references, ranges, arrays, and constants. Purpose  Add numbers together Return value  The sum of values supplied. Syntax  =SUM (number1, [number2], [number3], ...) Reference: https://exceljet.net/excel-functions/excel-sum-function

SUM Function Reference: https://exceljet.net/excel-functions/excel-sum-function

Average Function Summary Purpose Return value Syntax The EXCEL AVERAGE function returns the average of values supplied as multiple arguments. AVERAGE can handle up to 255 individual arguments, which can include numbers, cell references, ranges, arrays, and constants. Purpose  Get the average of a group of numbers Return value  A number representing the average. Syntax  =AVERAGE (number1, [number2], ...) Reference: https://exceljet.net/excel-functions/excel-average-function

Average Function Reference: https://exceljet.net/excel-functions/excel-average-function

Count Function Summary Purpose Return value Syntax The Excel COUNT function returns the count of values that are numbers, generally cells that contain numbers. Values can be supplied as constants, cell references, or ranges. Purpose  Count numbers Return value  A number representing a count of numbers. Syntax  =COUNT (value1, [value2], ...) Reference: https://exceljet.net/excel-functions/excel-count-function

Count Function Reference: https://exceljet.net/excel-functions/excel-count-function

Maximum and Minimum Value To get the maximum and minimum value from a set of numbers. The MAX and MIN function is fully automatic. It accepts one or more arguments, which can be numbers or cell references that point to numbers, then returns the value. Reference: https://exceljet.net/formula/maximum-value

Simple IF Function Summary Purpose Return value Syntax The IF function can perform a logical test and return one value for a TRUE result, and another for a FALSE result. For example, to "pass" scores above 70: =IF(A1>70,"Pass","Fail"). More than one condition can be tested by nesting IF functions. Purpose  Test for a specific condition Return value  The values you supply for TRUE or FALSE Syntax  =IF (logical_test, [value_if_true], [value_if_false]) Reference: https://exceljet.net/excel-functions/excel-if-function

Simple IF Function Reference: https://exceljet.net/excel-functions/excel-if-function

IF Function (Multiple Tests) Summary Runs multiple tests and returns a value corresponding to the first TRUE result. Use the IF function to evaluate multiple conditions without multiple nested IF statements. IF allows shorter, easier to read formulas. Purpose  Test multiple conditions, return first true Return value  Value corresponding with first TRUE result Syntax  =IF (test1, value1, [test2, value2], ...) Arguments  test1 - First logical test. value1 - Result when test1 is TRUE. test2, value2 - [optional] Second test/value pair. Reference: https://exceljet.net/excel-functions/excel-ifs-function

IF Function (Multiple Tests) Reference: https://exceljet.net/excel-functions/excel-ifs-function

End of Part I