Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
duplicate | Excel Discussion (Misc queries) | |||
Duplicate Look up | New Users to Excel | |||
How do you delete duplicate addresses, but keep duplicate names? | Excel Discussion (Misc queries) | |||
duplicate | Excel Discussion (Misc queries) | |||
Duplicate | Excel Worksheet Functions |