EXCEL WORKSHOP II ADVANCED FORMULAS AND FUNCTIONS IN EXCEL

Similar documents
COMM 205 MANAGEMENT INFO SYSTEMS 2016 FALL MIDTERM EXAM REVIEW SESSION BY LEAH ZHANG

Microsoft Excel Match Index Offset

Microsoft Office Excel 2007: Advanced Unit 02 - Lookups and Data Tables

What is a VLOOKUP? Source

Microsoft Excel Lookup Functions - Reference Guide

Department of Language and Linguistics LG400. Computer Induction for Linguists. Class Handouts. Week 7. Working with data on MS Excel.

1. NORM.INV function Returns the inverse of the normal cumulative distribution for the specified mean and standard deviation.

Excel for Data Visualization

Excel VLOOKUP. An EMIS Coordinator s Friend

NUMERICAL COMPUTING For Finance Using Excel. Interpolation

MODULE VI: MORE FUNCTIONS

Advanced Formulas and Functions in Microsoft Excel

Excel Tips for Compensation Practitioners Weeks 9-12 Working with Lookup Formulae

How to use the Vlookup function in Excel

Open you WordPad/NotePad File in Excel. How to Move Text to Columns (You can see all data in Column A)

ADVANCED EXCEL: LOOKUP FUNCTIONS

Lecture-14 Lookup Functions

Microsoft Excel 2007

Excel 2. Module 2 Formulas & Functions

MS EXCEL: TABLES, FORMATS, FUNCTIONS AND MACROS

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex

IF & VLOOKUP Function

Excel: Tips and Tricks Speaker: Marlene Groh, CCE, ICCE Date: June 13, 2018 Time: 2:00 to 3:00 & 3:30 to 4:30 Session Number: & 27097

Become strong in Excel (2.0) - 5 Tips To Rock A Spreadsheet!

VLOOKUP() takes three mandatory parameters and one default/optional parameter:

Using Advanced Formulas

Introducing Excel Entering Text, Numbers and Dates

AS Computer Applications: Excel Functions

Pivot Table Project. Objectives. By the end of this lesson, you will be able to:

DESCRIPTION 1 TO DEFINE A NAME 2. USING RANGE NAMES 2 Functions 4 THE IF FUNCTION 4 THE VLOOKUP FUNCTION 5 THE HLOOKUP FUNCTION 6

MICROSOFT OFFICE APPLICATIONS

2. In Video #6, we used Power Query to append multiple Text Files into a single Proper Data Set:

1.a) Go to it should be accessible in all browsers

Instructions on Adding Zeros to the Comtrade Data

Excel & Business Math Video/Class Project #33 VLOOKUP Function for Incentive Pay: Commissions and Piecework

1. Cell References and Naming

Free ebooks ==>

Excel: Linking sheets and summary sheets (Mac OS)

exam. Number: Passing Score: 800 Time Limit: 120 min MICROSOFT Excel 2013 Expert Part One.

Excellence in Engineering Since 1946

HelpSheet: VLOOKUP (Details) Function

MICROSOFT EXCEL VERSION 2007 & 2010 LEVEL 4. WWP Learning and Development Ltd Page 1

Microsoft Excel 2010 Training. Excel 2010 Basics

EXCEL AS BUSINESS ANALYSIS TOOL. 10-May-2015

1. Cell References and Naming

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL ADVANCED

Advanced Excel. IMFOA Conference. April 11, :15 pm 4:15 pm. Presented By: Chad Jarvi, CPA President, Civic Systems

B&E 105: TECHNOLOGY FOR BUSINESS SOLUTIONS EXAM 5 CHECKLIST & OUTLINE

Key concepts through Excel Basic videos 01 to 25

Formulas and Functions

Programs for American Fidelity WorxTime

Safari ODBC on Microsoft 2010

VLOOKUP Function Purpose (Mac Guide)

ADVANCED EXCEL BY NACHIKET PENDHARKAR (CA, CFA, MICROSOFT CERTIFIED TRAINER & EXCEL EXPERT)

CS1100: Computer Science and Its Applications

Commonly Used Excel Formulas

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited

FSFOA EXCEL INSTRUCTIONS. Tips and Shortcuts

Getting the Most from your Microsoft Excel

Intermediate Excel Training Course Content

UPDATING E-AUTOMATE VENDOR ITEM NUMBERS WITH NEW SN REFERENCE NUMBERS

STUDENTS DETAILS. Name of Students : DOT-NET Roll No. : Date Of Joining : Name of Course : Batch Timing :

EXCELLING WITH ANALYSIS AND VISUALIZATION

Excel Shortcuts Increasing YOUR Productivity

Printing Monthly Eligible List for Providers

Getting Started with Excel

How Commercial Off-the-Shelf (COTS) Business Intelligence (BI) Tools Can Improve Financial Management Analysis

More fun with exported fund activity data. John Sterbenz Kresge Business Administration Library The University of Michigan

Ahmad Al-Rjoub Excel Tutorial 7. Using Advanced Functions, Conditional Formatting, and Filtering

Tutorial 1: Using Excel to find unique values in a list

Excel Flash Fill. Excel Flash Fill Example

ICT IGCSE Practical Revision Presentation Spreadsheets. Columns. Rows. This is a range of cells. More than one cell has been selected.

Separate, Split & Remove Substring & Number from Text with Excel Functions & VBA

ADVANCED MS EXCEL 2007 USEFUL FUNCTIONS & FORMULAS FOR DAILY USE

Excel as a Tool to Troubleshoot SIS Data for EMIS Reporting

Understanding error messages

Engineering. Engr.10 JKA & KY. College of. San Jose State University

Excel Formulas 2018 Cindy Kredo Page 1 of 23

MICROSOFT EXCEL TIPS & TRICKS FOR THE INTERNAL AUDITOR

New Perspectives on Microsoft Excel Module 5: Working with Excel Tables, PivotTables, and PivotCharts

Instructor Edition EVALUATION ONLY

IC3-2. IC3 Key Applications Exam Exam.

10 Ways To Efficiently Analyze Your Accounting Data in Excel

Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. Microsoft Excel 2013 Enhanced

Excel 101. DJ Wetzel Director of Financial Aid Greenville Technical College

Streamlined Reporting with

Using Excel for a Gradebook: Advanced Gradebook Formulas

3 Excel Tips for Marketing Efficiency

BASIC EXCEL SYLLABUS Section 1: Getting Started Section 2: Working with Worksheet Section 3: Administration Section 4: Data Handling & Manipulation

Vlookup and Sumif Formulas to assist summarizing queried data

SAS (Statistical Analysis Software/System)

LIBRE OFFICE CALC What is Calc? Spreadsheets, sheets, and cells spreadsheets Spreadsheets Cells

Leveraging The Power of Excel

Technology Applications for the Financial Aid Office. Wes Brothers Director of Financial Aid Ohio Christian University

EMIS - Excel Reference Guide

Excel Intermediate. Click in the name column of our Range of Data. (Do not highlight the column) Click on the Data Tab in the Ribbon

Index. calculated columns in tables, switching on, 58 calculation options (manual and automatic), 132 case sensitive filter, implementing, 37

Top 15 Excel Tutorials

Excel Expert Microsoft Excel 2010

Excel Level 3 - Advanced

Transcription:

EXCEL WORKSHOP II ADVANCED FORMULAS AND FUNCTIONS IN EXCEL

Table of Contents Text Functions: Text to Columns, LEFT, RIGHT, MID, FIND, LEN Lookup Functions: VLOOKUP, INDEX and MATCH PivotTable Features: Slicers and Timeline Table Creation / Manipulation: OFFSET Optimization Functions: Goal Seek, Solver

Text to Columns What it does: Separates data into columns either by fixed width or by a delimiter. Where to find it: Data Text to Columns Very useful if we re presented with raw data.

Other Text Functions LEFT(text, [num_chars]) returns the first character(s) in a string, based on the number of characters you specify. RIGHT(text,[num_chars]) returns the last character(s) in a string, based on the number of characters you specify. MID(text, start_num, num_chars) returns a specific number of characters from a text string, starting at the position you specify, based on the number of characters you specify. Note: the final argument is the length, not the end index!

Other Text Functions LEN(text) returns the number of characters in a text string. FIND(find_text, within_text, [start_num]) locates a substring within a string, and returns the index of the starting position of the substring from the first character of the string.

VLOOKUP Recall: VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]) lookup_value: the value you want to look up table_array: the range of cells in which VLOOKUP will search for lookup_value and the return value col_index_num: the column number that contains the return value range_lookup (optional): TRUE (default) for approximate match (assumes the first column is sorted), FALSE for exact match HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup]) does the same thing, but horizontally

Why learn INDEX MATCH? VLOOKUP requires us to count how many columns over the return value is found VLOOKUP can only search for lookup_value in the first column of table_array If we insert a column, VLOOKUP will either return the wrong column s value or break completely INDEX MATCH allows us to look up across both rows and columns, whereas VLOOKUP and HLOOKUP only allow one dimension

INDEX What it does: Returns a value from within a table or range with given row and column number. Syntax: INDEX(array, row_num, [column_num]) Arguments: array: a range of cells row_num: the number of the row relative to the array column_num (optional): the number of the column relative to the array

MATCH What it does: Returns the position, relative to a selected range, of a specified item. Syntax: MATCH(lookup_value, lookup_array, [match_type]) Arguments: lookup_value: the value being looked up in lookup_array lookup_array: the range of cells being searched match_type (optional): 1 (default): finds the largest value less than or equal to lookup_value (lookup_array MUST be in ascending order) 0: finds the first value exactly equal to lookup_value -1: finds the smallest value greater than or equal to lookup_value (lookup_array MUST be in descending order)

Combining INDEX and MATCH INDEX(array, row_num, [column_num]) Instead of manually choosing a row_num and a column_num, we can use MATCH to fill this information in.

Example: VLOOKUP vs. INDEX MATCH VLOOKUP is essentially a special case of INDEX MATCH: VLOOKUP(lookup_value, table_array, col_index_num, FALSE) is the same as INDEX(table_array, MATCH(lookup_value, lookup_array, 0), col_index_num) If we wanted INDEX MATCH to do the same thing as VLOOKUP, lookup_array would simply be the first column of table_array. We can see INDEX MATCH gives much more freedom: We can select any lookup_array we want We can even replace col_index_num with another MATCH statement!

PivotTable Slicers and Timeline What it does: Allows you to filter your PivotTable data with more flexibility and ease of access than through the Filter option Where to find them: Click inside your PivotTable, then Analyze Insert Slicer/Timeline

OFFSET What it does: Returns a reference to a range a specified number of rows and columns away from an anchor cell. Syntax: OFFSET(reference, rows, cols, [height], [width]) Arguments: reference: the cell about which the offset is based. rows: the number of rows up (pos.) or down (neg.) you want the upper-left cell to refer to cols: the number of columns right (pos.) or left (neg.) you want the upper-left cell to refer to height (opt.): the number of rows in the returned reference (default: same as reference) width (opt.): the number of columns in the returned reference (default: same as reference)

OFFSET: Returning a range of cells When we return a range of cells, we cannot visualize the range in a single cell. However, we can use formulas that take a range as input, including SUM, PRODUCT, AVERAGE, COUNT, etc.

Goal Seek When to use it: You know the result that you want from a formula, but are not sure what input value the formula needs to get that result Kind of like an automated guess-and-check Where to find it: Data What-If Analysis Goal Seek How to use it: Set cell: The cell containing the formula you re using (this formula should depend on your input for by changing cell ) To value: The value to which you want the formula in set cell to evaluate By changing cell: The cell whose value you want to change

Shortcomings of Goal Seek If there are multiple input values that allow us to reach our target, Goal Seek only returns one (and we don t know which one) For example, we don t want negative interest rates or loss ratios not between 0% and 100% Goal Seek only allows us to change one cell to reach our target

Solver When to use it: You want to optimize (maximize/minimize) or set the value of a formula to some result by changing one or more variable cells subject to one or more constraints Solver does everything Goal Seek can with a lot more power Solver is an add-in, and hence must be loaded into Excel