Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How do I keep duplicate text from being entered in an excel file?

I am entering product names in excel (in the hundreds) and I would like to
have excel check that as I enter a name it has not already been used.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,533
Default How do I keep duplicate text from being entered in an excel file?

Hi

Select the column with product names, and goto Data Validation Allow:
Custom Formula: =CountIf($A:$A,A1)=1

Hopes this helps
...
Per



"Ed Green" <Ed skrev i meddelelsen
...
I am entering product names in excel (in the hundreds) and I would like to
have excel check that as I enter a name it has not already been used.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default How do I keep duplicate text from being entered in an excel file?

You can use data validation with a custom formula. To restict the entries in
Column A

Select Column A
Select Data - Validation | Custom
Add this formula
=COUNTIF(A:A, A1) = 1
Select Ok

Column A should now be restricted to unique entries.
--
HTH...

Jim Thomlinson


"Ed Green" wrote:

I am entering product names in excel (in the hundreds) and I would like to
have excel check that as I enter a name it has not already been used.

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 duplicate data from being entered into the same column Char Excel Worksheet Functions 3 August 29th 07 03:28 PM
Duplicate the contents of a row when text is entered in a cell Shonzi Excel Discussion (Misc queries) 10 April 14th 07 04:13 AM
How Excel can tell me i have entered a duplicate number Autofill Excel Discussion (Misc queries) 2 July 12th 06 12:08 PM
opening an excel file opens a duplicate file of the same file skm Excel Discussion (Misc queries) 1 December 7th 05 05:52 PM
How do I prevent duplicate numbers from being entered in a column. Clearwater Tim Excel Discussion (Misc queries) 1 March 21st 05 09:35 PM


All times are GMT +1. The time now is 01:06 AM.

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"