Turning Numbers Into Knowledge Nate Moore MBA, CPA, CMPE.

Slides:



Advertisements
Similar presentations
Microsoft Office Grade 10 A / B Cahaya Bangsa Classical School (C) 2010 Digital Media Production Facility 16 Microsoft Excel – 07.
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.
© Paradigm Publishing, Inc Excel 2013 Level 2 Unit 1Advanced Formatting, Formulas, and Data Management Chapter 2Advanced Functions and Formulas.
MIS: Chapter 14 Cumulative concepts, features and functions, plus new functions COUNTIFS, SUMIFS, AVERAGEIFS (Separate ppt on REACH.louisville.edu) All.
Pre-defined System Functions Simple IF & VLOOKUP.
Lunch and Learn VLOOKUP & PivotTables IT User Services University of Delaware.
Calling all Data Geeks! Corey McAfee October 24, 2014 Corey McAfee October 24, 2014.
Turning Numbers Into Knowledge Nate Moore MBA, CPA, FACMPE.
 Identify the Parts  Create scratch sheets as needed  No penalty for extra sheets  [Over time, you’ll do more at one time naturally. Don’t rush it!]
Tutorial 7: Using Advanced Functions and Conditional Formatting
Pradeep Velugoti Lakshman Tallam.  Type in the month name “January” in any cell say A1.  Now drag the fill handle to the right to select the range (Do.
1 CA202 Spreadsheet Application Working with Database Data Lecture # 14.
Computer Science & Engineering 2111 Vlookup and Hlookup Functions Syntax 1CSE 2111 Lecture Vlookup and Hlookup.
MICROSOFT EXCEL – TRAINING FOR QC DIETETIC INTERNS Stephanie Brooks – Fall 2014.
CS1100: Computer Science and Its Applications Table Lookup and Error Processing Martin Schedlbauer, Ph.D.
 Create a small exam that calculate the grade it self  Create a small program to do.
ACOT Intro/Copyright Succeeding in Business with Microsoft Excel 2010.
Tutorial 8: Working with Advanced Functions
REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
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 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.
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)
COMPREHENSIVE Excel Tutorial 7 Using Advanced Functions, Conditional Formatting, and Filtering.
1 Use a cell value as a KEY to a table to find and return a specific element to another cell or use in a calculation.
Powerpoint Templates Page 1 Powerpoint Templates MS Excel Functions.
Turning Numbers Into Knowledge Nate Moore MBA, CPA, FACMPE.
REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
Unit 2 – Spreadsheets Spreadsheets Vlookups.
Mark Brady 11/19/2012 Southwest Florida Water Management District Data Analyst Interview.
REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
Chapter 12 Creating Formulas that Look Up Values Microsoft Excel 2003.
Glade Manual – Chapter 6 1 “COUNTIF” function: - “COUNTIF” function counts the number of cells within a range that meet the given condition - In Excel:
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
Lookup Functions VLOOKUP and HLOOKUP. VLOOKUP  VLOOKUP(lookup_value,table_array,c ol_index_num,range_lookup)  Range_lookup argument If an exact match.
1 CSE 2337 Chapter 5 Retrieving Data with Lookups.
RevisionRevision Function in Spreadsheet DATE Returns the serial number of a particular date. Syntax –DATE(year,month,day) year is a number from 1900.
CIS 300- Professor Im Test #2. MICROSOFT ® EXCEL ® LOOKUP FUNCTIONS Syntax: =VLOOKUP(lookup_value,table_array,col_index_num,[range_lookup]) Arguments:
Charlie Haffey Norwood Public Schools. Vlookup Vertical Lookup  Enter a unique value  Import any info from an internal/external database.
CIS300 Exam 4 Review Dale McIntosh © 2009 Dale McIntosh. All Rights Reserved.Spring 2009.
LOOKUP FUNCTIONS Excel Lesson 10. LOOKUP FUNCTIONS Allow the user to find data in other cells in the spreadsheet and place them in the current cell VLOOKUP:
Excel Tips and Tricks Leda Voigt Green River College.
VLOOKUP Function Tech Tuesday January 5, What is VLOOKUP? A Function in Excel (and also in Google Sheets) for finding specific information in.
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.
CIS300 Test 3 Review Reinhardt. © 2009 Dale McIntosh. All Rights Reserved. Slides are Available at: uter/cistestreviews.html.
VLOOKUP HLOOKUP INDEX + MATCH
MSAA PRESENTS: AN EXCEL TUTORIAL
Contents Introduction Text functions Logical functions
TRACKER Contents Intro Excel 101 Math Operations Formulas 101.
Microsoft Excel VLOOKUP Deborah Trujillo Instructional Technology
2007 MICROSOFT EXCEL INTERMEDIATE
VLOOKUP Finds an entry from a vertical array based on a criteria
VLOOKUP Finds an entry from a vertical array based on a criteria
How To Use VLOOKUP In Microsoft Excel
Welcome! Open Firefox Go to: usability-sf.
Managing Multiple Worksheets and Workbooks
ITI 091 MS Excel Level III 9/18/2018
Deep Dive Presented by Greg Creech MCAS-I and CompTIA CTT+
ITI 305 MS Excel Level III 11/20/2018
MS Excel 2016 Level III 12/6/2018 Copyright © Carl M. Burnett.
Going through the Big “D”
MIS2502: Data Analytics ICA #4. ETL - Excel Basics
MIS2502: Data Analytics ETL - Excel Basics
VLookup and HLookup in Microsoft Excel
MS Excel 2016 Level III Montgomery County Government (MCG)
Excel Tips and Tricks Presented by: Tracee Baker, Business Analyst, TD Ameritrade July 21, /3/2019.
Topic 5 – Table Lookup Lesson 3 - Advanced Lookup
ITI 091 MS Excel Level III 4/9/2019
Table Lookup and Error Handling
Presentation transcript:

Turning Numbers Into Knowledge Nate Moore MBA, CPA, CMPE

Verifiably Vital Virtues Vested in Versatile Microsoft Excel ® VLOOKUP

Learning Objectives Work through a basic VLOOKUP application Combine functions to add power to VLOOKUP Watch for and overcome VLOOKUP gotchas

Work Through a Basic VLOOKUP Application VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])

Lookup Value What am I looking for?

Table Array What table has the data I’m looking for (in the far left column)

Column Index Number Which column in the table do I want to return?

Range Lookup TRUE – Find the closest value to what I’m searching for, without going over FALSE – Find an exact match

Range Lookup – Continued Range Lookup is Optional and TRUE is the default! Table has to be sorted for TRUE to work!

Combine Functions to Add Power to VLOOKUP IFERROR (trap and control errors) LEFT (lookup leftmost x characters) ROW & COLUMN for column number HLOOKUP

Watch For and Overcome VLOOKUP Gotchas Text vs. Numbers (especially CPT codes) Convert Text to Numbers and vice versa using Text to Columns on the Data tab

Watch For and Overcome VLOOKUP Gotchas Absolute references for the table ($A$2:$C$198) TRUE is the default!

Applications for VLOOKUP in a Medical Practice Fee Schedule Analysis – CPT Codes Diagnosis Codes Patient Satisfaction Surveys Financial Reporting

Next Steps Using VLOOKUP to Combine Data in Microsoft Excel article at mooresolutionsinc.com/articles.php mooresolutionsinc.com/articles.php MGMA Excel Users Community

More Next Steps Watch Excel Videos and at mooresolutionsinc.commooresolutionsinc.com Practice with this sample data

How to Join Excel Users Login to Go to My Profile, then click on My Subscriptions from the submenu Choose your delivery preferences for the communities you wish to join Direct link Excel Users is in alphabetical order

MooreSolutionsInc.com Nate Moore