Advanced Excel functions and array functions DSC340 Mike Pangburn.

Slides:



Advertisements
Similar presentations
How to use Excel to create a seating plan and ticket sales model
Advertisements

Paul Mundy Microsoft Excel Tips and tricks.
Copyright © 2013 Pearson Education, Inc. publishing as Prentice Hall2-1.
REACH-CRC. Lookup Functions INDEX-MATCH LOOKUP Database Functions DSUM DMIN DMAX DCOUNT DAVERAGE.
EXCEL.
© Paradigm Publishing, Inc Excel 2013 Level 2 Unit 1Advanced Formatting, Formulas, and Data Management Chapter 2Advanced Functions and Formulas.
MS-Excel XP Lesson 2. Handling Worksheets 1.Bottom of the every workbook you can get worksheets. 2.No of sheets for a book is three. But you can add,
DAY 5: EXCEL CHAPTER 2 Tazin Afrin September 03,
Introduction to Powerschool and Excel Jared Schatz Staff Accountant (509)
MIS: Chapter 14 Cumulative concepts, features and functions, plus new functions COUNTIFS, SUMIFS, AVERAGEIFS (Separate ppt on REACH.louisville.edu) All.
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
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.
COMPUTER FOR HEALTH SCIENCES –COMP101 Lecture 11 : Spread sheet software Excel.02 1 Lecturer.Dalia Mirghani Saadabi.
Advanced Lesson 2: Advanced Data Analysis A PivotTable is a sophisticated tool that creates a concise report summarizing large amounts of data based on.
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)
DAY 6: EXCEL CHAPTER 2 Tazin Afrin September 05,
EXCEL FUNCTIONS MIS THE BASICS  LEFT(), RIGHT(), MID()  Keep X characters from string  CONCATENATE()  Join two strings together  TRIM()  Drop.
REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
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 Functions Abby Wiertzema
Revision Function in Spreadsheet. AVERAGE Returns the average (arithmetic mean) of the arguments. Syntax AVERAGE(number1,number2,...) Number1, number2,...
Prescriptive Analytics Appendix A EXCEL TOOLS FOR THE MANAGEMENT SCIENTIST Business Analytics with Management Science Models and Methods Arben Asllani.
Microsoft Office Excel 2013 ® ® Abdul Hameed Using Advanced Functions and Conditional Formatting.
11 Chapter 2: Formulas and Functions Chapter 02 Lecture Notes (CSIT 104) Exploring Microsoft Office Excel 2007.
Frequencies and the normal distribution CSC 152 (Blum)1.
Excel 2007 Part (3) Dr. Susan Al Naqshbandi
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.
 Enhance understanding of logical functions.  Discuss using conditional logic focusing on: ◦ IF ◦ SUMIF(s) ◦ COUNTIF(s) ◦ AVERAGEIF(s)  While waiting.
Glade Manual – Chapter 6 1 “COUNTIF” function: - “COUNTIF” function counts the number of cells within a range that meet the given condition - In Excel:
Are used in higher-level operations, such as conditional and comparison equations to compute interest rates, due dates and payment terms, and financial.
December 2015 Excel Tips & Tricks. Commonly Used Shortcuts (Mac, Excel 2011) Cmd+ Shift+ T Enter Cmd+ Option+ 0 Ctrl+ (Minus/- ) Ctrl+ I Ctrl+ R or Ctrl+
- Professor Kurt Brandquist - IT133 Software Applications Unit 6 Seminar: Formulas and Functions Wednesday, 6/22/11.
Excel Text Functions 1. LEFT(text, [num_chars])) Returns the number of characters specified starting from the beginning of the text string Syntax Text:
RevisionRevision Function in Spreadsheet DATE Returns the serial number of a particular date. Syntax –DATE(year,month,day) year is a number from 1900.
Advanced Functions Objective Advanced Functions are used in higher-level operations, such as in conditional and comparison equations to compute.
Are used in higher-level operations, such as conditional and comparison equations to compute interest rates, due dates and payment terms, and financial.
Spreadsheet Calculations Formulas & Functions Computer Applications I.
Formula Tricks and Techniques Dr Joanna Wyrobek 1.
VLOOKUP Function Tech Tuesday January 5, What is VLOOKUP? A Function in Excel (and also in Google Sheets) for finding specific information in.
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 Formulas
MSAA PRESENTS: AN EXCEL TUTORIAL
Contents Introduction Text functions Logical functions
Elena Lazarevska, City of Boulder
Using Advanced Functions and Conditional Formatting
Calculation of Payback Period with Microsoft Excel 2010
TRACKER Contents Intro Excel 101 Math Operations Formulas 101.
Excel STDEV.S Function.
Advanced Functions Computer Applications 1
Obj – Indentify and Use Advanced Functions
Excel REPT Function.
Advanced Functions – Obj. 4.01
Spreadsheets 2 Explain advanced spreadsheet concepts and functions
Spreadsheets Objective 6.02
Advanced Functions – Obj. 4.01
Spreadsheets Objective 6.02
Advanced Functions Advanced Functions are used in higher-level operations, such as conditional and comparison equations to compute interest rates,
MS Excel – Analyzing Data
Excel Tips & Tricks July 18, 2019.
Mathematical Formulas and Excel
REACH Computer Resource Center
Presentation transcript:

Advanced Excel functions and array functions DSC340 Mike Pangburn

POA  Useful standard functions  Text and logic functions  “Lookup” functions  Conditional counting / summing  Array functions

Nice tip when using any formulae in Excel  You can toggle between the “results view” and “formula view” in Excel by clicking the key combination CTRL - ` (The ctrl key and the left single quote, together)

Excel text functions  Functions that return part of the text within a text cell  LEFT(text, num_chars)  RIGHT(text, num_chars)  MID(text, start_num, num_chars)  Function that identifies the starting position of some text within a cell  FIND(find_text, within_text)

Excel text functions in action  Goal: extract the username and domain strings from the address (in cell A2).  You may have a list of 1000’s of addresses to go through… need to use functions to get it done

Excel text functions  Concatenating cells’ text  Two options  =CONCATENATE  &

Excel logic functions  The core logic functions are  AND  =AND(“T/F condition”, “T/F condition”)  OR  =OR(“T/F condition”, “T/F condition”)  NOT  =NOT(“T/F condition”)  IF  =IF(“T/F condition”, true-result, false-result)  Let’s look at some examples in the accompanying spreadsheet

Excel “Lookup” functions  Useful functions for finding values in a range of cells include:  LOOKUP()  VLOOKUP()  HLOOKUP()  You should know these from prior work with Excel

A different approach for finding a particular cell: the OFFSET function  OFFSET  Allows you to return the value of any cell by specifying its location in your spreadsheet relative to another cell.  Syntax:  =offset(reference_cell, rows_down, cols_right)

OFFSET function example

Conditional counting/summing  Example: Count how many “Jan” sales months there are.  =COUNTIF(A2:A10,"Jan”)  Example: compute total sales across all “Jan” months.  =SUMIF(A2:A10,"Jan",C2:C10)  Nice trick: Compute total sales where month is “Jan” or “Mar.”  =SUMIF(A2:A10,"Jan",C2:C10) + SUMIF(A2:A10,“Mar”,C2:C10)

POA  Useful standard functions  Text and logic functions  “Lookup” functions  Conditional counting / summing  Array functions

Excel range calculations (often called “array functions”)  Normally, you think about calculations in terms of working with two “single cells”  But often in spreadsheet work, you have calculations that span entire ranges  Such are called array type calculations  To signal to Excel that your calculation is an array type calculation, it use CTRL-SHIFT-RETURN instead of just hitting the RETURN key  Array calculations can involve standard functions:  e.g., *, COUNTIF  …there are also specific Excel array functions:  =FREQUENCY()

Excel range calculations “array functions”  Example: Compute total sales where month is “Jan” and region is “North”  Can we use our last COUNTIF “trick?” No, the conditions must be in the same field.  Array function: when you enter this formula, use Ctrl+Shift+Enter  =SUM((A2:A10="Jan") * (B2:B10="North") * C2:C10) Multiplying 0 and 1 values

Excel range calculations “array functions”  Example: Compute total sales where month is “Jan” and region is not “North”  Array function:  =SUM((A2:A10="Jan") * (B2:B10<>"North") * C2:C10)  Example: Count the number of sales months where month is “Jan” and region is not “North”  =SUM((A2:A10="Jan") * (B2:B10<>"North”)) (array fn) Multiplying 0 and 1 values

Excel range calculations “array functions”  Example: Compute total sales where month is “Jan” and the sales value is 200 or more.  Array function:  =SUM((A2:A10="Jan") * (C2:C10>=200) * C2:C10)  Example: Comput total sales that are between 300 and 400.  Array function:  =SUM((C2:C10>=300)*(C2:C10<=400)*(C2:C10))