Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I am preparing a spreadsheet in which I have to input names from A2:A200. Each name must be different. I would like to know if there is a function that automatically prevent me to duplicate a name in that column range. Thank you for your support.
|
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
http://www.cpearson.com/excel/NoDupEntry.htm
at Chip Pearson's site -- Regards, Tom Ogilvy "JorgeAE" wrote in message ... I am preparing a spreadsheet in which I have to input names from A2:A200. Each name must be different. I would like to know if there is a function that automatically prevent me to duplicate a name in that column range. Thank you for your support. -- JorgeAE |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
You can use data validation to do this. Select the range A2:A200 Goto DataValidation Allow: Custom Formula: =COUNTIF(A$2:A$200,A2)<2 OK Biff "JorgeAE" wrote in message ... I am preparing a spreadsheet in which I have to input names from A2:A200. Each name must be different. I would like to know if there is a function that automatically prevent me to duplicate a name in that column range. Thank you for your support. -- JorgeAE |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Protecting Range Names | Excel Discussion (Misc queries) | |||
Match function...random search? | Excel Worksheet Functions | |||
Range names and their associated addresses | Excel Worksheet Functions | |||
How do I use Range Names listed in a VLookup table in a formula? | Excel Worksheet Functions | |||
Range Names | Excel Worksheet Functions |