PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Setup Highlight Duplicate on entry

Reply

Highlight Duplicate on entry

 
Thread Tools Rate Thread
Old 11-07-2006, 03:02 PM   #1
=?Utf-8?B?ams=?=
Guest
 
Posts: n/a
Default Highlight Duplicate on entry


Hi,

I need something that would highlight the cell entry if there is a duplicate
entry located on the sheet.For instance, i enter account N15650 in the
account column and if this entry has previosly been made in the same column
then i want this new entry to be highlighted as a flag for me.Does this
require a macro or vb for this action?
Thanks
  Reply With Quote
Old 11-07-2006, 04:10 PM   #2
Paul B
Guest
 
Posts: n/a
Default Re: Highlight Duplicate on entry

jk, have a look here for a way to do it,

http://www.cpearson.com/excel/dupli...htingDuplicates
--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"jk" <jk@discussions.microsoft.com> wrote in message
news:19BF5ADC-9531-43CD-8261-93F2A7980E9D@microsoft.com...
> Hi,
>
> I need something that would highlight the cell entry if there is a
> duplicate
> entry located on the sheet.For instance, i enter account N15650 in the
> account column and if this entry has previosly been made in the same
> column
> then i want this new entry to be highlighted as a flag for me.Does this
> require a macro or vb for this action?
> Thanks



  Reply With Quote
Old 15-07-2006, 10:46 AM   #3
=?Utf-8?B?TWF4?=
Guest
 
Posts: n/a
Default Re: Highlight Duplicate on entry

"jk" wrote:
> I need something that would highlight the cell entry if there is a duplicate
> entry located on the sheet.For instance, i enter account N15650 in the
> account column and if this entry has previosly been made in the same column
> then i want this new entry to be highlighted as a flag for me.Does this
> require a macro or vb for this action?


Perhaps try also Data Validation ..

Assuming it's for inputs into col A ..

Select col A
Click Data > Validation
Allow: Custom
Formula: =COUNTIF(A:A,A1)<2
Click OK

Test it out ..
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off