duplication of data

vino.spider

New Member
Joined
Apr 28, 2011
Messages
15
hi friends,
i am new to excel but i know some thing about vb ..
now help me to find duplication of data with in a selected range ..
for ex:
range("a1:a6500")
it should accept only unique values



i need the code... and also the formulas
...

thanks in advance:rofl:
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
Welcome to the MrExcel board!

Your question is not entirely clear. You say you want to find duplication but you also say it should accept only unique values. If it (whatever *it* is) accepted only unique values then there would be no duplicate values to find.

Tell us a bit more about exactly what you have and what you are trying to achieve.

Also, what version of Excel are you using?
 
Last edited:
Upvote 0
thanks peter..
i am using excel 2003 ....
simple thing...
sheet1.range("a1:a55") should accept only unique values
thanks ...
 
Upvote 0
Try this

1. Select A1:A55
2. Data|Validation...|Settings tab|Allow: Custom|Formula: =COUNTIF(A$1:A$55,A1)=1 |Error Alert tab|Enter a message if you want|OK

That should stop users entering duiplicates.
 
Upvote 0

Forum statistics

Threads
1,224,591
Messages
6,179,767
Members
452,940
Latest member
rootytrip

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top