On Jul 8, 10:47*pm, "Karol_tom" <Karol_...@wp.pl> wrote:
> Hello,
>
> In my work, when I adding new entry to some big excel documment, I must
> check if
> this number doesn't already exist.
> So, I use CTRL+F and then check...but I know this is stupid and wasting my
> time
> I know that many people ask about it and there is reason - data validating..
> So I try:http://yfrog.com/17cz01g
> but it doesn't work...
> maybe the reason is that there IS some numbers that duplicates...
> I can't delete this rows, but as I say - new entry which I add, can't exist
> later.
Assume that you are entering data on Column A.
Place the Cursor in A1 cell and hit Cntrl+Spacebar which will select
the whole Column A and the A1 will be the Active cell (Active Cell
will have a white Background after selection also).
Select Data>>Validation>>Settings>>Validation Criteria>>Select CUSTOM
from the Drop Down>>Under the Formula copy and paste the below
formula.
=COUNTIF(A:A,A1)=1
Move on to the ERROR ALERT Tab on the same Data Validation Dialog box
and follow the instructions.
Error Alert>>Make sure whether the “Show Error Alert After Invalid
Data Is Entered” is having a Tick Mark.
Error Alert>>Style>>Select the STOP from the Drop Down List.
Error Alert>>Title>>Under the Title copy and paste the below Text.
Data Already Found
Error Alert>>Error Message>>Under the Error Message copy and paste the
below Text.
The Data You Are Entering Is Already Present In This Column.
Give Ok..
Now input the value in column-A and type some duplicate values and see
whether you can able enter duplicate values.
(The reason for requesting you to place the Cursor in A1 cell while
selecting the whole Column A is because, the above formula is
referring the cell A1 so the Active cell should be in A1 cell while
applying the validation. If suppose if you are located your cursor
(Active cell) in A3 cell and selected the whole column (Column A) and
applying the above formula will not result valid duplication checking)
Hope it’s clear to you!
-----------------------
Ms-Exl-Learner
-----------------------