Excel.Tips.Net Welcome toExcel.Tips.Net

Helpful Links

Tips.Net Home
ExcelTips Home
Ask an Excel Question
Make a Comment

Tips.Net Store

ExcelTips FAQ
ExcelTips Premium

Learn Access Now

Beauty Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Money Tips
Organizing Tips
Pest Tips
Pet Tips
Wedding Tips
Word2007 Tips
WordTips

Advertise on the
ExcelTips Site

Newest Tips

Assigning a Macro to a Keyboard Combination

Creating Scenarios

Using Message Boxes

Understanding Phantom Macros

Picking a Group of Cells

Running Out of Memory

Hiding Rows Based on a Cell Value

 

External Data Validation

Summary: Data validation allows you to control what information is entered into a worksheet. Validating based on information internal to a workbook is easy; validating to information in another workbook can be a real pain. This tip explains how to make it all work. (This tip works with Microsoft Excel 97, Excel 2000, Excel 2002, and Excel 2003.)

The data validation feature of Excel is quite handy. You can use the feature to specify a range of values that are considered acceptable for user input. Normally, Excel expects you to specify your validation range as being on the same worksheet where you are defining the validation rule. If you try to enter a range that is on another worksheet or in another workbook, Excel balks and gives you an error message.

What if you want the validation range to be on another worksheet, just so you don't clutter up the current worksheet with extraneous data? The easiest way to do that is to follow these general steps:

  1. Select the range of cells you want to use as your data validation values.
  2. Choose Name from the Insert menu, and then Define from the submenu. Excel displays the Define Name dialog box. (Click here to see a related figure.)
  3. Enter a unique name for your data validation range, such as MyValRange, then click on OK.
  4. Select the cell for which you want to define a validation rule.
  5. Choose Validation from the Data menu. Excel displays the Data Validation dialog box. (Click here to see a related figure.)
  6. Use the Allow and Data drop-down lists to specify how you want Excel to validate the data. Depending on your selections, you will see a Value, Minimum, or Maximum boxes appear in the dialog box.
  7. In the appropriate boxes (Value, Minimum, or Maximum), specify the name you gave your data validation range, in step 3. For instance, you could enter MyValRange.
  8. Click on OK.

This approach works great if the data validation range is in the same workbook. What if you want to use a data validation range that is in a different workbook entirely? You can trick Excel into accepting your external reference if, in step 7, you enter a formula such as the following:

=INDIRECT("[Book2]Sheet1!D6")

This formula uses the INDIRECT function to return the value at a cell on another worksheet, and the data validation feature will accept it with no problems. In this case the cell being checked is at cell D6 on Sheet1 of Book2. In order for this to work, you will need to make sure that Book2 is open at the same time that your main workbook is open.

ExcelTips is your source for cost-effective Microsoft Excel training. This tip (2813) applies to Microsoft Excel versions: 97 | 2000 | 2002 | 2003

More Power! For some people, the prospect of creating macros can be scary. Those who conquer their fears, however, find they become much more confident and productive once they learn how to make Excel do exactly what they want. ExcelTips: The Macros is an invaluable source for learning Excel macros. You are introduced to the topic in bite-sized chunks, pulled from past issues of ExcelTips. Learn at your own pace, exactly the way you want.
 
Check out ExcelTips: The Macros today!