Advanced Functions Objective 4.01. Advanced Functions are used in higher-level operations, such as in conditional and comparison equations to compute.

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

Cell Referencing Absolute Reference: A reference that does not change when copied. It is specified with a dollar sign in front of both the row and column.
Copyright © 2013 Pearson Education, Inc. publishing as Prentice Hall2-1.
G042 Task 4  Understand how to use a range of different functions in excel.  Used a range of functions within your excel spreadsheet.
EXCEL.
E ngineering College of San Jose State University Engr.10 1 JKA & KY.
© Paradigm Publishing, Inc Excel 2013 Level 2 Unit 1Advanced Formatting, Formulas, and Data Management Chapter 2Advanced Functions and Formulas.
Computer Programming (TKK-2144) 13/14 Semester 1 Instructor: Rama Oktavian Office Hr.: M.13-15, W Th , F
DAY 5: EXCEL CHAPTER 2 Tazin Afrin September 03,
Q UIZ Direction: Choose the correct answer from the given choices. Begin.
Pre-defined System Functions Simple IF & VLOOKUP.
Tutorial 3 Calculating Data with Formulas and Functions
Tutorial 7: Using Advanced Functions and Conditional Formatting
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 11 Copyright © 2008 Prentice-Hall. All rights reserved. Committed to Shaping the Next.
Tutorial 8: Working with Advanced Functions
Spreadsheet Basics What is a Spreadsheet? A spreadsheet (or worksheet) is an arrangement of cells in columns and rows used to organize, analyze, calculate,
Spreadsheet Operations and Functions.  Spreadsheet Operations and Functions increase the efficiency of data entry, the performing of calculations, and.
Spreadsheets Objective 6.02
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.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 11 Copyright © 2008 Prentice-Hall. All rights reserved. Committed to Shaping the Next Generation.
2 Explain advanced spreadsheet concepts and functions Advanced Calculations 1 Sabbir Saleh_Lecture_17_Computer Application_BBA.
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.
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)
LOGO Chapter VI Advanced Functions 1. LOGO Overview  INTRODUCTION  NESTED FUNCTIONS  LOOKUP  VLOOKUP  COUNTIF  SUMIF  IF  ROUND  THE PMT, IPMT.
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.
Excel has a number of Count Functions that will total the number of cells in a selected range. We’re going to look at: COUNT COUNTA COUNTBLANK COUNTIF.
Excel Functions Abby Wiertzema
MS Excel Management Information Systems 1. Contents 2  Functions  IF Function and nested IF  Sorting Data.  Filtering Data.  Data Form.  Data Validation.
BeginningQuiz 1. Excel is: A. Part of Microsoft Office B. Application Software C. Spreadsheet Software D. None of the above E. A, B, and C.
Question 10 What do I write?. Spreadsheet Make sure that you have got a printout of your spreadsheet - no spreadsheet, no marks!
Working with Spreadsheets A spreadsheet is a worksheet that resembles a table and is used for organizing numbers. An electronic spreadsheet file can contain.
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.
Glade Manual – Chapter 6 1 “COUNTIF” function: - “COUNTIF” function counts the number of cells within a range that meet the given condition - In Excel:
Excel Review By Mr. Griffin Elmira Business Institute.
Spreadsheet Basics What is a Spreadsheet?
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.
Intermediate Excel 2013 Gareth Johns IT Skills Development Advisor.
Homework Discussion Homework 6 (Glade Manual Chapter 6) Database functions in Excel.
Chapter 4 Decision Making. Agenda Function Goal Seek command AutoFilter command Worksheet operation Printing worksheet.
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.
 “Excel”erate Your Knowledge Martha Messick – South Aiken High School Jennifer Kolmar – Aiken High School.
CSA2 – ADVANCED FUNCTIONS AND CHARTS (A DAY) & (B DAY) ADVANCED FUNCTIONS - are used in higher-level operations, such as in conditional.
Spreadsheet Evidence By.... P2 – DEVELOP A COMPLEX SPREADSHEET MODEL TO MEET PARTICULAR NEEDS.
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.
MS-EXCEL PART 3. Use data validation in Excel to make sure that users enter certain values into a cell. Data Validation Example In this example, we restrict.
Using Advanced Functions and Conditional Formatting
2007 MICROSOFT EXCEL INTERMEDIATE
Advanced Functions Computer Applications 1
Analyzing Table Data.
VLOOKUP Finds an entry from a vertical array based on a criteria
Obj – Indentify and Use Advanced Functions
Adding Functionality to your Spreadsheet
Lesson 4 – Count, CountIF, V Lookup
Advanced Functions – Obj. 4.01
Advanced Functions – Obj. 4.01
Intro to Excel CSCI-150.
Advanced Functions Advanced Functions are used in higher-level operations, such as conditional and comparison equations to compute interest rates,
Presentation transcript:

Advanced Functions Objective 4.01

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

IF Statements are conditional operators used in spreadsheet formulas 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, such as: IF a value in a cell is greater than or equal to another value, insert the word “Pass” in a cell

Date Functions are used to calculate a period of time such as the number of days that have elapsed since a value was entered into a specific cell or to calculate a 30 day due date for a record of spreadsheet of invoices. The NOW date function returns the current date Days360 calculates the difference in days between two dates

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. Lookup is used for two column vectors or multi-column arrays.

LookUp Function Vector example: In the formula =Lookup(F9, G7:G12, H7:H12), the software is instructed to “look up” the value of Cell F9 in the cell range G7:G12 and return the value that is horizontally adjacent to it and located in the cell range H7:H12 So, if F9=5, G7=3, G8=7, and G9=9, the first “hit” will be to the value of 3

LookUp Function Array example: In the formula =Lookup(F9, G7:I12), the software will return the value that is in the last column (Column I) that matches the lookup value

VLookUp is used when there are more than two columns in the array (lookup table). Vlookup searches for matches according to column number

List is a feature used to create a more user-friendly spreadsheet atmosphere A validated list limits data entry to specific choices programmed into the function A non-validated list allows additional entries other than those provided in the drop-down menu

Count is used to return the number of cells in a range The Count function alone will return the number of cells in a range that contain numbers The CountA function will return the number cells in a range that contain any value The CountIf function will count cells that meet a condition set forth in the formula