Creating Uniques Values in a Cell (Order nos etc)

franck

New Member
Joined
Apr 15, 2002
Messages
20
Is there anyway you can assign a column in a spreadsheet to not accept duplicated information ie an order number?

Regards Franck
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Yes, there is. Highlight the column you wish to do this to (click on the column letter, "M", for example). Then click on Data - Validation (Data menu inbetween Tools and Window).

When the dialog comes up for Data Validation, in the Allow box, select Custom. Then in the Formula: box, type:

=(COUNTIF(M:M,M1)=1)

Then if you like, you can click on the "Error Alert" tab, and enter a custom message, like "Duplicate entry - please try again."

HTH,

Russell
 
Upvote 0
hi russell...it was very useful for me too, thanks..can yu please tell me what is the significance of =1 at the end of yur formula..that has me stumped..i understand countif formula but this one??
 
Upvote 0

Forum statistics

Threads
1,215,453
Messages
6,124,930
Members
449,195
Latest member
Stevenciu

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