Formatting: Cleaning Up Data

Size: px
Start display at page:

Download "Formatting: Cleaning Up Data"

Transcription

1 Formatting: Cleaning Up Data Hello and welcome to our lesson on cleaning up data, which is one of the final ones in this Formatting Module. What we re going to be doing in this lesson is using some of these functions that you see onscreen. So trim, trim with spaces, proper to properly capitalize. Well, not really capitalize, but capitalize each word in text. Clean to remove non-printable characters, and then value and text possibly, to change around the formatting of text and numbers. We ll be using those along with some of the copy and paste functions in Excel to take our address data over here in this Customer Order due diligence file that shows us customer orders of the past 10 years or over a 10-year period. We re going to go in and fix all these addresses. You can see the problem right now that some parts of them, like the state abbreviations are properly capitalized whereas the cities are not, and the addresses themselves are also not properly capitalized. [01:00] So we re going to go in and fix all that using these functions. What I m going to do here is since we re really just going over functions that we ve learned previously, I m going to do it the first time, very quickly. Then you re going to try it on your own via an exercise and then if you don t get it or you forget the keys or you can t reproduce it, then we ll walk through it more slowly together, and I ll go through each step and all the shortcut keys in detail. So here is what we re going to do first. The first thing I like to do here is create some extra columns, so that we have actual space to do this. Now here we can see that we basically have four fields. We have the address itself; then we have the city, then the state, and then the zip code. So we re going to need four columns. CTRL + Spacebar, and then CTRL + SHFT + plus. We can change the width here with ALT + OCW. I ll change that to 10, and then CTRL +

2 Spacebar, CTRL + SHFT + plus. Press F4 to do that a few more times or CMD + Y on the Mac. [02:00] ALT + OCW to change the width, and then what we re going to do here is press SHFT + CTRL + down arrow key, and then we re going to use the text to columns feature in Excel that we went over briefly in the import/export lesson. Press ALT + A to go to data or ALT + D for data in Excel 2003 and older versions, ALT + AE for text to columns. On the Mac remember there s no shortcut key, so you have to use the mouse to go up to the ribbon to do this. We want to select delimited here, and then next, and we want commas, and then for the destination what we want to do is select F3 instead. So I actually use the mouse, you could just press F2 or CTRL + U on the Mac to exit out and go and do that. And then I m going to say finish, and then you can see how all of these are separate fields now. [03:00] Now we still have a problem, which is that the states here, these are not correct. We have some issues here and we have some extra spaces, so we re going to have to fix that. But what we can do now is go in and insert some extra columns. Now before I even get started with this, make sure that you go to ALT + TO in Excel or CMD + comma on the Mac. Go to formulas or calculations. Make sure that workbook calculations are set to automatic. If they re not then this is not going to work correctly the first time around, so make sure these are set to automatic. And so what I m going to do here is use the trim and proper functions to get rid of all these extra spaces, and then to get the capitalization correct.

3 So I m going to say equals proper trim and we re going to target this text. We re going to copy this formula all the way down with CTRL + C or CMD + C on the Mac; CTRL + down arrow key, and then ALT + ESF or CTRL + ALT + VF or CMD + CTRL + V and then CMD + F on the Mac. Then we can just copy this over with CTRL + C and CTRL + V or CMD + C and CMD + V on the Mac. We have that. [04:00] And then we have all of these in place, so all of these are correct now. What I am now going to do is copy and paste values. So I m going to use the SHFT + right arrow keys, SHFT + CTRL + down, CTRL + C or CMD + C on the Mac, then ALT + ESV or CTRL + ALT + VV or CMD + V on the Mac. So you have those. And then what I can do now is delete the unnecessary columns. So I m going to highlight this first one, which does not have the correct capitalization, CTRL + Spacebar, CTRL + minus. Do the same thing for the cities, CTRL + Spacebar, CTRL + minus, and then do the same thing for the states and zip codes; CTRL + Spacebar, CTRL + minus. Now let s auto-fit these column widths so we can see everything. So SHFT + CTRL, and then SHFT + right arrow key, ALT + OCA. On the Mac you cannot do this. You have to go to the home ribbon, and go to format and then auto-fit column width instead. [05:00] So let s take a look at this. The addresses here look much better. The cities look much better, but these states and zip codes are still not quite right. What can we do to fix this? The easiest thing to do here is to actually insert a few extra columns, so I m going to press CTRL + spacebar, and then CTRL + SHFT + plus to insert those two columns twice. Now what we can do here is use the text to columns feature, just on this part.

4 So I m going to highlight this whole thing, SHFT + CTRL + down arrow key, and then ALT + AE or ALT + DE in older versions of Excel. On the Mac you have to use the mouse, go up to data, delimited. We are separating these by a space, so let s do that. And then for the destination cell let s say I3, and we ll say OK to this warning message error that Excel gives us, so we have that. [06:00] So we have all of these in place now, and so what we need to do very quickly is just uppercase, capitalize properly everything in these state abbreviations. So let s go through and do that quickly. I m going to delete the contents of this column, because we don t need it anymore. And then we re just going to use the upper function. Remember this converts a text string to all uppercase letters. Use that on the states, and then CTRL + down arrow key, and then SHFT + CTRL + up, then ALT + ESF or CTRL + ALT + VF or CMD + CTRL + V and then CMD + F on the Mac. We have this. And then once again, we can just copy and paste these values using the same shortcut combinations, except we select values under paste special now and then CTRL + spacebar to highlight this column, and then CTRL + minus sign to delete it. So now if we go and look at some of these, you can see that it s much better overall. [07:00] Now there are still some issues here. For example, we re missing a trailing zero in front of this zip code. And if you really look and dig into the data here, you ll see that there are some other problems. For example, whenever we have NE or SW here, or something of that nature. Well, we have an issue because it s not quite displaying correctly. What s going on here is that the NE that is capital N, and lowercase E rather than all caps there.

5 So there are some issues and with these zip codes, similar problems apply. And if you really want to, if you want an added challenge you could go in and fix this. Probably the easiest way to do is to look in this column. Look for anything that only has two letters in it, and then make sure you apply proper to that. So you can do a search and then apply the upper function to that. So that s probably the easiest thing to do here, if you want an added challenge, but we re just going to leave it at this, because I don t want this lesson to go on for too long. [08:00] So what you should do now is replicate everything that I just showed you. So take this data and convert it into the columns that you see here using the steps that I just went through. What I m going to do now is just delete all of this data, so that you do not see it anymore, and then you can go in and try it yourself, and maybe you ll even find a slightly better way to do it, over what I showed you just now. So I m going to delete this. I am going to remove these columns. So pause this video right now. Give it a shot yourself. If you get confused or you can t quite get it, un-pause it, then we ll walk through it, and I ll go through it a bit more slowly this time around and show you all the shortcut keys. Okay, good. So here s what we re going to do. Once again, we re going to start by inserting extra columns over here. So I m going to press CTRL + spacebar, and then CTRL + SHFT + plus a few times to insert some extra columns. I m going to change the width of all these columns by going ALT + OCW. I ll change it to 10. [09:00] And then what we re going to do is select this whole area and say, SHFT + CTRL + Down, and ALT + AE for text to columns or ALT + DE in older versions of Excel or use the mouse on the Mac. We want delimited. So we ll say next, and then we are going to have a space, actually

6 we re going to have a comma separating all of these values for now. So we have a comma in between all of these. I m going to hit next once again using ALT + N or the mouse. We re going to stick to general. For destination, I m going to say F3 right here, and then we re going to press ALT + F for finish or just click this. And Excel is giving this warning. We ll just say OK. So we have all of this in place now, and we can actually delete this data, because we don t need it anymore. So SHFT + CTRL + down arrow key, and then hit the delete key. Now this time around I m going to do some more thinking about how to properly do this, and maybe how to do it a little bit more efficiently. [10:00] So what we can do now is use the proper function and I m just going to apply it to these two columns, because clearly we don t need to apply a proper to these state abbreviations. So that can save us some time this time around. So let s say proper and then trim. Trim is to get rid of the extra spaces in between here on this data. So we have that, and we can see it s already looking much better. And then we ll insert another column here, so CTRL + spacebar, and then CTRL + SHFT + plus, and then we re going to apply the same function right here to these cities. So now let s copy these formulas down, so CTRL + C, and then CTRL + down arrow key, and then SHFT + CTRL + up arrow key, and then we can use ALT + ESF, and then CMD + CTRL + V and CMD + F on the Mac to paste all of these in, paste these formulas. We have that. [11:00] And then we re going to do the same thing for these others over here. So just take this formula, CTRL + C or CMD + C on the Mac, CTRL + Down arrow key, and then SHFT + CTRL + up arrow key, and then ALT + ESF or CMD + CTRL + V, CMD + F to paste formulas, and we have all of

7 these in place, and the capitalization is fixed for the most part. Now what we can do is just paste all these as values and get rid of the unnecessary data. So I m going to use the SHFT + right arrow key, CTRL + C or CMD + C, and then SHFT + CTRL + up. So copy this whole area, CTRL + C or CMD + C. And then special paste as values, so ALT + ESV on the PC or CMD + CTRL + V, CMD + V on the Mac. So we have that, and all of these are in place now. And so now what we can do is get rid of some of the data that we don t need with poor capitalization, so this column for example. CTRL + spacebar, CTRL + minus key gets rid of it. And then the same thing right over here. [12:00] Now these state abbreviations, what do we actually need to fix here? Well, the capitalization is already all correct, but we want to do two things. Number one is we want to separate the states and the zip codes, and then number two is we want to get rid of all these extra trailing spaces. So to do that what I can do is go to the top, and enter the trim function, equals trim. Apply it to these state abbreviations, state, and zip codes really, so we have that. And then same idea CTRL + C, go to the bottom and then ALT + ESF or CMD + CTRL + V, CMD + F on the Mac, paste formulas, so we have that. And then once again, we can copy and paste this whole area, SHFT + CTRL + up arrow key, and then CTRL + C, ALT + ESV or CMD + CTRL + V or CMD + V on the Mac. And so we have this, and you can see how we ve gotten rid of the extra trailing spaces, and possibly the extra following spaces here. [13:00] So let s delete this unnecessary column now. And then the last thing I m going to do is just separate the state and zip code here. So I m going to insert a new column, CTRL + spacebar,

8 and then CTRL + SHFT + plus sign to do that. Highlight this whole with SHFT + CTRL + down arrow, ALT + AE for text to columns or ALT + DE in older versions of Excel. We want delimited. This time we have a space separating both of these, so we want that. So we selected space, and then ALT + N or just click on next. And then destination cell, we want H3 right here. So I m going to go finish or ALT + F for that. We re going to ignore this warning and you can just say OK, and so we have that. We can see that once again, it s not perfect, some of our zip codes here are not quite right. So this zero for example, Excel has deleted this inadvertently, but overall the data is in much better shape. So we have that. [14:00] And now as the final step what we can do is just write address at the top here, and then city, state, zip, and we can auto-fit all of these columns SHFT + CTRL + down, hold down SHFT and release CTRL and then right arrow key a few times. And then a couple of ways we can auto-fit. We can go to ALT + OCW or ALT + H for home. O for format. and I for auto-fit. Column width on the Mac you have to use the mouse, go to the home ribbon, format, and then do the same things, and we have that set and formatted now. So again, this is not perfect. Some of the data here will still need to be cleaned up. For example, the issue that I mentioned before, the abbreviations for the addresses not quite being right. There s the issue with the zip codes here, and how some of the zeros have been deleted. So if you want an extra challenge, you can go in now and try to use some of the functions we went over before, like length for example, to fix this issue with the zip codes. And do the same thing really with the addresses here. So as an extra challenge if you want to further fix the data, you can do that. [15:00]

9 But for now we re going to stop, because this is already looking much better. It s much more readable, and understandable, and easier to manipulate in Excel. So that s it for our lesson on how to clean up data by using all of these functions; trim, proper, clean, and then the normal, copy and paste formulas and values, and text to column functions; as well as the basic navigation control arrow keys, and CTRL + SHFT + arrow keys in Excel. Now you should have a better idea of how to use this, and how you can use it in real life to clean up data. So that s it for this lesson. Coming up next we re going to be jumping into sorting and filtering data, and then go into a few more advanced topics on the subject of formatting within Excel.

10

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

90 + Excel Keyboard Shortcuts. for Mac users. How to master key board shortcuts

90 + Excel Keyboard Shortcuts. for Mac users. How to master key board shortcuts 90 + Excel Keyboard Shortcuts for Mac users How to master key board shortcuts 1. Take down a handful (may be 5 or 10) shortcuts that you think you ll use the most often and pin them to your desk. Make

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

MODULE III: NAVIGATING AND FORMULAS

MODULE III: NAVIGATING AND FORMULAS MODULE III: NAVIGATING AND FORMULAS Copyright 2012, National Seminars Training Navigating and Formulas Using Grouped Worksheets When multiple worksheets are selected, the worksheets are grouped. If you

More information

Using Microsoft Excel

Using Microsoft Excel About Excel Using Microsoft Excel What is a Spreadsheet? Microsoft Excel is a program that s used for creating spreadsheets. So what is a spreadsheet? Before personal computers were common, spreadsheet

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 Basic Excel, presented by STEM Gateway as part of the Essential Academic Skills Enhancement, or EASE, workshop series. Before we begin, I want to make sure we are clear that this is by no means

More information

Excel Intermediate

Excel Intermediate Excel 2013 - Intermediate (103-124) Multiple Worksheets Quick Links Manipulating Sheets Pages EX16 EX17 Copying Worksheets Page EX337 Grouping Worksheets Pages EX330 EX332 Multi-Sheet Cell References Page

More information

Excel 2016: Part 1. Updated January 2017 Copy cost: $1.50

Excel 2016: Part 1. Updated January 2017 Copy cost: $1.50 Excel 2016: Part 1 Updated January 2017 Copy cost: $1.50 Getting Started Please note that you are required to have some basic computer skills for this class. Also, any experience with Microsoft Word is

More information

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Table of Contents Introduction!... 1 Part 1: Entering Data!... 2 1.a: Typing!... 2 1.b: Editing

More information

Using Mail Merge in Microsoft Word 2003

Using Mail Merge in Microsoft Word 2003 Using Mail Merge in Microsoft Word 2003 Mail Merge Created: 12 April 2005 Note: You should be competent in Microsoft Word before you attempt this Tutorial. Open Microsoft Word 2003 Beginning the Merge

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

ADD AND NAME WORKSHEETS

ADD AND NAME WORKSHEETS 1 INTERMEDIATE EXCEL While its primary function is to be a number cruncher, Excel is a versatile program that is used in a variety of ways. Because it easily organizes, manages, and displays information,

More information

Excel 2013 for Beginners

Excel 2013 for Beginners Excel 2013 for Beginners Class Objective: This class will familiarize you with the basics of using Microsoft Excel. Class Outline: Introduction to Microsoft Excel 2013... 1 Microsoft Excel...2-3 Getting

More information

Getting Help in Microsoft Office

Getting Help in Microsoft Office LESSON 3 Getting Help in Microsoft Office In this lesson, you learn how to access and use the Help system in Microsoft Office. HELP: WHAT S AVAILABLE? Microsoft Office supplies a Help system that makes

More information

VBA Excel 2013/2016. VBA Visual Basic for Applications. Learner Guide

VBA Excel 2013/2016. VBA Visual Basic for Applications. Learner Guide VBA Visual Basic for Applications Learner Guide 1 Table of Contents SECTION 1 WORKING WITH MACROS...5 WORKING WITH MACROS...6 About Excel macros...6 Opening Excel (using Windows 7 or 10)...6 Recognizing

More information

Introduction to Excel

Introduction to Excel Introduction to Excel Written by Jon Agnone Center for Social Science Computation & Research 145 Savery Hall University of Washington Seattle WA 98195 U.S.A. (206)543-8110 November 2004 http://julius.csscr.washington.edu/pdf/excel.pdf

More information

Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields.

Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields. In This Chapter Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields. Adding help text to any field to assist users as they fill

More information

Here is an example of a credit card export; none of the columns or data have been modified.

Here is an example of a credit card export; none of the columns or data have been modified. PAYABLE IMPORT Overview This document covers the steps to import payable data into Orchestrated via the Expense Import Interface. The example uses a template that creates a A/P Invoice in the system. More

More information

CREATING CONTENT WITH MICROSOFT POWERPOINT

CREATING CONTENT WITH MICROSOFT POWERPOINT CREATING CONTENT WITH MICROSOFT POWERPOINT Simple Tips And Tricks Presented by TABLE OF CONTENTS Introduction... 2 Design Tips... 3 Advanced Tips... 4 ShortCut Keys for Microsoft PowerPoint... 5 How-Tos...

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Introduction This handout briefly outlines most of the basic uses and functions of Excel that we will be using in this course. Although Excel may be used for performing statistical

More information

HTML/CSS Lesson Plans

HTML/CSS Lesson Plans HTML/CSS Lesson Plans Course Outline 8 lessons x 1 hour Class size: 15-25 students Age: 10-12 years Requirements Computer for each student (or pair) and a classroom projector Pencil and paper Internet

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

Using Mail Merge in Microsoft Word XP/2002

Using Mail Merge in Microsoft Word XP/2002 Using Mail Merge in Microsoft Word XP/2002 Open Microsoft Word XP/2002 Beginning the Merge You may start Mail Merge with a blank document or one that you have already created. We will use a blank document

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

TUTORIAL FOR IMPORTING OTTAWA FIRE HYDRANT PARKING VIOLATION DATA INTO MYSQL

TUTORIAL FOR IMPORTING OTTAWA FIRE HYDRANT PARKING VIOLATION DATA INTO MYSQL TUTORIAL FOR IMPORTING OTTAWA FIRE HYDRANT PARKING VIOLATION DATA INTO MYSQL We have spent the first part of the course learning Excel: importing files, cleaning, sorting, filtering, pivot tables and exporting

More information

My Top 5 Formulas OutofhoursAdmin

My Top 5 Formulas OutofhoursAdmin CONTENTS INTRODUCTION... 2 MS OFFICE... 3 Which Version of Microsoft Office Do I Have?... 4 How To Customise Your Recent Files List... 5 How to recover an unsaved file in MS Office 2010... 7 TOP 5 FORMULAS...

More information

Using Microsoft Word. Text Tools. Spell Check

Using Microsoft Word. Text Tools. Spell Check Using Microsoft Word In addition to the editing tools covered in the previous section, Word has a number of other tools to assist in working with test documents. There are tools to help you find and correct

More information

LEIAG-Excel Workshop

LEIAG-Excel Workshop Random Sample Excel has a simple formula we can utilize to obtain a random sample (cases, citations, city, etc.) At the Sheriff s Department, we are able to run a case management report that generates

More information

The first time you open Word

The first time you open Word Microsoft Word 2010 The first time you open Word When you open Word, you see two things, or main parts: The ribbon, which sits above the document, and includes a set of buttons and commands that you use

More information

Karlen Communications Importing/Exporting Styles in Word. Karen McCall, M.Ed.

Karlen Communications Importing/Exporting Styles in Word. Karen McCall, M.Ed. Karlen Communications Importing/Exporting Styles in Word Karen McCall, M.Ed. Table of Contents Introduction... 3 Resume Reading... 3 Clearing Formatting... 4 Cut, Copy and Paste Settings... 5 Smart Paste

More information

Working with Track Changes: A Guide

Working with Track Changes: A Guide Working with Track Changes: A Guide Prepared by Chris Cameron & Lesley-Anne Longo The Editing Company Working with Track Changes: A Guide While many people may think of editors hunched over their desks,

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Files in Microsoft Excel are referred to as Workbooks. This is because they can contain more than one sheet. The number of sheets a workbook can contain is only limited by your computer

More information

Merging Mailing Labels in Office 2007

Merging Mailing Labels in Office 2007 The Company Rocks Merging Mailing Labels in Office 2007 Step-by-step instructions to accompany video lessons Danny Rocks 4/15/2011 Merging Mailing Labels in Microsoft Office 2007 Despite the popularity

More information

Excel Part 3 Textbook Addendum

Excel Part 3 Textbook Addendum Excel Part 3 Textbook Addendum 1. Lesson 1 Activity 1-1 Creating Links Data Alert and Alternatives After completing Activity 1-1, you will have created links in individual cells that point to data on other

More information

Introduction to Cascade Server (web content management system) Logging in to Cascade Server Remember me Messages Dashboard Home

Introduction to Cascade Server (web content management system) Logging in to Cascade Server Remember me Messages Dashboard Home Introduction to Cascade Server (web content management system) Last Updated on Jul 14th, 2010 The College of Charleston's web site is being produced using a Content Management System (CMS) called Cascade

More information

Top 15 Excel Tutorials

Top 15 Excel Tutorials Top 15 Excel Tutorials Follow us: TeachExcel.com Contents How to Input, Edit, and Manage Formulas and Functions in Excel... 2 How to Quickly Find Data Anywhere in Excel... 8 How to use the Vlookup Function

More information

H O W T O C R E A T E A NALP MAIL MERGE

H O W T O C R E A T E A NALP MAIL MERGE H O W T O C R E A T E A NALP MAIL MERGE Boston University School of Law Office of Career Development & Public Service I. CREATING YOUR SEARCH Go to www.nalpdirectory.com in the search screen, configure

More information

Introducing Microsoft Office Specialist Excel Module 1. Adobe Captivate Wednesday, May 11, 2016

Introducing Microsoft Office Specialist Excel Module 1. Adobe Captivate Wednesday, May 11, 2016 Slide 1 - Introducing Microsoft Office Specialist Excel 2013 Introducing Microsoft Office Specialist Excel 2013 Module 1 Page 1 of 25 Slide 2 - Lesson Objectives Lesson Objectives Understand what Microsoft

More information

Tips on Excel. Discover some tips to organize and lay out your Excel file and convert it into a CSV or PDF file.

Tips on Excel. Discover some tips to organize and lay out your Excel file and convert it into a CSV or PDF file. Tips on Excel Your business partners or retailers are listed in an Excel file and you want to put them on an interactive map? It's simple with the Click2map's Editor. A simple import process exists to

More information

TUTORIAL FOR IMPORTING OTTAWA FIRE HYDRANT PARKING VIOLATION DATA INTO MYSQL

TUTORIAL FOR IMPORTING OTTAWA FIRE HYDRANT PARKING VIOLATION DATA INTO MYSQL TUTORIAL FOR IMPORTING OTTAWA FIRE HYDRANT PARKING VIOLATION DATA INTO MYSQL We have spent the first part of the course learning Excel: importing files, cleaning, sorting, filtering, pivot tables and exporting

More information

Microsoft Excel Microsoft Excel

Microsoft Excel Microsoft Excel Excel 101 Microsoft Excel is a spreadsheet program that can be used to organize data, perform calculations, and create charts and graphs. Spreadsheets or graphs created with Microsoft Excel can be imported

More information

Excellence with Excel: Quiz Questions Module 6 Graphs and Charts

Excellence with Excel: Quiz Questions Module 6 Graphs and Charts Excellence with Excel: Quiz Questions Module 6 Graphs and Charts 1. Suppose that you have a company s annual revenue by year. How could you create a simple column chart for this data? a. Select all the

More information

5. Excel Fundamentals

5. Excel Fundamentals 5. Excel Fundamentals Excel is a software product that falls into the general category of spreadsheets. Excel is one of several spreadsheet products that you can run on your PC. Others include 1-2-3 and

More information

Introduction to Microsoft Excel 2007

Introduction to Microsoft Excel 2007 Introduction to Microsoft Excel 2007 Microsoft Excel is a very powerful tool for you to use for numeric computations and analysis. Excel can also function as a simple database but that is another class.

More information

1. Setup Everyone: Mount the /geobase/geo5215 drive and add a new Lab4 folder in you Labs directory.

1. Setup Everyone: Mount the /geobase/geo5215 drive and add a new Lab4 folder in you Labs directory. L A B 4 E X C E L For this lab, you will practice importing datasets into an Excel worksheet using different types of formatting. First, you will import data that is nicely organized at the source. Then

More information

Arduino IDE Friday, 26 October 2018

Arduino IDE Friday, 26 October 2018 Arduino IDE Friday, 26 October 2018 12:38 PM Looking Under The Hood Of The Arduino IDE FIND THE ARDUINO IDE DOWNLOAD First, jump on the internet with your favorite browser, and navigate to www.arduino.cc.

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010

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

More information

Macros in Excel: Recording, Running, and Editing

Macros in Excel: Recording, Running, and Editing Macros in Excel: Recording, Running, and Editing This document provides instructions for creating, using, and revising macros in Microsoft Excel. Simple, powerful, and easy to customize, Excel macros can

More information

Bold, Italic and Underline formatting.

Bold, Italic and Underline formatting. Using Microsoft Word Character Formatting You may be wondering why we have taken so long to move on to formatting a document (changing the way it looks). In part, it has been to emphasise the fact that

More information

Introduction to Microsoft Word 2010

Introduction to Microsoft Word 2010 Introduction to Microsoft Word 2010 THE BASICS PAGE 02! What is Microsoft Word?! Opening Microsoft Word! The Title Bar! Page View and Zoom MENUS...PAGE 03! Quick Access Toolbar! The Ribbon! File Tab! Home

More information

Karlen Communications Word 2007 Settings. Karen McCall, M.Ed.

Karlen Communications Word 2007 Settings. Karen McCall, M.Ed. Karlen Communications Word 2007 Settings Karen McCall, M.Ed. Table of Contents Change the Application Colour Scheme... 4 Split Page Breaks from Paragraph Marks... 4 Turn off Click and Type... 5 Turning

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

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Basic Topics: Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Review ribbon terminology such as tabs, groups and commands Navigate a worksheet, workbook, and multiple workbooks Prepare

More information

The name of our class will be Yo. Type that in where it says Class Name. Don t hit the OK button yet.

The name of our class will be Yo. Type that in where it says Class Name. Don t hit the OK button yet. Mr G s Java Jive #2: Yo! Our First Program With this handout you ll write your first program, which we ll call Yo. Programs, Classes, and Objects, Oh My! People regularly refer to Java as a language that

More information

SHOW ME THE NUMBERS: DESIGNING YOUR OWN DATA VISUALIZATIONS PEPFAR Applied Learning Summit September 2017 A. Chafetz

SHOW ME THE NUMBERS: DESIGNING YOUR OWN DATA VISUALIZATIONS PEPFAR Applied Learning Summit September 2017 A. Chafetz SHOW ME THE NUMBERS: DESIGNING YOUR OWN DATA VISUALIZATIONS PEPFAR Applied Learning Summit September 2017 A. Chafetz Overview In order to prepare for the upcoming POART, you need to look into testing as

More information

Using Microsoft Word. Text Tools. Spell Check

Using Microsoft Word. Text Tools. Spell Check Using Microsoft Word Text Tools In addition to the editing tools covered in the previous section, Word has a number of other tools to assist in working with text documents. There are tools to help you

More information

SECTION 4 USING QUERIES. What will I learn in this section?

SECTION 4 USING QUERIES. What will I learn in this section? SECTION 4 USING QUERIES What will I learn in this section? Select Queries Creating a Query Adding a Table to Query Adding Fields to Query Single Criteria Hiding column in a Query Adding Multiple Tables

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

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

ITS Training Class Charts and PivotTables Using Excel 2007

ITS Training Class Charts and PivotTables Using Excel 2007 When you have a large amount of data and you need to get summary information and graph it, the PivotTable and PivotChart tools in Microsoft Excel will be the answer. The data does not need to be in one

More information

Kindle Formatting Guide

Kindle Formatting Guide Kindle Formatting Guide Contents Introduction... 2 How about doing your own formatting?... 2 About the Kindle Format... 2 What file formats can you submit to Kindle?... 2 Stage 1 Format Your Headings...

More information

Introduction to the workbook and spreadsheet

Introduction to the workbook and spreadsheet Excel Tutorial To make the most of this tutorial I suggest you follow through it while sitting in front of a computer with Microsoft Excel running. This will allow you to try things out as you follow along.

More information

Microsoft Word. Part 2. Hanging Indent

Microsoft Word. Part 2. Hanging Indent Microsoft Word Part 2 Hanging Indent 1 The hanging indent feature indents each line except the first line by the amount specified in the By field in the Paragraph option under the format option, as shown

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

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

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide MICROSOFT OFFICE Courseware: 3263 2 Exam: 77 727 EXCEL 2016 CORE Certification Guide Microsoft Office Specialist 2016 Series Microsoft Excel 2016 Core Certification Guide Lesson 1: Introducing Excel Lesson

More information

Teach Yourself Microsoft Word Topic 10 - Margins, Indents and Tabs

Teach Yourself Microsoft Word Topic 10 - Margins, Indents and Tabs http://www.gerrykruyer.com Teach Yourself Microsoft Word Topic 10 - Margins, Indents and Tabs In the previous Level 2 MS Word course: Topic 8 you covered columns, text boxes and tables as well as look

More information

Microsoft Excel 2010

Microsoft Excel 2010 www.jadehorizon.com Microsoft Excel 2010 Sorting and Filtering Sorting and Filtering Microsoft Excel 2010 Table of Contents Table of Contents INTRODUCTION... 3 CONVENTIONS... 3 TABLE DESIGN RULES... 5

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

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

Code Plug Management: Contact List Import/Export. Version 1.0, Dec 16, 2015

Code Plug Management: Contact List Import/Export. Version 1.0, Dec 16, 2015 Code Plug Management: Contact List Import/Export Version 1.0, Dec 16, 2015 Background This presentation will show how to update and maintain contact lists in the CS750 The following applications will be

More information

Importing a txt or csv file into ArcGIS Online [AGO]

Importing a txt or csv file into ArcGIS Online [AGO] Importing a txt or csv file into ArcGIS Online [AGO] Spring 2014 This is how to find addresses online and copy them into an Excel spreadsheet, save them in a format that ArcGIS can use, and then import

More information

PARTS OF A WORKSHEET. Rows Run horizontally across a worksheet and are labeled with numbers.

PARTS OF A WORKSHEET. Rows Run horizontally across a worksheet and are labeled with numbers. 1 BEGINNING EXCEL While its primary function is to be a number cruncher, Excel is a versatile program that is used in a variety of ways. Because it easily organizes, manages, and displays information,

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access USING MICROSOFT ACCESS 1 Interfaces 2 Basic Macros 2 Exercise 1. Creating a Test Macro 2 Exercise 2. Creating a Macro with Multiple Steps 3 Exercise 3. Using Sub Macros 5 Expressions

More information

Windows 10 Creators Edition Tips & Tricks. These New Hidden Features Will Save You Time and Money

Windows 10 Creators Edition Tips & Tricks. These New Hidden Features Will Save You Time and Money Windows 10 Creators Edition Tips & Tricks These New Hidden Features Will Save You Time and Money In April 2017, Microsoft released the new Windows 10 Creators Edition. Its features will save you hours

More information

This chapter is intended to take you through the basic steps of using the Visual Basic

This chapter is intended to take you through the basic steps of using the Visual Basic CHAPTER 1 The Basics This chapter is intended to take you through the basic steps of using the Visual Basic Editor window and writing a simple piece of VBA code. It will show you how to use the Visual

More information

Lecture- 5. Introduction to Microsoft Excel

Lecture- 5. Introduction to Microsoft Excel Lecture- 5 Introduction to Microsoft Excel The Microsoft Excel Window Microsoft Excel is an electronic spreadsheet. You can use it to organize your data into rows and columns. You can also use it to perform

More information

Microsoft Excel XP. Intermediate

Microsoft Excel XP. Intermediate Microsoft Excel XP Intermediate Jonathan Thomas March 2006 Contents Lesson 1: Headers and Footers...1 Lesson 2: Inserting, Viewing and Deleting Cell Comments...2 Options...2 Lesson 3: Printing Comments...3

More information

Page design and working with frames

Page design and working with frames L E S S O N 2 Page design and working with frames Lesson objectives Suggested teaching time To a learn about designing web pages and creating framesets in your web, you will: 35-45 minutes a b c Discuss

More information

File Triage. Work Smarter in Word, Excel, & PowerPoint. Neil Malek, MCT-ACI-CTT+

File Triage. Work Smarter in Word, Excel, & PowerPoint. Neil Malek, MCT-ACI-CTT+ Neil Malek, MCT-ACI-CTT+ Founder and Principal, Knack Training neil@knacktraining.com http://knacktraining.com File Triage Work Smarter in Word, Excel, & PowerPoint Microsoft Word 2 Terminology Style:

More information

Spreadsheet Functions

Spreadsheet Functions Class Description This is an introduction to the use of functions in spreadsheets, with a focus on Microsoft Excel and Google Drive Spreadsheets. The main topics are arithmetic calculations and order of

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 THE BASICS PAGE 02! What is Microsoft Excel?! Important Microsoft Excel Terms! Opening Microsoft Excel 2010! The Title Bar! Page View, Zoom, and Sheets MENUS...PAGE

More information

EXCEL 2010 BASICS JOUR 772 & 472 / Ira Chinoy

EXCEL 2010 BASICS JOUR 772 & 472 / Ira Chinoy EXCEL 2010 BASICS JOUR 772 & 472 / Ira Chinoy Virus check and backups: Remember that if you are receiving a file from an external source a government agency or some other source, for example you will want

More information

Setting Accessibility Options in Windows 7

Setting Accessibility Options in Windows 7 Setting Accessibility Options in Windows 7 Windows features a number of different options to make it easier for people who are differently-abled to use a computer. Opening the Ease of Access Center The

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

Using Microsoft Excel for Recording and Analyzing Data Noah Segall

Using Microsoft Excel for Recording and Analyzing Data Noah Segall Using Microsoft Excel for Recording and Analyzing Data Noah Segall The standard computer program used for record keeping of strength and conditioning is Microsoft s Excel. Its simple spreadsheets make

More information

Making Tables and Graphs with Excel. The Basics

Making Tables and Graphs with Excel. The Basics Making Tables and Graphs with Excel The Basics Where do my IV and DV go? Just like you would create a data table on paper, your IV goes in the leftmost column and your DV goes to the right of the IV Enter

More information

Excel 2010: Basics Learning Guide

Excel 2010: Basics Learning Guide Excel 2010: Basics Learning Guide Exploring Excel 2010 At first glance, Excel 2010 is largely the same as before. This guide will help clarify the new changes put into Excel 2010. The File Button The purple

More information

Your First Windows Form

Your First Windows Form Your First Windows Form From now on, we re going to be creating Windows Forms Applications, rather than Console Applications. Windows Forms Applications make use of something called a Form. The Form is

More information

Microsoft Excel 2007

Microsoft Excel 2007 Microsoft Excel 2007 1 Excel is Microsoft s Spreadsheet program. Spreadsheets are often used as a method of displaying and manipulating groups of data in an effective manner. It was originally created

More information

Importing source database objects from a database

Importing source database objects from a database Importing source database objects from a database We are now at the point where we can finally import our source database objects, source database objects. We ll walk through the process of importing from

More information

Teach Yourself Microsoft Office Excel Topic 17: Revision, Importing and Grouping Data

Teach Yourself Microsoft Office Excel Topic 17: Revision, Importing and Grouping Data www.gerrykruyer.com Teach Yourself Microsoft Office Excel Topic 17: Revision, Importing and Grouping Data In this topic we will revise several basics mainly through discussion and a few example tasks and

More information

Rio Hondo Prep Computer Applications Class

Rio Hondo Prep Computer Applications Class Welcome to Computer Applications class! This class will help you to learn how to utilize the most used business and academic software. Currently, this includes the latest Microsoft Office 360 programs

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

Amacro is a sequence of commands or keystrokes that Word records

Amacro is a sequence of commands or keystrokes that Word records Chapter 1: Recording and Using Macros In This Chapter Recording a macro Running a macro Editing a macro Using auto macros Amacro is a sequence of commands or keystrokes that Word records and lets you play

More information

Strategic Series-7001 Introduction to Custom Screens Version 9.0

Strategic Series-7001 Introduction to Custom Screens Version 9.0 Strategic Series-7001 Introduction to Custom Screens Version 9.0 Information in this document is subject to change without notice and does not represent a commitment on the part of Technical Difference,

More information

Spreadsheet Concepts Using Microsoft Excel

Spreadsheet Concepts Using Microsoft Excel Spreadsheet Concepts Using Microsoft Excel lab 5 Objectives: Upon successful completion of Lab 5, you will be able to Create and edit a simple spreadsheet document Describe the advantage of using formulas

More information

Excel 2016 Functions

Excel 2016 Functions Flash Fill New in Office 2013 is a feature called Flash fill. Flash fill will help you fill in empty cells within a spreadsheet based on patterns that already exist. You may need to provide a couple of

More information

I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS...

I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS... EXCEL 2010 BASICS Microsoft Excel I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS... 6 The Mouse... 6 What Are Worksheets?... 6 What is a Workbook?...

More information

Creating Accessible Word Documents

Creating Accessible Word Documents Creating Accessible Word Documents 1 of 11 Creating Accessible Word Documents Contents 1. General principles... 1 2. Styles/ Headings... 2 3. Table of Contents... 3 Updating a Table of Contents... 5 4.

More information