Advanced Functions Advanced Functions are used in higher-level operations, such as conditional and comparison equations to compute interest rates,

Slides:



Advertisements
Similar presentations
Spreadsheet Software Data Objects  Cells and groups of cells  Containing text, numbers, formulas. Operations File menu – performed on whole files. Edit.
Advertisements

Intermediate Formulas & Functions Instructor: Rachel Baltus.
G042 Task 4  Understand how to use a range of different functions in excel.  Used a range of functions within your excel spreadsheet.
EXCEL.
© Paradigm Publishing, Inc Excel 2013 Level 2 Unit 1Advanced Formatting, Formulas, and Data Management Chapter 2Advanced Functions and Formulas.
Excel 2 Marco Pires IT Training and Empowerment. Formulas Writing Excel formulas is a little different than the way it is done in math class. Excel formulas.
BUS1MIS Management Information Systems Semester 1, 2012 Excel: Business Problem Solving Week 4 Lecture 2.
Pre-defined System Functions Simple IF & VLOOKUP.
Tutorial 3 Calculating Data with Formulas and Functions
Tutorial 7: Using Advanced Functions and Conditional Formatting
1 Committed to Shaping the Next Generation of IT Experts. Chapter 4: Spreadsheets in Decision Making: What If? Robert Grauer and Maryann Barber Exploring.
1 Excel Lesson 5 Using Functions Microsoft Office 2010 Introductory Pasewark & Pasewark.
1 Excel Lesson 5 Using Functions Microsoft Office 2010 Introductory Pasewark & Pasewark.
Tutorial 8: Working with Advanced Functions
Spreadsheet Operations and Functions.  Spreadsheet Operations and Functions increase the efficiency of data entry, the performing of calculations, and.
Intro to Excel - Session 7.11 Tutorial 7 - Session 7.1 Developing an Excel Application.
1CP102_module 3: spreadsheet2 More features in Excel Selection: a cell, a range, multiple ranges Name a range: to give name to a selected range or multiple.
Chapter 6 Advanced Functions Copyright 2005 Radian Publishing Co.
© UNT in partnership with TEA1 Principals of Information Technology Phones To Go Case Study: Advanced Spreadsheet Skills.
Last Week: Excel 101 with Prof. Bliley: Workbooks, worksheets, rows, columns Cells: Text, Value, Formulas Formulas, Ranges OK? Survive Alive? Questions?
ADVANCED EXCEL FORMULAS 1 Lesson 8. Named Ranges Name a cell or a range of cells Can make formulas easy to understand =SUM(Sales) instead of =SUM(A2:A16)
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.
MS Excel Management Information Systems 1. Contents 2  Functions  IF Function and nested IF  Sorting Data.  Filtering Data.  Data Form.  Data Validation.
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:
Lesson 5: Working with Formulas and Functions Logical and 3D Formulas.
# 1# 1 Error Messages, VLookup, Practical Tips What use is VLookup? How do you error check in Excel? CS 105 Spring 2010.
11 Chapter 2: Formulas and Functions Chapter 02 Lecture Notes (CSIT 104) Exploring Microsoft Office Excel 2007.
Chapter 6 Creating, Sorting, and Querying a Table
DAY 5: MICROSOFT EXCEL – CHAPTER 2 Madhuri Siddula September 1, 2015.
1 Excel Lesson 3 Using Functions Microsoft Office 2010 Introductory Pasewark & Pasewark.
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.
More Spreadsheets Range Formulas & Empty Cells Logical Functions Lookup Functions.
Spreadsheet Operations and Functions Computer Applications Understand spreadsheets used in business.
Are used in higher-level operations, such as conditional and comparison equations to compute interest rates, due dates and payment terms, and financial.
- Professor Kurt Brandquist - IT133 Software Applications Unit 6 Seminar: Formulas and Functions Wednesday, 6/22/11.
Microsoft Office 2013 ®® Calculating Data with Formulas and Functions.
Chapter 4 Decision Making. Agenda Function Goal Seek command AutoFilter command Worksheet operation Printing worksheet.
Advanced Functions Objective Advanced Functions are used in higher-level operations, such as in conditional and comparison equations to compute.
Microsoft ® Excel ® 2013 Enhanced Excel Tutorial 3 Calculating Data with Formulas and Functions.
Are used in higher-level operations, such as conditional and comparison equations to compute interest rates, due dates and payment terms, and financial.
CSA2 – ADVANCED FUNCTIONS AND CHARTS (A DAY) & (B DAY) ADVANCED FUNCTIONS - are used in higher-level operations, such as in conditional.
Spreadsheets Objective 4.01 Understand spreadsheets used in business.
Pmt Function Vlookup Function Excel Database.  Naming a Range is very useful Makes copying more clear because formula or function contains a name rather.
Logical Functions and Conditional Formatting in Excel
MSAA PRESENTS: AN EXCEL TUTORIAL
Contents Introduction Text functions Logical functions
Using Advanced Functions and Conditional Formatting
Exploring Microsoft Office Excel 2007
Exploring Microsoft Office Excel 2007
Excel Lesson 5 Using Functions
Microsoft Excel.
2007 MICROSOFT EXCEL INTERMEDIATE
Advanced Functions Computer Applications 1
VLOOKUP Finds an entry from a vertical array based on a criteria
Obj – Indentify and Use Advanced Functions
Warm up – What do you know?
Excel Tutorial 3 Calculating Data with Formulas and Functions
Adding Functionality to your Spreadsheet
Excel Formatting Rules
How To Use VLOOKUP In Microsoft Excel
Exploring Microsoft Office Excel 2007
Working with Formulas and Functions
Advanced Functions – Obj. 4.01
Vlookup.
Spreadsheets 2 Explain advanced spreadsheet concepts and functions
Spreadsheets, Modelling & Databases
Spreadsheets Objective 6.02
Advanced Functions – Obj. 4.01
Spreadsheets Objective 6.02
Working with Formulas and Functions
Presentation transcript:

Advanced Functions Advanced Functions are used in higher-level operations, such as conditional and comparison equations to compute interest rates, due dates and payment terms, and financial projections. Excel Obj. 4.01 Advanced Functions Ppt. #6

Types of Advanced Functions IF Statement Functions Date Functions Lookup Functions List Functions Count Functions

IF Statements are conditional operators. Results are returned IF the data specified in an equation meets conditions set by the formula IF statements can be written to carry out an action Example: IF a value in a cell is greater than or equal to another value, insert the word “Pass” in a cell. Example: The answer is one value IF a condition you specify evaluates to TRUE and returns another value IF the condition evaluates to FALSE.

Date Functions Date Functions are used to calculate a period of time. Types of Date Functions: NOW – returns the current date (2) DATE360 – calculates the difference in days between 2 dates Examples: The number of days that have elapsed since a value was entered into a specific cell To calculate a 30 day due date for a record of spreadsheet invoices

Lookup Functions A Lookup function is used to compare a cell value to an ARRAY of cells and return a value that matches the location of the value in the array. (Note: the values MUST be placed in Ascending order) Types of Lookup Functions: (1) Lookup – used for two column vectors (2) VLookUp – used when there are more than two columns in the array (lookup table)

List Function A List Function is used to: Assist in organizing spreadsheet information. Create a more user-friendly spreadsheet atmosphere. Control the size or content of data entries. Filter for specific content within a list.

List Function Types of Lists: (a) Validated A validated list limits data entry to specific choices programmed into the function (b) Non-Validated A non-validated list allows additional entries other than those provided in the drop-down menu. Example: displaying only the Southeast region vice presidents from a spreadsheet instead of displaying all of the vice presidents

Count Function Types of Count Functions: The COUNT Function is used to return the number of cells in a range. Types of Count Functions: Count – returns the number of cells in a range that contain numbers CountA – returns the number of cells in a range that contain any value/label Countlf – returns the number of cells that meet a condition set forth in a formula.