» Validating Data To Be Unique In A Range
CATEGORY - Excel Formula and Function
VERSION - All Microsoft Excel Versions
Problem: Validiating the values entered in column A, so that a value could not be entered more than once.
Solution:
Select column A-->Data-->Validation-->choose Custom-->Enter this formula:
=COUNTIF($A:$A,$A1)<=1
Thus, when trying to enter ""1"" in cell A10, an error message will pop out,
and will prevent the user from entering any of the values already stored in column A.

Book Store:
Recommended Books:
- Microsoft Windows XP Inside Out
- Business Plans For Dummies®
- How to Read A Financial Report
- Successful Business Planning in 30 Days: A Step-By-Step Guide for Writing a Business Plan and Starting Your Own Business
- VBA for Modelers: Developing Decision Support Systems Using Microsoft« Excel
- Accounting for Dummies
No comments have been submitted.

