XL98: You cannot use external references with Data Validation (179859)



The information in this article applies to:

  • Microsoft Excel 98 Macintosh Edition

This article was previously published under Q179859

SYMPTOMS

When you type a cell reference to a cell in the Source box or in the Formula box in the Data Validation dialog box, and then click OK, you receive the following error message:
You may not use references to other worksheets or workbooks for Data Validation criteria.

CAUSE

This problem occurs if the following conditions are true:
  • You select the cells to which you want to apply data validation, and then click Validation on the Data menu.
  • You click the Settings tab, and then click Settings (or click Custom) in the Allow list.
  • You specify a cell reference to a cell in another worksheet or workbook in the Source (or Formula) box.
The Validation command lets you put restrictions on data that is typed into specific cells. However, the cells that contain the data criteria can refer only to cells within the same worksheet as the cells that are restricted.

WORKAROUND

Use a local cell that refers to the external cell

  1. On the File menu, click New, click Workbook, and then click OK.
  2. Select cell A1.
  3. On the Data menu, click Validation, and then click the Settings tab.
  4. In the Allow box, click Whole number.
  5. In the Data box, click Equal To.
  6. In the Value box, type a reference to a cell on the worksheet, for example, type =$B$1.
  7. Click OK.
  8. In the cell that you referenced in step 6, type a formula that refers to the external criteria cell. For example, in cell B1, type the following formula:

    =Sheet2!$C$1

  9. In the external cell, type the criteria value that you want to use for data validation. For example, in cell C1 of Sheet2, type the number 5.
You can type only the data validation criteria (for example 5) in cell A1 of Sheet1. You can type only the data validation criteria (for example 10) in cell A1 of Sheet1.

MORE INFORMATION

Microsoft Excel 98 Macintosh Edition lets you specify what data is valid for individual cells or for cell ranges in a worksheet. This is referred to as data validation. To use data validation, click Validation on the Data menu.

Restrictions include values, dates, times, or lists of text or values, and can be limited to exact matches or ranges of cells. You can type the valid values in the Data Validation dialog box, or you can store them in worksheet cells. These validating cells must be on the same worksheet as the cells want to restrict.

REFERENCES

For more information about data validation, click the Index button in Microsoft Excel Help, and then type the following text:

data validation, overview

Then double-click the selected text to open the "About defining the valid entries for a cell" topic.

Modification Type:MinorLast Reviewed:8/30/2006
Keywords:kbnofix kbprb kbui KB179859