How to prevent double entry in excel?
From: Biff (biffinpitt_at_comcast.net)
Date: 03/15/05
- Next message: Ron de Bruin: "Re: Macors do not run correctly from icon"
- Previous message: Ron de Bruin: "Re: How to prevent double entry in excel?"
- In reply to: George Teng: "How to prevent double entry in excel?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 14 Mar 2005 23:04:36 -0800
Hi!
You can use Data Validation to do this.
Assume you'll be entering data in the range A1:A100 and
want to prevent any duplicate entries.
Select the range A1:A100
Goto Data>Validation
>From the Allow drop down select Custom
In the Formula box enter:
=COUNTIF($A$1:$A$100,$A1)<=1
If you want, you can create a custom message that will pop
up if a duplicate entry is attempted.
Click the Error Alert tab.
Use a message something like this:
You are attempting to make an entry that already exsists!
Click OK and you're all set!
Biff
>-----Original Message-----
>Hi,
>
>I'm trying to avoid double entry in this particular work
here. Is there any
>formulas or function that allow me to automatically
detect the double entry?
>
>George
>.
>
- Next message: Ron de Bruin: "Re: Macors do not run correctly from icon"
- Previous message: Ron de Bruin: "Re: How to prevent double entry in excel?"
- In reply to: George Teng: "How to prevent double entry in excel?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|