Excel Training FGFOA Annual Conference – January 16, 2019

Slides:



Advertisements
Similar presentations
Using Excel to Understand Your Data Clayton County Public Schools Department of Research, Evaluation and Assessment Assistant Principal In-Service.
Advertisements

Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts
Chapter 5 Creating, Sorting, and Querying a Table
Chapter 6: Pivot Tables Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
Managing Grades with Excel Viewing Help To view Help 1.Open Excel on your computer. 2.In the top right hand corner of the Excel Screen type in the.
Excel: Pivot Tables Computer Information Technology Section 6-18.
Calling all Data Geeks! Corey McAfee October 24, 2014 Corey McAfee October 24, 2014.
Essential Excel Tools, Tips & Tricks Nicole Soer Loras College.
Microsoft Excel 2010 Chapter 8
MICROSOFT EXCEL – TRAINING FOR QC DIETETIC INTERNS Stephanie Brooks – Fall 2014.
Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts
EXCEL ADVANCED 1. Mathematical Operators for Excel < > = >=
With Microsoft Excel 2007 Comprehensive 1e© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Excel 2007 Comprehensive.
© 2002 ComputerPREP, Inc. All rights reserved. Excel 2000: Database Management and Analysis.
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.
XP 1 Excel Tables Purpose of tables – Process data in a group – Used to facilitate calculations – Used to enhance readability of output Types of tables.
PIVOT TABLES AND CHARTS CS1100 Computer Science and its Applications CS1100Pivot tables and charts1.
DAY 9: EXCEL CHAPTER 6 Tazin Afrin September 17,
Excel: Pivot Tables Exploring Computer Science Lesson Supplemental.
XP. Objectives Sort data and filter data Summarize an Excel table Insert subtotals into a range of data Outline buttons to show or hide details Create.
Chapter 6 Creating, Sorting, and Querying a Table
Intermacs Form Download Excel Tutorial Pivot Tables, Graphic Tools, Macros By: Devin Koehl.
Spreadsheets What is Excel?. Objectives 1. Identify the parts of the Excel Screen 2. Identify the functions of a spreadsheet 3. Identify how spreadsheets.
Microsoft Office 2013 ®® Calculating Data with Formulas and Functions.
Progress and Outcome Measures - Part 3 Progress and Outcome Measures Part 3, Slide 1Copyright © 2004, Jim Schwab, University of Texas at Austin.
Microsoft ® Excel ® 2013 Enhanced Excel Tutorial 3 Calculating Data with Formulas and Functions.
COM: 111 Introduction to Computer Applications Department of Information & Communication Technology Panayiotis Christodoulou.
Microsoft ® Excel ® 2013 Enhanced Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts.
By Martha Nelson Digital Learning Specialist Excel Pivot Tables.
Microsoft Office Tips Pivot tables. Agenda Learn how to create and use PivotTables Q&A Excel 2010 is very similar to 2007, I have tried to demonstrate.
Excel Tips and Tricks Leda Voigt Green River College.
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.
SJSU College of Business Business Productivity Tools Fall 2016 Summary of Lessons and Learning Objectives.
Creating Interactive Reports Using Excel Pivot Tables
Advanced Excel Helen Mills OME-RESA.
AGB 260: Agribusiness Data Literacy
MSAA PRESENTS: AN EXCEL TUTORIAL
OCAN Productivity Series:
Contents Introduction Text functions Logical functions
Elena Lazarevska, City of Boulder
MS EXCEL PART 4.
Copyright © Bird Media LLC
TRACKER Contents Intro Excel 101 Math Operations Formulas 101.
PROJECT ON MS-EXCEL.
Microsoft Excel VLOOKUP Deborah Trujillo Instructional Technology
Excel: Macros & Pivot Tables
Exploring Computer Science Lesson Supplemental
Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts
Copyright © Bird Media LLC
2007 MICROSOFT EXCEL INTERMEDIATE
Microsoft Office Illustrated
Adam Little Catharine Reeder
Analyzing Table Data.
Excel for EMIS A few of my favorite things
Creating, Sorting, and Querying a List
How To Use VLOOKUP In Microsoft Excel
Deep Dive Presented by Greg Creech MCAS-I and CompTIA CTT+
VLOOKUP functions Data Analysis.
Advanced Microsoft Excel
PivotTables in Excel (2007)
Microsoft Excel 101.
Excel Tips and Tricks Presented by: Tracee Baker, Business Analyst, TD Ameritrade July 21, /3/2019.
Lesson 1 - Automating Tasks
REACH Computer Resource Center
Chapter 6 Modifying Cell Styles
Shelly Cashman: Microsoft Excel 2016
Lesson 13 Working with Tables
Assignment resource Working with Excel Tables, PivotTables, and Pivot Charts Fairhurst pp The commands on these slides work with the Week 2 Excel.
Presentation transcript:

Excel Training FGFOA Annual Conference – January 16, 2019 Kyle Sutton, CPA/CFE 616-643-4173 kyle.sutton@plantemoran.com

Agenda NOTE – We will likely not make it through all materials! Overview Pivot Tables/Graphs Macros Common Shortcut Keys Functions Comparisons VLOOKUP Fuzzy Lookup INDEX/MATCH Conditional Formatting and Remove Duplicates Printing Other Resources Questions

Overview Blue tabs/Orange cells in workbook provided are for “DIY” Think… “Where can I use this in my work right now?” Stop me at any time with questions or comments Likely, today’s ultimate takeaway is not going to be a specific function or tool. It is that Excel can do a TON! If you’re not sure how to do it, I guarantee you there is free resource online that will show you how.

Pivot Tables/Graphs Great for summarizing data How much? How many? To create, select your data and go to Insert-> PivotTable Use the builder to drag and drop as necessary If the builder is not visible, click in the Pivot Table and under the Analyze Tab, Click on “Field List”

Pivot Tables/Graphs (cont.) Understand the four parameters: 1 & 2) Row is the summarization by column. Look for key words such as "by" "per" or "for". By client, per year, etc. 3) Values are amount to be summarized. Can be a sum, average, count, etc. 4) Filter allows you to manipulate further. Can be used as a slicer or timeline instead.

Pivot Tables/Graphs (cont.) Format in the calculated field, not the home tab. Format in the Design tab Change Data Source vs. Refresh - Refresh will only refresh numbers in the current selection Double click to "drill down" Percentages - Show Values As -> % of Grand Total When in doubt, use the Recommended Tables and Charts feature

Macros What is a macro? Is it safe? Build a macro from scratch .xlsm vs .xlsb vs .xlsx Build a macro from scratch Assign to a button Assign to a shortcut key Assign to Quick Access Toolbar Copy into VBA See the Macro tab in the provided workbook for additional information

Common Shortcut Keys See workbook included for a list of the most common shortcut keys Start practicing a few of the ones you’ll use the most until they’re second nature, then move on to practicing others Create your own

Functions -Absolute and Relative References Basic Cell Reference Absolute Cell Reference Mixed Cell Reference -Function Bar vs. Function Input Box -Evaluate Functions

Comparisons - VLOOKUP Great for extracting specific information from a different table First column in your lookup table needs to be the matching key. VLOOKUP goes from left to right. =VLOOKUP (lookup_value, table_array, col_index_num, [range_lookup])

Comparison - VLOOKUP (cont.) 1st argument is the value you are looking up. 2nd argument is the table in which you are looking up the value. It needs to be absolute references. 3rd argument is the column number for the value you want to extract. 4th argument specifies an exact match (FALSE) or a range (TRUE). Most of the time, this will be FALSE, even though the default is TRUE. For a range lookup (fourth argument is TRUE) - the values need to be sorted.

INDEX/MATCH Great for extracting specific information from a different table, especially When columns will be added to the lookup table, or When the first column in the lookup table is not the matching key INDEX(array, row_num, [column_num]) MATCH(lookup_value, lookup_array, [match_type])

Comparison - VLOOKUP – Common Issues Lookup table was not entered with absolute references Matching Key is not the same format (ex. matching a number to text) Matching Key is not the first column number Wrong column number (especially if columns are later added to table) TRUE vs. FALSE range Duplicate values in lookup table

Fuzzy Lookup Great for creating matches when NO EXACT MATCH exists https://www.microsoft.com/en-us/download/details.aspx?id=15011

Conditional Formatting and Removing Duplicates Key Takeaway: Excel has some very cool built-in features already. If you’re asking, “is there a way to do this in Excel?” the answer is likely yes!

Additional Resources Visualizing Data: http://www.darkhorseanalytics.com/blog/data-looks-better-naked General Resources: Google! www.contextures.com www.exceljet.net https://www.youtube.com/user/ExcelIsFun VBA: http://www.homeandlearn.org/excel_dot_notation.html https://excelmacromastery.com/

Questions?