Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set

Size: px
Start display at page:

Download "Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set"

Transcription

1 Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set Goal in video # 25: Learn about how to use the Get & Transform group in the Data Ribbon Tab to import, clean and transform data. Topics Covered in Video: 1) Data Analysis: i. Converting Raw Data into Useful Information 2) Proper Data Set: i. Field Names / Column Headers in first row ii. Records in each row (sales transactions, employee records and so on) iii. Empty cells all around data set (or Excel row or column headers) 3) Bad Data i. Bad Data = Raw Data that is not in a Proper Data Set form. ii. If we don t have a Proper Data Set than we can use Excel Data Analysis features. iii. So when we get Bad Data, we have to clean and transform the data so it becomes data that is stored in a Proper Data Set. iv. Power Query (Get & Transform) is an Excel Feature that can clean and transform data. 4) Power Query (Get & Transform Data) i. Power Query history: Power Query has been around since Excel In Excel 2010 & 2013 Power Query was an add-in that you had to download and install 3. In Excel 2016 Power Query become the Get & Transform group in the Data Ribbon Tab. 4. Depending on the version of Excel that you have, the Get & Transform group looks different. i. If you have Office 365, your Get and Transform Data group may look like this: ii. If you do NOT have Office 365, your Get and Transform group may look like this: Page 1 of 18

2 ii. What does Power Query do: Import Data from External sources i. External sources such as text files, Excel workbooks, databases and more 2. Clean Data i. Like split data in a column into three columns 3. Transform Data i. Like combining multiple tables into one Proper Data Set iii. If your data is in an Excel sheet, you must convert the data to an Excel Table using the Excel Table feature. This is to ensure that if you add new data, the output from Power Query will update when new data is added. 2. Then you click the From Table button in the Get & Transform group in the Data Ribbon Tab to put the Excel Data into the Power Query Editor: i. In Office 365 the From Table/Range button looks like this: ii. In a version that is NOT Office 365 the From Table button looks like this: iv. If you have data from an external source, we can begin the process of importing the data by clicking the following button: i. In Office 365 to get external data click the Get Data button: ii. In a version that is NOT Office 365 to get external data click the New Query button: Page 2 of 18

3 v. Clean Data with Power Query (Get & Transform), Flash Fill or formulas? Use Flash Fill when the data cleaning is a one-time event and you don t need the solution to update when the source data changes. 2. Use Formulas when the data cleaning solution needs immediately update when the source data changes. 3. Use Power Query when you need the solution to update after you click the Refresh button. vi. Other reasons to use Power Query rather than Flash Fill, Formulas and other methods of cleaning and transforming data: Power Query can be significantly easier when the cleaning is complicated or has multiple steps, especially as compared to formulas 2. If the data is coming from an external source, Power Query can be significantly easier than any other method. 3. If you have multiple files that you need to transform into a single Proper Data Set, like in the example in our video, Power Query is significantly easier than any other method. vii. Every time we use Power Query, we create a new Query of the Start Data Set. The word Query means to ask a question. 2. When we start a Query based on a Start or Begin Data Set, we are asking a question of the data set. 3. For example: i. If our Start or Begin Data Set looks like this: ii. We might want to ask the question or Query : Can I see the Description Column Split into three separate columns?, where the answer to the Query would look like this: viii. Power Query uses Data Types for each Column / Field Data Type indicates what sort of data can go in a particular Field or Column. i. For example, we may designate a column as one of these Data Types: Text: Where the column can only contain Text values 2. Date: Where the column can only contain Date values 3. Whole Number: Where the column can only contain Whole Numbers with no decimals 4. Currency: Where column can contain Currency amounts with upto 4 decimals 5. There are more Data Types also 2. When you designate a Column / Field as a specific data type, you are building a more robust data storage system, because you are assuring that the right kind of data goes into the column. 3. Power Query and Access both use Data Types. 4. Important: If you do not choose the correct data type for each column, the data analysis features in Excel, like a PivotTable may not work correctly. i. For example: A Date Field without the Date Data Type cannot group in a PivotTable. 2. A Sales Column without a number Data Type may not be able to be summed. Page 3 of 18

4 5) Delimiter? i. A delimiter is a character or set of characters that separate data that should be broken apart into separate columns For example for this data: Carlota / 05/05/2016 / West i. The delimiter is / (Space, Forward Slash, Space). ii. The delimiter tells us how the data should be split into separate columns. iii. The resultant data should be: 6) Why store data in Text Files? i. Because there are so many different systems for storing data, the agreed upon file type Text Files is often used to transfer data from one system to another. ii. Examples of Text File extensions:.txt 2..csv iii. The Delimiters used for different text files:.txt uses a Tab as the delimiter 2..csv uses comma as the delimiter Page 4 of 18

5 Example #1: Convert "NOT a Proper Data Set" into a Proper Data Set & Make PivotTable Report 1) On the sheet named Ex(1) there is a table with two Columns/Fields named Description and Amount. The Description column is Bad Data because we can t use the Product, Date or Region in a PivotTable Report unless we break it apart into three columns. This is what the data looks like: 2) Notice that what separates the Product, Date and Region columns is a delimiter. The delimiter for this column is /, that is a space, forward slash and a space. 3) In order to use data from an Excel Sheet we must convert the data to an Excel Table. We can convert the table of data to an Excel Table by clicking in a single cell and using the keyboard Ctrl + T. In the Properties group in the Table Tools Design Ribbon Tab we can name the table StartSalesTable. 4) To bring the Excel Table into the Power Query Editor Window, click in one cell in the Excel Table and in the Data Ribbon Tab, in the Get & Transform group, click the From Table button: i. In Office 365 it looks like this: ii. In a version that is NOT Office 365, it looks like this: Page 5 of 18

6 5) A New window opens up that reads Query Editor in title Bar. On the Right, we want to click in Query Settings Task Pane Name textbox and name the Query SalesProperDataSet. This name is the name of the Query and the name of the Cleaned Excel Table that will be loaded back into Excel. New Window opens called Query Editor Name of: 1) Query And 2) Cleaned Excel Table that will be loaded back into Excel 6) Click on the Description Column Header to select the whole column 7) Notice that in the Description column, what separates the Product, Date and Region columns is a delimiter. The delimiter for this column is /, that is a space, forward slash and a space. Now we need to split the Description column into three separate columns. 8) In the Query Editor Home Ribbon Tab, in the Transform group, click on the Split button and then click on By Delimiter : Page 6 of 18

7 9) The Split By Delimiter dialog box pops up and looks like this: 10) From the Select or enter delimiter drop-down, select Custom like this: 11) Type a space, forward slash and then space, like this: 12) After you click OK, the new split data set looks like this: 13) Notice that the Column Header / Field Names are not useful names. Page 7 of 18

8 14) To rename each Column Header / Field, double click the Column Header / Field Name, type name and hit Enter. The renamed columns should look like this: 15) Now we want to take a closer look at each Column Header / Field Name and notice the icons like ABC, Calendar Icon and 123. These are the Data Types for each column. These Data Types assure that the right kind of data goes into the column. The Product, Date and Region all have the correct Data Type. But the Sales Field needs to have the Data Type changed to Currency Data Type. To do this, click the 123 icon on the left side of the Sales Column Header and then click on Currency, like this: 16) Now our Query is finished. Notice that the steps of the query are listed on the right. These steps can be viewed by clicking on them and can be edited if necessary. Page 8 of 18

9 17) To load the Cleaned & Transformed Proper Data Set to an Excel Sheet, in the Home Ribbon Tab, in the Close group (all the way on the left), click the Close & Load drop-down arrow and then click on the Close & Load To option 18) The next dialog box that pops-up depends on what version you have: i. If you have Office 365, then your dialog box looks like this and is named Import Data : ii. If you do NOT have Office 365, then your dialog box looks like this and is named Load To : iii. In either dialog box you now select Table and New Worksheet dialog buttons. iv. By selecting the Table option we are create a new Excel Table on a new sheet. This Excel Table will be have the same name as the Query and will be the Power Query Output or Result. Page 9 of 18

10 19) After the Cleaned & Transformed Proper Data Set is loaded to an Excel Sheet, we can see that the name of the Query and the name of the new Excel Table are the same. They are both named SalesProperDataSet. After the data is loaded, be sure to name the sheet Cleaned Data. Notice that the Query Pane shows that 365 records have been loaded. Same Name for both: 1) Query And 2) Cleaned Excel Table that is loaded to a new sheet ** It is simultaneously both an Excel Table and the Output from Power Query Be sure to name sheet Cleaned Data This is called the Query Pane 20) Now we can build a PivotTable Report from our cleaned data: Page 10 of 18

11 21) Back on the sheet Ex(1), select the new data (new records) in the range AA15:AB130, like in this picture: 22) Select cell A380 below the original data set, the Excel Table named, StartSalesTable, like in this picture: 23) Paste the copied new records so they become part of the Excel Table named StartSalesTable, like this: 24) Go back to the Query Output, the Excel Table SalesProperDataSet with the cleaned data, and then right-click and click on the Refresh option. This will update the Power Query Output, which means it will run through all the listed steps in the Power Query window and re-load the complete new data set. Page 11 of 18

12 25) Then in the PivotTable, right-click and click on the Refresh option. 26) The completed project should look like this: 27) If you ever need to edit, or delete or look at your query, you must open the Query Pane. The button to click to open the Query Pane is in a different location depending on whether or not you have Office 365: i. In Office 365, you click the Queries and Connections button in the Queries and Connections group in the Data Ribbon Tab: ii. In a version that is NOT Office 365, you click the Show Queries button in the Get & Transform group in the Data Ribbon Tab: iii. If you ever need to edit or look at your query, you can double-click the query in the Query Pane. You can right-click the query and point to edit also. iv. If you need to delete your query and start over, you can delete the query in the Queries Pane. Page 12 of 18

13 Example #2: Import Multiple Text Files & Transform into Proper Data Set 1) After you download the zipped folder named EB25FileDownloads to the desktop (or some other location) and then unzip the folder, you will see that there are two text files and one folder named Start inside, like in this picture: 2) If you look inside the Start Folder, you will see two Text Files. This is the folder where we store our Text File data and we only put.txt files in this folder. Each file contains the Sales Data for a single month. As seen in this picture: Start Folder is where we store or monthly sales data. We only store.txt files in this folder. 3) If you right-click the Text File named 01-April.txt and click on Open With, then click on Word you will see this: 4) Each one of the Text Files has four columns of data, where each column is separated by a Tab delimiter. This means that the Text File contains the columns Product, Date, Region and Sales and each column is separated by a Tab. Tab delimited data is a common way that different systems can share data. This data came from a data storage system that exported monthly data in a Tab Delimited form. This is good for us because Power Query can easily interpret Tab Delimited data and can easily combine the different Text Files into a single Proper Data Set. Page 13 of 18

14 5) Our goal is to combine (sometimes referred to as append ) the text files into a single Proper Data Set. 6) Go to the sheet named Ex(2) and select cell A1 Then in the Data Ribbon Tab, in the Get & Transform Group start a new query to import the Text Files from a Folder. How we start a new query to import from a folder depends on the version you have: i. In Office 365, you click the Get Data button in the Get & Transform Data group in the Data Ribbon Tab: ii. In a version that is NOT Office 365, you click the New Queries button in the Get & Transform group in the Data Ribbon Tab: 7) From the drop-down, you select From File and then click on From Folder, like in this picture: 8) Click in the Browse textbox, then click on the Browse button, and navigate to the Start Folder, like in this picture: When we point to the Start Folder, Power Query will try and import all files from this folder. 9) Click OK in the Browse For Folder dialog box. Click OK in the Folder dialog box. Page 14 of 18

15 10) In the next dialog box, select the Combine button drop-down and then select Combine and Edit, like in this picture: 11) In the next dialog box, make sure that the Delimiter is Tab. If it is, click OK. 12) When the Query Editor comes up, name the query MonthlyTextSalesProperDataSet, as seen here: Page 15 of 18

16 13) Right-click Source.Name Column Header and then click on Remove, like seen here: 14) Change the Data Type for the Sales Field to Currency, like in this picture: 15) The finished query should look like this: 16) From the Home Ribbon Tab, in the Close group, click the Close & Load drop-down and then click on Close & Load option, like seen here: Page 16 of 18

17 17) When the new table loads, be sure to name the sheet CleanedTextData. In the Queries Pane you can see a lot of steps that were automatically created to combine the text files. At the bottom of the Queries Pane you can see the two queries that we created and you can see the number of rows that were loaded. Lots of steps automatically created by Power Query to combine Text Files. Name the sheet CleanedTextData These are the two queries that we created 18) Now go back to the EB25FileDownloads folder and copy the June and July text files and then paste them into the Start folder, like seen here: Page 17 of 18

18 19) Now go back to the MonthlyTextSalesProperDataSet Power Query Output and right-click and then click on the Refresh option. In the Queries Pane you will see that the new Text Files for June and July have been included in the Table: 20) Revised Definition of Data Analysis: i. Define Data Analysis / Business Intelligence: Convert the raw data into useful information. i. If the data is not in a Proper Data Set and we need it to be (like for PivotTables and Filtering), then the full definition is: Import, Clean and Transform Data into a Proper Data Set and then convert the raw data into useful information. 2. Here is a picture: Page 18 of 18

Microsoft Power Tools for Data Analysis #04: Power Query: Import Multiple Excel Files & Combine (Append) into Proper Data Set.

Microsoft Power Tools for Data Analysis #04: Power Query: Import Multiple Excel Files & Combine (Append) into Proper Data Set. Microsoft Power Tools for Data Analysis #04: Power Query: Import Multiple Excel Files & Combine (Append) into Proper Data Set Table of Contents: Notes from Video:. Goal of Video.... Main Difficulty When

More information

Microsoft Power Tools for Data Analysis #5 Power Query: Append All Tables in Current Workbook Notes from Video:

Microsoft Power Tools for Data Analysis #5 Power Query: Append All Tables in Current Workbook Notes from Video: Microsoft Power Tools for Data Analysis #5 Power Query: Append All Tables in Current Workbook Notes from Video: Table of Contents: 1. Goal of Video... 3 2. Each Excel Table on New Sheet... 3 3. What does

More information

Rows area Values area

Rows area Values area Office 2016 Excel Basics 05 Video/Class Project #17 Excel Basics 5: Power of PivotTables to Create Reports with Various Calculations & Layouts Goal in video # 5: Learn more about how we can use PivotTables

More information

Key concepts through Excel Basic videos 01 to 25

Key concepts through Excel Basic videos 01 to 25 Key concepts through Excel Basic videos 01 to 25 1) Row and Colum make up Cell 2) All Cells = Worksheet = Sheet 3) Name of Sheet is in Sheet Tab 4) All Worksheets = Workbook File 5) Default Alignment In

More information

Office 2016 Excel Basics 21 Video/Class Project #33 Excel Basics 21: Relationships Rather than VLOOKUP for PivotTable Reports (Excel 2016 Data Model)

Office 2016 Excel Basics 21 Video/Class Project #33 Excel Basics 21: Relationships Rather than VLOOKUP for PivotTable Reports (Excel 2016 Data Model) Office 2016 Excel Basics 21 Video/Class Project #33 Excel Basics 21: Relationships Rather than VLOOKUP for PivotTable Reports (Excel 2016 Data Model) Goal in video # 21: Learn about how to use the Relationships

More information

Excel Tables & PivotTables

Excel Tables & PivotTables Excel Tables & PivotTables A PivotTable is a tool that is used to summarize and reorganize data from an Excel spreadsheet. PivotTables are very useful where there is a lot of data that to analyze. PivotTables

More information

Excel & Business Math Video/Class Project #01 Introduction to Excel. Why We Use Excel for Math. First Formula.

Excel & Business Math Video/Class Project #01 Introduction to Excel. Why We Use Excel for Math. First Formula. Excel & Business Math Video/Class Project #01 Introduction to Excel. Why We Use Excel for Math. First Formula. Topics Covered in Video: 1) USB Drive to store files from class... 2 2) Save As to Download

More information

2) Excel Basics 5: Power of PivotTables to Create Reports with Various Calculations & Layouts. Page 1 of 21

2) Excel Basics 5: Power of PivotTables to Create Reports with Various Calculations & Layouts. Page 1 of 21 Office 2016 Excel Basics 20 Video/Class Project #32 Excel Basics 20: PivotTable Power: 14 Amazing PivotTable Reporting Tricks from Slicers to Show Values As! Goal in video # 20: Learn about how to create

More information

The specific steps to build Wooden Crafts database are here: 1. Create New Database. i. After opening Access, click Blank Desktop Database :

The specific steps to build Wooden Crafts database are here: 1. Create New Database. i. After opening Access, click Blank Desktop Database : Highline College - Busn 216: Computer Applications for Business (Fun and Power with Computers) Office 2016 Video #39: Access 2016: Create Database, Import Excel, Create Tables & Forms, Build Relationships

More information

MS Office 2016 Excel Pivot Tables - notes

MS Office 2016 Excel Pivot Tables - notes Introduction Why You Should Use a Pivot Table: Organize your data by aggregating the rows into interesting and useful views. Calculate and sum data quickly. Great for finding typos. Create a Pivot Table

More information

Table of Contents Data Validation... 2 Data Validation Dialog Box... 3 INDIRECT function... 3 Cumulative List of Keyboards Throughout Class:...

Table of Contents Data Validation... 2 Data Validation Dialog Box... 3 INDIRECT function... 3 Cumulative List of Keyboards Throughout Class:... Highline Excel 2016 Class 10: Data Validation Table of Contents Data Validation... 2 Data Validation Dialog Box... 3 INDIRECT function... 3 Cumulative List of Keyboards Throughout Class:... 4 Page 1 of

More information

WAAT-PivotTables Accounting Seminar

WAAT-PivotTables Accounting Seminar WAAT-PivotTables-08-26-2016-Accounting Seminar Table of Contents What does a PivotTable do?... 2 How to create PivotTable:... 2 Add conditions to the PivotTable:... 2 Grouping Daily Dates into Years, Quarters,

More information

Office 2016 Excel Basics 06 Video/Class Project #18 Excel Basics 6: Customize Quick Access Toolbar (QAT) and Show New Ribbon Tabs

Office 2016 Excel Basics 06 Video/Class Project #18 Excel Basics 6: Customize Quick Access Toolbar (QAT) and Show New Ribbon Tabs **These pdf Notes are for video 6-8. Scroll down to see notes for all three videos. Office 2016 Excel Basics 06 Video/Class Project #18 Excel Basics 6: Customize Quick Access Toolbar (QAT) and Show New

More information

USING MICROSOFT EXCEL 2016 Guided Project 4-3

USING MICROSOFT EXCEL 2016 Guided Project 4-3 Guided Project 4-3 Clemenson Imaging analyzes expense reports from field representatives as well as patient and image data. To complete the worksheets, you format data as a table and build an advanced

More information

Highline Excel 2016 Class 09: Date Functions

Highline Excel 2016 Class 09: Date Functions Highline Excel 2016 Class 09: Date Functions Table of Contents Date Functions... 2 Examples of EOMONTH, EDATE and DATE functions:... 2 Fiscal Year... 3 Example of Data Set with Date Helper Columns, including

More information

Sample Chapters. To learn more about this book, visit the detail page at: go.microsoft.com/fwlink/?linkid= Copyright 2010 by Curtis Frye

Sample Chapters. To learn more about this book, visit the detail page at: go.microsoft.com/fwlink/?linkid= Copyright 2010 by Curtis Frye Sample Chapters Copyright 2010 by Curtis Frye All rights reserved. To learn more about this book, visit the detail page at: go.microsoft.com/fwlink/?linkid=191751 Chapter at a Glance Analyze data dynamically

More information

Table of Contents: Microsoft Power Tools for Data Analysis #15 Comprehensive Introduction to Power Pivot & DAX. Notes from Video:

Table of Contents: Microsoft Power Tools for Data Analysis #15 Comprehensive Introduction to Power Pivot & DAX. Notes from Video: Microsoft Power Tools for Data Analysis #15 Comprehensive Introduction to Power Pivot & DAX Table of Contents: Notes from Video: 1) Standard PivotTable or Data Model PivotTable?... 3 2) Excel Power Pivot

More information

Basic tasks in Excel 2013

Basic tasks in Excel 2013 Basic tasks in Excel 2013 Excel is an incredibly powerful tool for getting meaning out of vast amounts of data. But it also works really well for simple calculations and tracking almost any kind of information.

More information

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41 Table of Contents Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 Office Button... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 8 Making

More information

Intermediate Excel Training Course Content

Intermediate Excel Training Course Content Intermediate Excel Training Course Content Lesson Page 1 Absolute Cell Addressing 2 Using Absolute References 2 Naming Cells and Ranges 2 Using the Create Method to Name Cells 3 Data Consolidation 3 Consolidating

More information

Patricia Andrada Quick Guide Excel 2010 Data Management-July 2011 Page 1

Patricia Andrada Quick Guide Excel 2010 Data Management-July 2011 Page 1 Patricia Andrada Quick Guide Excel 2010 Data Management-July 2011 Page 1 Excel 2010 Data Management AutoFill and Custom Lists AutoFill 1. Select the range that contains the initial value(s) of the series

More information

MS Excel Henrico County Public Library. I. Tour of the Excel Window

MS Excel Henrico County Public Library. I. Tour of the Excel Window MS Excel 2013 I. Tour of the Excel Window Start Excel by double-clicking on the Excel icon on the desktop. Excel may also be opened by clicking on the Start button>all Programs>Microsoft Office>Excel.

More information

Pivot Tables and Pivot Charts Activities

Pivot Tables and Pivot Charts Activities PMI Online Education Pivot Tables and Pivot Charts Activities Microcomputer Applications Updated 12.16.2011 Table of Contents Objective 1: Create and Modify PivotTable Reports... 3 Organizing Data to Display

More information

Power Query for Parsing Data

Power Query for Parsing Data Excel Power Query Power Query for Parsing Data Data Models Screen 1In Excel 2010 and 2013 need to install the Power Query; however, in 2016 is automatically part of the Data Tab ribbon and the commands

More information

Chapter at a glance. Analyze. Filter. Format. Create. Analyze data dynamically by using PivotTables, page 288

Chapter at a glance. Analyze. Filter. Format. Create. Analyze data dynamically by using PivotTables, page 288 Chapter at a glance Analyze Analyze data dynamically by using PivotTables, page 288 Filter Filter, show, and hide PivotTable data, page 298 Format Format PivotTables, page 313 Create Create dynamic charts

More information

Quick Guide for Excel 2015 Data Management November 2015 Training:

Quick Guide for Excel 2015 Data Management November 2015 Training: http://pfw.edu Quick Guide for Excel 2015 Data Management November 2015 Training: http://pfw.edu/training Excel 2016 Data Management AutoFill and Custom Lists AutoFill 1. Select the range that contains

More information

Teach yourself... PivotTables and PivotCharts. with. Microsoft Excel Easy to follow Step-by-step instructions Written in plain English

Teach yourself... PivotTables and PivotCharts. with. Microsoft Excel Easy to follow Step-by-step instructions Written in plain English Easy Way Teach yourself... PivotTables and PivotCharts with Microsoft Excel 2013 Easy to follow Step-by-step instructions Written in plain English A Cheryl Price Publication Easy Way PivotTables and PivotCharts

More information

ADVANCED INQUIRIES IN ALBEDO: PART 2 EXCEL DATA PROCESSING INSTRUCTIONS

ADVANCED INQUIRIES IN ALBEDO: PART 2 EXCEL DATA PROCESSING INSTRUCTIONS ADVANCED INQUIRIES IN ALBEDO: PART 2 EXCEL DATA PROCESSING INSTRUCTIONS Once you have downloaded a MODIS subset, there are a few steps you must take before you begin analyzing the data. Directions for

More information

Microsoft Excel 2013/2016 Pivot Tables

Microsoft Excel 2013/2016 Pivot Tables Microsoft Excel 2013/2016 Pivot Tables Creating PivotTables PivotTables are powerful data analysis tools. They let you summarize data in various ways and instantly change the view you use. A PivotTable

More information

MS Excel Henrico County Public Library. I. Tour of the Excel Window

MS Excel Henrico County Public Library. I. Tour of the Excel Window MS Excel 2013 I. Tour of the Excel Window Start Excel by double-clicking on the Excel icon on the desktop. Excel may also be opened by clicking on the Start button>all Programs>Microsoft Office>Excel.

More information

To complete this workbook, you will need the following file:

To complete this workbook, you will need the following file: CHAPTER 4 Excel More Skills 13 Create PivotTable Reports A PivotTable report is an interactive, cross-tabulated Excel report used to summarize and analyze data. PivotTable reports are used to ask questions

More information

Light Speed with Excel

Light Speed with Excel Work @ Light Speed with Excel 2018 Excel University, Inc. All Rights Reserved. http://beacon.by/magazine/v4/94012/pdf?type=print 1/64 Table of Contents Cover Table of Contents PivotTable from Many CSV

More information

Where Did My Files Go? How to find your files using Windows 10

Where Did My Files Go? How to find your files using Windows 10 Where Did My Files Go? How to find your files using Windows 10 Have you just upgraded to Windows 10? Are you finding it difficult to find your files? Are you asking yourself Where did My Computer or My

More information

Sort, Filter, Pivot Table

Sort, Filter, Pivot Table Sort, Filter, Pivot Table Sort A common database task is to rearrange the information based on a header/field or headers/fields. This is called Sorting or Filtering. Sorting rearranges all of the information

More information

Explore commands on the ribbon Each ribbon tab has groups, and each group has a set of related commands.

Explore commands on the ribbon Each ribbon tab has groups, and each group has a set of related commands. Quick Start Guide Microsoft Excel 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve. Add commands to the Quick Access Toolbar Keep favorite commands

More information

1. Two types of sheets used in a workbook- chart sheets and worksheets

1. Two types of sheets used in a workbook- chart sheets and worksheets Quick Check Answers Session 1.1 1. Two types of sheets used in a workbook- chart sheets and worksheets 2. Identify the active cell- The active cell is surrounded by a thick border and its cell reference

More information

Topic 4D: Import and Export Contacts

Topic 4D: Import and Export Contacts Topic 4D: Import and Export Contacts If a corporation merges with another corporation it may become necessary to add the contacts to the new merged companies contact folder. This can be done by Importing

More information

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40 Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 File Tab... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 9 Downloading Templates... 9 Using

More information

HOW TO USE THE EXPORT FEATURE IN LCL

HOW TO USE THE EXPORT FEATURE IN LCL HOW TO USE THE EXPORT FEATURE IN LCL In LCL go to the Go To menu and select Export. Select the items that you would like to have exported to the file. To select them you will click the item in the left

More information

Skills Exam Objective Objective Number

Skills Exam Objective Objective Number Overview 1 LESSON SKILL MATRIX Skills Exam Objective Objective Number Starting Excel Create a workbook. 1.1.1 Working in the Excel Window Customize the Quick Access Toolbar. 1.4.3 Changing Workbook and

More information

Microsoft Excel 2010 Step-by-Step Exercises PivotTables and PivotCharts: Exercise 1

Microsoft Excel 2010 Step-by-Step Exercises PivotTables and PivotCharts: Exercise 1 Microsoft Excel 2010 Step-by-Step Exercises PivotTables and PivotCharts: Exercise 1 In this exercise you will learn how to: Create a new PivotTable Add fields to a PivotTable Format and rename PivotTable

More information

Excel & Business Math Video/Class Project #39 Create Invoices in Excel with Data Validation Drop-down, VLOOKUP & IF Functions

Excel & Business Math Video/Class Project #39 Create Invoices in Excel with Data Validation Drop-down, VLOOKUP & IF Functions Topics Excel & Business Math Video/Class Project #39 Create Invoices in Excel with Data Validation Drop-down, VLOOKUP & IF Functions 1) Format Invoice... 1 2) Insert Picture... 2 3) Calculate Wholesale

More information

Chapter 7 Notes Chapter 7 Level 1

Chapter 7 Notes Chapter 7 Level 1 Chapter 7 Notes Chapter 7 Level 1 Page 426 Open the Alaska Retailers file from your Chapter 7 data files in Moodle and save it on your computer, either in your files or on your desk top. Just remember

More information

Excel Tables and Pivot Tables

Excel Tables and Pivot Tables A) Why use a table in the first place a. Easy to filter and sort if you only sort or filter by one item b. Automatically fills formulas down c. Can easily add a totals row d. Easy formatting with preformatted

More information

Introduction to Microsoft Access 2016

Introduction to Microsoft Access 2016 Introduction to Microsoft Access 2016 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Excel 2013 Workshop. Prepared by

Excel 2013 Workshop. Prepared by Excel 2013 Workshop Prepared by Joan Weeks Computer Labs Manager & Madeline Davis Computer Labs Assistant Department of Library and Information Science June 2014 Excel 2013: Fundamentals Course Description

More information

Status Bar: Right click on the Status Bar to add or remove features.

Status Bar: Right click on the Status Bar to add or remove features. Excel 2013 Quick Start Guide The Excel Window File Tab: Click to access actions like Print, Save As, etc. Also to set Excel options. Ribbon: Logically organizes actions onto Tabs, Groups, and Buttons to

More information

File Name: Data File Pivot Tables 3 Hrs.xlsx

File Name: Data File Pivot Tables 3 Hrs.xlsx File Name: Data File Pivot Tables 3 Hrs.xlsx Lab 1: Create Simple Pivot Table to Explore the Basics 1. Select the tab labeled Raw Data Start and explore the data. 2. Position the cursor in Cell A2. 3.

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited INTRODUCTION TO MICROSOFT EXCEL 2016 Introduction to Microsoft Excel 2016 (EXC2016.1 version 1.0.1) Copyright Information Copyright 2016 Webucator. All rights reserved. The Authors Dave Dunn Dave Dunn

More information

1. Right-click the worksheet tab you want to rename. The worksheet menu appears. 2. Select Rename.

1. Right-click the worksheet tab you want to rename. The worksheet menu appears. 2. Select Rename. Excel 2010 Worksheet Basics Introduction Page 1 Every Excel workbook contains at least one or more worksheets. If you are working with a large amount of related data, you can use worksheets to help organize

More information

Making Excel Work for Your Tribal Community

Making Excel Work for Your Tribal Community Making Excel Work for Your Tribal Community Excel Basics: Intermediate Skills PHONE: 1-800-871-8702 EMAIL: INFO@CBC4TRIBES.ORG WEB: TRIBALINFORMATIONEXCHANGE.ORG MAKING EXCEL WORK FOR YOUR TRIBAL COMMUNITY

More information

Links to Activities ACTIVITY 1.1. Links to Activities Links to Activities

Links to Activities ACTIVITY 1.1. Links to Activities Links to Activities EXCEL Analyzing Data Using Excel Section 1 Skills Start Excel and identify features in the Excel window Enter labels and values Use the fill handle to enter a series Enter formulas Create a formula using

More information

A Brief Word About Your Exam

A Brief Word About Your Exam Exam 1 Studyguide A Brief Word About Your Exam Your exam will be MONDAY, FEBRUARY 20 DURING CLASS TIME. You will have 50 minutes to complete Exam 1. If you arrive late or leave early, you forfeit any time

More information

Microsoft Excel 2007

Microsoft Excel 2007 Learning computers is Show ezy Microsoft Excel 2007 301 Excel screen, toolbars, views, sheets, and uses for Excel 2005-8 Steve Slisar 2005-8 COPYRIGHT: The copyright for this publication is owned by Steve

More information

MS Excel Advanced Level

MS Excel Advanced Level MS Excel Advanced Level Trainer : Etech Global Solution Contents Conditional Formatting... 1 Remove Duplicates... 4 Sorting... 5 Filtering... 6 Charts Column... 7 Charts Line... 10 Charts Bar... 10 Charts

More information

Export Metadata. Learning Objectives. In this Job Aid, you will learn how to export metadata: 1 For a location 3 2 From search results 7

Export Metadata. Learning Objectives. In this Job Aid, you will learn how to export metadata: 1 For a location 3 2 From search results 7 Export Metadata Learning Objectives In this Job Aid, you will learn how to export metadata: 1 For a location 3 2 From search results 7 Last updated: July 8, 2013 Overview You can export content metadata

More information

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

Become strong in Excel (2.0) - 5 Tips To Rock A Spreadsheet! Become strong in Excel (2.0) - 5 Tips To Rock A Spreadsheet! Hi folks! Before beginning the article, I just wanted to thank Brian Allan for starting an interesting discussion on what Strong at Excel means

More information

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen.

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen. Excel is a spreadsheet application that allows for the storing, organizing and manipulation of data that is entered into it. Excel has variety of built in tools that allow users to perform both simple

More information

CHAPTER TWO: SPREADS HEETS WITH EXCEL 1

CHAPTER TWO: SPREADS HEETS WITH EXCEL 1 CHAPTER TWO: SPREADS HEETS WITH EXCEL 1 CHAPTER 2 SPREADSHEETS WITH EXCEL TOPIC Create Pivot Tables Create and Modify Charts Sort and Filter CHAPTER TWO: SPREADS HEETS WITH EXCEL 2 CREATE AND MODIFY CHARTS

More information

comma separated values .csv extension. "save as" CSV (Comma Delimited)

comma separated values .csv extension. save as CSV (Comma Delimited) What is a CSV and how do I import it? A CSV is a comma separated values file which allows data to be saved in a table structured format. CSVs look like normal spreadsheet but with a.csv extension. Traditionally

More information

Highline Excel 2016 Class 13: One Lookup Value to Return Multiple Items: Array Formula

Highline Excel 2016 Class 13: One Lookup Value to Return Multiple Items: Array Formula Highline Excel 2016 Class 13: One Lookup Value to Return Multiple Items: Array Formula Table of Contents One Lookup Value to Return Multiple Items: Array Formula with INDEX, AGGREGATE, ROW, ROWS and IF

More information

Business Process Procedures

Business Process Procedures Business Process Procedures 14.40 MICROSOFT EXCEL TIPS Overview These procedures document some helpful hints and tricks while using Microsoft Excel. Key Points This document will explore the following:

More information

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

Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. Microsoft Excel 2013 Enhanced Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts Microsoft Excel 2013 Enhanced Objectives Explore a structured range of data Freeze rows and columns Plan and create an Excel table Rename

More information

course notes quick reference guide

course notes quick reference guide course notes quick reference guide Microsoft Excel 2010 Welcome to Excel 2010 Excel 2010 is the premier spreadsheet application from Microsoft. Excel 2010 makes it easier to analyze data quickly with new

More information

SPREADSHEETS. (Data for this tutorial at

SPREADSHEETS. (Data for this tutorial at SPREADSHEETS (Data for this tutorial at www.peteraldhous.com/data) Spreadsheets are great tools for sorting, filtering and running calculations on tables of data. Journalists who know the basics can interview

More information

Tutorial 2. Building a Database and Defining Table Relationships

Tutorial 2. Building a Database and Defining Table Relationships Tutorial 2 Building a Database and Defining Table Relationships Microsoft Access 2010 Objectives Learn the guidelines for designing databases and setting field properties Modify the format of a field in

More information

Microsoft Excel 2016 LEVEL 3

Microsoft Excel 2016 LEVEL 3 TECH TUTOR ONE-ON-ONE COMPUTER HELP COMPUTER CLASSES Microsoft Excel 2016 LEVEL 3 kcls.org/techtutor Microsoft Excel 2016 Level 3 Manual Rev 11/2017 instruction@kcls.org Microsoft Excel 2016 Level 3 Welcome

More information

Excel Level 1

Excel Level 1 Excel 2016 - Level 1 Tell Me Assistant The Tell Me Assistant, which is new to all Office 2016 applications, allows users to search words, or phrases, about what they want to do in Excel. The Tell Me Assistant

More information

Lastly, in case you don t already know this, and don t have Excel on your computers, you can get it for free through IT s website under software.

Lastly, in case you don t already know this, and don t have Excel on your computers, you can get it for free through IT s website under software. Welcome to the EASE workshop series, part of the STEM Gateway program. Before we begin, I want to make sure we are clear that this is by no means meant to be an all inclusive class in Excel. At each step,

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited ADVANCED MICROSOFT EXCEL 2016 Advanced Microsoft Excel 2016 (EXC2016.3 version 1.0.1) Copyright Information Copyright 2016 Webucator. All rights reserved. The Authors Dave Dunn Dave Dunn joined Webucator

More information

M i c r o s o f t E x c e l A d v a n c e d P a r t 3-4. Microsoft Excel Advanced 3-4

M i c r o s o f t E x c e l A d v a n c e d P a r t 3-4. Microsoft Excel Advanced 3-4 Microsoft Excel 2010 Advanced 3-4 0 Absolute references There may be times when you do not want a cell reference to change when copying or filling cells. You can use an absolute reference to keep a row

More information

Create a Relationship to build a Pivot Table

Create a Relationship to build a Pivot Table Create a Relationship to build a Pivot Table In Excel 2013 and 2016/365 you can now create a relationship between tables of data. This is a feature that can be used to pull data from the different tables

More information

Contents Part I: Background Information About This Handbook... 2 Excel Terminology Part II: Advanced Excel Tasks...

Contents Part I: Background Information About This Handbook... 2 Excel Terminology Part II: Advanced Excel Tasks... Version 3 Updated November 29, 2007 Contents Contents... 3 Part I: Background Information... 1 About This Handbook... 2 Excel Terminology... 3 Part II:... 4 Advanced Excel Tasks... 4 Export Data from

More information

Microsoft Power Tools for Data Analysis #7 Power Query 6 Types of Merges/ Joins 9 Examples Notes from Video:

Microsoft Power Tools for Data Analysis #7 Power Query 6 Types of Merges/ Joins 9 Examples Notes from Video: Table of Contents: Microsoft Power Tools for Data Analysis #7 Power Query 6 Types of Merges/ Joins 9 Examples Notes from Video: 1. Power Query Has Six Types of Merges / Joins... 2 2. What is a Merge /

More information

SAMPLE. Excel 2010 Advanced. Excel 2010 Advanced. Excel 2010 Advanced Page 1

SAMPLE. Excel 2010 Advanced. Excel 2010 Advanced. Excel 2010 Advanced Page 1 Excel 2010 Advanced Excel 2010 Advanced Page 1 Excel 2010 Advanced 2010 Cheltenham Courseware Pty. Ltd. www.cheltenhamcourseware.com.au Excel 2010 Advanced Page 2 2010 Cheltenham Courseware Pty. Ltd. All

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Basic Formulas Filling Data

More information

Candy is Dandy Project (Project #12)

Candy is Dandy Project (Project #12) Candy is Dandy Project (Project #12) You have been hired to conduct some market research about M&M's. First, you had your team purchase 4 large bags and the results are given for the contents of those

More information

Excel Advanced

Excel Advanced Excel 2016 - Advanced LINDA MUCHOW Alexandria Technical & Community College 320-762-4539 lindac@alextech.edu Table of Contents Macros... 2 Adding the Developer Tab in Excel 2016... 2 Excel Macro Recorder...

More information

2. create the workbook file

2. create the workbook file 2. create the workbook file Excel documents are called workbook files. A workbook can include multiple sheets of information. Excel supports two kinds of sheets for working with data: Worksheets, which

More information

Service Line Export and Pivot Table Report (Windows Excel 2010)

Service Line Export and Pivot Table Report (Windows Excel 2010) Service Line Export and Pivot Table Report (Windows Excel 2010) In this tutorial, we will take the Service Lines of the Active Students only and only the most recent record to take a snapshot look at approximate

More information

Microsoft Power Tools for Data Analysis #13 Power Pivot Into #1: Relationships Rather Than VLOOKUP Notes from Video:

Microsoft Power Tools for Data Analysis #13 Power Pivot Into #1: Relationships Rather Than VLOOKUP Notes from Video: Microsoft Power Tools for Data Analysis #13 Power Pivot Into #1: Relationships Rather Than VLOOKUP Notes from Video: Table of Contents: 1. What is Power Pivot (Basic Answer)?... 2 1) Power Pivot comes

More information

Data. Selecting Data. Sorting Data

Data. Selecting Data. Sorting Data 1 of 1 Data Selecting Data To select a large range of cells: Click on the first cell in the area you want to select Scroll down to the last cell and hold down the Shift key while you click on it. This

More information

Basic Microsoft Excel 2007

Basic Microsoft Excel 2007 Basic Microsoft Excel 2007 Contents Starting Excel... 2 Excel Window Properties... 2 The Ribbon... 3 Tabs... 3 Contextual Tabs... 3 Dialog Box Launchers... 4 Galleries... 5 Minimizing the Ribbon... 5 The

More information

Excel Tutorial 2: Formatting Workbook Text and Data

Excel Tutorial 2: Formatting Workbook Text and Data Excel Tutorial 2: Formatting Workbook Text and Data Microsoft Office 2013 Objectives Change fonts, font style, and font color Add fill colors and a background image Create formulas to calculate sales data

More information

Excel Select a template category in the Office.com Templates section. 5. Click the Download button.

Excel Select a template category in the Office.com Templates section. 5. Click the Download button. Microsoft QUICK Excel 2010 Source Getting Started The Excel Window u v w z Creating a New Blank Workbook 2. Select New in the left pane. 3. Select the Blank workbook template in the Available Templates

More information

Gloucester County Library System. Excel 2010

Gloucester County Library System. Excel 2010 Gloucester County Library System Excel 2010 Introduction What is Excel? Microsoft Excel is an electronic spreadsheet program. It is capable of performing many different types of calculations and can organize

More information

Importing Local Contacts from Thunderbird

Importing Local Contacts from Thunderbird 1 Importing Local Contacts from Thunderbird Step 1, Export Contacts from Thunderbird In Thunderbird, select Address Book. In the Address Book, click on Personal Address Book and then select Export from

More information

Pivot Tables in Excel Contents. Updated 5/19/2016

Pivot Tables in Excel Contents. Updated 5/19/2016 Pivot Tables in Excel 2010 Updated 5/19/2016 Contents Setup a Pivot Table in Excel 2010... 2 General Field List Features... 4 Summing and Counting Together... 6 Grouping Date Data... 7 Grouping Non-Date

More information

Excel Shortcuts Increasing YOUR Productivity

Excel Shortcuts Increasing YOUR Productivity Excel Shortcuts Increasing YOUR Productivity CompuHELP Division of Tommy Harrington Enterprises, Inc. tommy@tommyharrington.com https://www.facebook.com/tommyharringtonextremeexcel Excel Shortcuts Increasing

More information

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR Toolbar Tour AutoSum + more functions Chart Wizard Currency, Percent, Comma Style Increase-Decrease Decimal Name Box Chart Wizard QUICK TOUR Name Box AutoSum Numeric Style Chart Wizard Formula Bar Active

More information

ENTERING DATA & FORMULAS...

ENTERING DATA & FORMULAS... Overview NOTESOVERVIEW... 2 VIEW THE PROJECT... 5 NAVIGATING... 6 TERMS... 6 USING KEYBOARD VS MOUSE... 7 The File Tab... 7 The Quick-Access Toolbar... 8 Ribbon and Commands... 9 Contextual Tabs... 10

More information

Hands-On Lab. Developing BI Applications. Lab version: Last updated: 2/23/2011

Hands-On Lab. Developing BI Applications. Lab version: Last updated: 2/23/2011 Hands-On Lab Developing BI Applications Lab version: 1.0.0 Last updated: 2/23/2011 CONTENTS OVERVIEW... 3 EXERCISE 1: USING THE CHART WEB PART... 4 Task 1 Add the Chart Web Part to the page... 4 Task 2

More information

Excel for Dummies: Quick Reference

Excel for Dummies: Quick Reference Excel for Dummies: Quick Reference Walkenbach, John ISBN-13: 9780764539879 Table of Contents The Big Picture: Microsoft Office Excel 2003. What You See: The Excel Window. What You See: Dialog Boxes. Toolbar

More information

Table of Contents. Part I Introduction. Part II FSM Ribbon. Part III FSM Context Menu. Part IV Trial Balance. Part V Building a report

Table of Contents. Part I Introduction. Part II FSM Ribbon. Part III FSM Context Menu. Part IV Trial Balance. Part V Building a report Contents I Table of Contents Part I Introduction 1 1 Welcome... 2 2 Benefits... of using 3 3 System... Requirements 4 4 Uninstalling... 4 Part II FSM Ribbon 5 Part III FSM Context Menu 5 Part IV Trial

More information

RegressItPC installation and test instructions 1

RegressItPC installation and test instructions 1 RegressItPC installation and test instructions 1 1. Create a new folder in which to store your RegressIt files. It is recommended that you create a new folder called RegressIt in the Documents folder,

More information

Creating a Pivot Table

Creating a Pivot Table Contents Introduction... 1 Creating a Pivot Table... 1 A One-Dimensional Table... 2 A Two-Dimensional Table... 4 A Three-Dimensional Table... 5 Hiding and Showing Summary Values... 5 Adding New Data and

More information

Let s create another simple report from one of our queries available: Author Age query.

Let s create another simple report from one of our queries available: Author Age query. Microsoft Access 6: Reports & Other Useful Functions This can be a very quick way to build a report, especially if you plan to put only a few fields on your report. When you click on the Blank Report button,

More information

Microsoft Office Excel 2007: Basic. Course Overview. Course Length: 1 Day. Course Overview

Microsoft Office Excel 2007: Basic. Course Overview. Course Length: 1 Day. Course Overview Microsoft Office Excel 2007: Basic Course Length: 1 Day Course Overview This course teaches the basic functions and features of Excel 2007. After an introduction to spreadsheet terminology and Excel's

More information

Sage 50 U.S. Edition Intelligence Reporting Getting Started Guide

Sage 50 U.S. Edition Intelligence Reporting Getting Started Guide Sage Intelligence Reporting Sage 50 U.S. Edition Intelligence Reporting Getting Started Guide Table of Contents Introduction... 2 System requirements... 3 How it works... 4 Getting started guide... 5 Running

More information

Links to Activities ACTIVITY 4.1. Links to Activities ACTIVITY 4.

Links to Activities ACTIVITY 4.1. Links to Activities ACTIVITY 4. EXCEL Working with Multiple Worksheets, Tables, and Other File Formats Section 4 Skills Insert, delete, and rename a worksheet Format sheet tabs Move and copy a worksheet Group and ungroup worksheets Link

More information