This lesson is part 5 of 5 in a series. You can go to Invoice, Part 1: Free Shipping if you'd like to start from the beginning.

Similar documents
Watch the video below to learn more about number formats in Excel. *Video removed from printing pages. Why use number formats?

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

Introduction. Using Styles. Word 2010 Styles and Themes. To Select a Style: Page 1

Microsoft Office Excel 2010 Extra

How to Set up a Budget Advanced Excel Part B

Microsoft Office Excel Create a worksheet group. A worksheet group. Tutorial 6 Working With Multiple Worksheets and Workbooks

Formulas Learn how to use Excel to do the math for you by typing formulas into cells.

Intermediate Excel Training Course Content

Excel 2. Module 2 Formulas & Functions

Create your first workbook

Introduction. Mail Merge. Word 2010 Using Mail Merge. Video: Using Mail Merge in Word To Use Mail Merge: Page 1

Objective: Class Activities

Excel. More Skills 11 Insert and Edit Comments. To complete this workbook, you will need the following file: You will save your workbook as: CHAPTER 2

Excel Level Three. You can also go the Format, Column, Width menu to enter the new width of the column.

Microsoft Excel 2010 Training. Excel 2010 Basics

Excel VLOOKUP. An EMIS Coordinator s Friend

Homework 1 Excel Basics

Excel 2010 Formulas Not Work In 2003 Copying Down Correctly

1. Managing Information in Table

Excel Part 3 Textbook Addendum

Topic 4D: Import and Export Contacts

1. Position your mouse over the column line in the column heading so that the white cross becomes a double arrow.

Excel Introduction to Excel Databases & Data Tables

Create a Relationship to build a Pivot Table

Safari ODBC on Microsoft 2010

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

Post Experiment Interview Questions

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex

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

Create a Relationship to build a Pivot Table

Basic tasks in Excel 2013

Create an external reference (link) to a cell range in another workbook

Excel Tables and Pivot Tables

Introduction. Table Basics. Access 2010 Working with Tables. Video: Working with Tables in Access To Open an Existing Table: Page 1

Reference Services Division Presents. Excel Introductory Course

Word 2010 Styles and Themes

SPREADSHEET (Excel 2007)

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

Computer Applications Data Processing FA 14

INSERT SUBTOTALS Database Exercise Sort the Data Department Department Data Tab Sort and Filter Group

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

Introduction. Understanding charts. Excel 2016

Instant Keyword Riches

EXCEL BASICS: MICROSOFT OFFICE 2010

Excel 2013 Getting Started

My Top 5 Formulas OutofhoursAdmin

You might already know that tables are organized into vertical columns and horizontal rows.

Excel Tips for Compensation Practitioners Weeks Text Formulae

Les s on Objectives. Student Files Us ed. Student Files Crea ted

Microsoft Excel Office 2016/2013/2010/2007 Tips and Tricks

Creating a Crosstab Query in Design View

Most of the class will focus on if/else statements and the logical statements ("conditionals") that are used to build them. Then I'll go over a few

Excel 2016: Formulas & Functions

EXCEL BASICS: MICROSOFT OFFICE 2007

Top 15 Excel Tutorials

Microsoft Office Excel 2010: Level 1

In today s video I'm going show you how you can set up your own online business using marketing and affiliate marketing.

Introduction. Inserting and Modifying Tables. Word 2010 Working with Tables. To Insert a Blank Table: Page 1

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

Vlookup for dummies two sheets vlookup

Manual Data Validation Excel 2010 List From Another Workbook

Microsoft Excel 2007 Macros and VBA

Introduction to Microsoft Office 2007

Are your spreadsheets filled with unnecessary zero s, cluttering your information and making it hard to identify significant results?

Lecture- 5. Introduction to Microsoft Excel

Step 1: Prepare the worksheet data in Excel for the mail merge You can FT Menu Prompt # 1 R for Report.

Introduction to Microsoft Excel

Working with Tables in Word 2010

1. Select a cell in the column you want to sort by. In this example, we will sort by Last Name.

Smart formatting for better compatibility between OpenOffice.org and Microsoft Office

Optimization in One Variable Using Solver

Listen to. the podcast. Transcript: podcast is. of syntax. those kinds. it will come. to correct. 1 Page. Chandoo.org

Microsoft Excel 2013 Comments (Level 3)

Excel 2010 Formulas Not Working In 2003 >>>CLICK HERE<<<

Ms excel. The Microsoft Office Button. The Quick Access Toolbar

Introduction to Microsoft Excel

MS Excel Advanced Level

Microsoft Access 2010

2. create the workbook file

Following a tour is the easiest way to learn Prism.

PROFESSOR: Last time, we took a look at an explicit control evaluator for Lisp, and that bridged the gap between

Excel Cheat Sheet. Keyboard short cuts. Absolute or relative

Tutorial: Create an Excel Dashboard. Overview. **** Download the Example Dashboard ****

Check the spelling of the worksheet by using Excel s spelling check feature.

Error Vba Code For Vlookup Function In Excel 2010

Microsoft Access 2013

Microsoft Access 2013

WEEK NO. 12 MICROSOFT EXCEL 2007

Creating a Directory with a Mail Merge from an Excel Document

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

Module 4 : Spreadsheets

Introduction to Microsoft Excel

Excel Tips. Contents. By Dick Evans

DOWNLOAD OR READ : TOP 3 EXCEL FORMULAS AND FUNCTIONS EXCEL TRAINING BOOK 0 PDF EBOOK EPUB MOBI

No matter where I am or whose computer I am using, as long as I have Internet access, I can mange my Google Docs account. Even from my cell phone!

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4

Excel Shortcuts Increasing YOUR Productivity

Setting Security in Microsoft Excel 2003

Designing a Database -- Understanding Relational Design

How To Use PressCable To Increase Citations & Google Maps Rankings

Transcription:

Excel Formulas Invoice, Part 5: Data Validation "Oh, hey. Um we noticed an issue with that new VLOOKUP function you added for the shipping options. If we don't type the exact name of the shipping option, the VLOOKUP function stops working. Think you can fix this? This is the last thing I'll ask for, I swear!" This lesson is part 5 of 5 in a series. You can go to Invoice, Part 1: Free Shipping if you'd like to start from the beginning. Our spreadsheet Once you've downloaded our spreadsheet, open the file in Excel or another spreadsheet application. Cell E7 is using the same VLOOKUP formula we added in Invoice, Part 4: More Shipping Options, but it's no longer pulling in the Shipping Cost correctly. And since the formula in cell E9 depends on that value, it's not able to calculate correctly either. What are we trying to fix? If we look at cell E6, we can see that the word Standard is misspelled. The Shipping worksheet doesn't contain the word "Standrd", so our VLOOKUP function doesn't return any results. While we could simply type in the correct spelling, that wouldn't prevent someone from making the same mistake in the future. To make sure this doesn't happen again, we can add data validation to our spreadsheet. Data validation Data validation allows you to control exactly what a user can enter into a cell. In our example, we can use data validation to ensure that the user chooses one of the three possible shipping options. To make things even easier, we can insert a drop-down list of the possible options.

This kind of data validation allows you to build a powerful, fool-proof spreadsheet. Since users won't have to type in data manually, the spreadsheet will be faster to use, and there's a much lower chance that someone can introduce an error. Depending on what spreadsheet program you're using, the process of adding data validation will vary. We'll show you how to add data validation in Microsoft Excel and Google Sheets. Data validation in Excel Since we already have a list of shipping options in the Shipping worksheet, we're going to tell Excel to use the data in that list to control which values a user can select. But before we do this, we'll actually need to name the cell range first. Naming cell ranges is one way to keep track of important cell ranges in your spreadsheet. To name a cell range (Excel 2007-2013): 1. Select the cell range you wish to name. In this example, we'll select the cell range A2:A10 on the Shipping worksheet (we're including empty rows just in case more shipping options are added later on). 2. Go to the Formulas tab, and then click Define Name. 3. A dialog box will appear. Type a name for the cell range in the Name: field and then click OK. In our example, we'll name it ShipRange.

4. Click OK. The cell range will be named. If you ever add more data to your spreadsheet, you can easily check all of your named ranges with the Name Manager to make sure they are including all of the data. To create a data validation drop-down list (Excel 2007-2013): 1. Select the cell where you want the drop-down list to appear. In our example, that's cell E6 on the Invoice worksheet. 2. On the Data tab, click the Data Validation command.

3. A dialog box will appear. In the Allow: field, select List. 4. In the Source: field, type the equals sign (=) and the name of your range, and then click OK. In our example, we'll type: =ShipRange.

5. A drop-down arrow will appear next to the selected cell. Click the arrow to select the desired option. In our example, we'll select Standard. Alternatively, you can type the shipping option, but Excel will only accept it if it is spelled correctly. 6. The selected value will appear in the cell. Now that we're searching for the exact name of a shipping option, our VLOOKUP function is working correctly again. Data validation with Google Sheets Creating a drop-down list for Google Sheets is actually a little simpler than Excel, because you don't need to name a cell range beforehand. To create a data validation drop-down list (Google Sheets): 1. Right-click the cell where you want the drop-down list to appear and select Data validation. In our example, we'll select cell E6.

2. A dialog box will appear. Click Select data range in the Criteria: field. 3. Select the data that will appear in the drop-down list, and then click OK. In our example, the shipping options are stored in cell range A2:A4 on the Shipping worksheet, but we'll select A2:A10 (we're including empty rows just in case more shipping options are added later on).

4. Click Save to close the dialog box. 5. A drop-down arrow will appear within the selected cell. Click the arrow to select the desired option. In our example, we'll select Standard. Alternatively, you can type the shipping option, but Google Sheets will only accept it if it is spelled correctly. 6. The selected value will appear in the cell. There we go with our new data validation drop-down list, it'll be a lot harder for someone to break our function in the future! "Good golly, I didn't even know this was possible in a spreadsheet! You know, it's amazing to think about how much this spreadsheet does now! Some of our competitors pay for expensive invoicing software, but you've created something really powerful with just a few well-placed spreadsheet formulas."