Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
JD JD is offline
external usenet poster
 
Posts: 2
Default duplicate #'s

If I type the same number in the same colum say ( D )
is there a way to flag ,make a sound,and or change color
in that cell that i have entered a duplicate number
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 493
Default duplicate #'s

Take a look at the Conditional Formatting option at

http://cpearson.com/excel/duplicat.htm

Also consider

Preventing duplicates on entry:
http://cpearson.com/excel/NoDupEntry.htm

In article ,
"JD" wrote:

If I type the same number in the same colum say ( D )
is there a way to flag ,make a sound,and or change color
in that cell that i have entered a duplicate number

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 46
Default duplicate #'s

JD,
Assumed the row1 has the headings.
select A2:A21 (A2 should be the active cell)
FormatConditional Formatting
in the Conditional Formatting dialog box
change the "cell value is" to "formula is"
and type the following formula
=COUNTIF($A$2:$A2,$A2)1
click Format button and select the colour from the patterns page
click OK, OK
Cecil

"JD" wrote in message
...
If I type the same number in the same colum say ( D )
is there a way to flag ,make a sound,and or change color
in that cell that i have entered a duplicate number



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
duplicate Matt Excel Discussion (Misc queries) 1 September 23rd 09 11:30 PM
Duplicate Look up Excel Crazy New Users to Excel 1 November 15th 06 02:35 AM
How do you delete duplicate addresses, but keep duplicate names? Shelly Excel Discussion (Misc queries) 1 August 28th 06 10:36 PM
duplicate Metalteck Excel Discussion (Misc queries) 2 May 11th 05 10:04 PM
Duplicate Bottle Excel Worksheet Functions 3 April 14th 05 04:57 PM


All times are GMT +1. The time now is 08:07 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"