Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
irresistible007
 
Posts: n/a
Default Preventing Duplication


Well I think it shouldn't be a big prob but the thing is that i dont
know the solution...

below is the example of sheet:

...........*A......................... B....................C*
*1*.....Customer...........Product............Orde r #
*2*.....ABC Co..............MS Excel...........99004
*3*.....DEF Co...............MS Word...........99001
*4*.....GHI Co...............MS Access.........99003
...
...
*15*.....JKL Co..............MS Excel............99005

The thing is that Col C is containing order no. unsorted and are
manually inserted because of which the risk of Duplications come into
play.

Now lets say I entered the order no. 99003 (which is also in C4) in
Cell C9 by mistake.

Is it possible that Excel can change color of contents of both cell
i.e. C4 and C9 to Red ?

Or

Is it possible to show the repeated entry in cell C16 ?

Or

Is it possible to get alert pop-up or something alerting if i am trying
to enter the no which is already registered?


--
irresistible007


------------------------------------------------------------------------
irresistible007's Profile: http://www.hightechtalks.com/m63
View this thread: http://www.hightechtalks.com/t2272756

  #2   Report Post  
Biff
 
Posts: n/a
Default Preventing Duplication

Hi!

You can do all of those things but this is your best solution:

Is it possible to get alert pop-up or something alerting if i am trying
to enter the no which is already registered?


Select the range of cells in question. Assume that is C1:C15

Goto DataValidation
In the Allow drop down select CUSTOM
In the Formula box enter:

=COUNTIF(C$1:C$15,C1)<=1

You can create a custom message that appears or just use the default. Click
the ERROR ALERT tab and fill in the message if you want to use your own.

Biff

"irresistible007"
wrote in message
...

Well I think it shouldn't be a big prob but the thing is that i dont
know the solution...

below is the example of sheet:

..........*A......................... B....................C*
*1*.....Customer...........Product............Orde r #
*2*.....ABC Co..............MS Excel...........99004
*3*.....DEF Co...............MS Word...........99001
*4*.....GHI Co...............MS Access.........99003
..
..
*15*.....JKL Co..............MS Excel............99005

The thing is that Col C is containing order no. unsorted and are
manually inserted because of which the risk of Duplications come into
play.

Now lets say I entered the order no. 99003 (which is also in C4) in
Cell C9 by mistake.

Is it possible that Excel can change color of contents of both cell
i.e. C4 and C9 to Red ?

Or

Is it possible to show the repeated entry in cell C16 ?

Or

Is it possible to get alert pop-up or something alerting if i am trying
to enter the no which is already registered?


--
irresistible007


------------------------------------------------------------------------
irresistible007's Profile: http://www.hightechtalks.com/m63
View this thread: http://www.hightechtalks.com/t2272756



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
prevent duplication Ben Blair Excel Discussion (Misc queries) 1 May 21st 05 03:59 AM
Preventing Duplicate Cells BenBlair Excel Discussion (Misc queries) 2 May 19th 05 06:08 PM
Sheet Duplication Abdul Hameed Excel Worksheet Functions 2 February 28th 05 03:12 PM
Preventing cell contents from printing Blair Scanlan Excel Discussion (Misc queries) 5 December 20th 04 12:39 AM
Preventing Duplicate Entries in rows AJPendragon Excel Worksheet Functions 1 December 6th 04 12:45 PM


All times are GMT +1. The time now is 11:09 PM.

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

About Us

"It's about Microsoft Excel"