Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
repeat
 
Posts: n/a
Default no repeats in a column

I have social security numbers in a column. I cannot have a repeat of any of
these numbers. Is there a way to set it up so it alerts me if I have two of
the same social security numbers in that column?
  #2   Report Post  
N Harkawat
 
Posts: n/a
Default

select the column where you will enter the SSN
go to Data Validation and enter
=COUNTIF(A$1:A$1000,A2)<2
this will give an error message whenever a SSN is repeated.


"repeat" wrote in message
...
I have social security numbers in a column. I cannot have a repeat of any

of
these numbers. Is there a way to set it up so it alerts me if I have two

of
the same social security numbers in that column?



  #3   Report Post  
mzehr
 
Posts: n/a
Default

Hi
Try:

Use Data Validation--Settings--Allow: Custom--Formula:
=COUNTIF($C$1:$C1,C1)=1


"repeat" wrote:

I have social security numbers in a column. I cannot have a repeat of any of
these numbers. Is there a way to set it up so it alerts me if I have two of
the same social security numbers in that column?

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
what formula do i put for column m = column k minus column l in e. jenniss Excel Discussion (Misc queries) 5 January 6th 05 08:18 PM
Putting text in a column based on variable text from another colum Jacky D. Excel Discussion (Misc queries) 1 December 16th 04 06:09 PM
Change the width of a single column in a column chart Dave Charts and Charting in Excel 2 December 13th 04 07:25 PM
How do I sort a column of formulas in Excel? Gordon Excel Discussion (Misc queries) 2 November 27th 04 01:55 AM
How do I sort a column of formulas in Excel? Gordon Excel Discussion (Misc queries) 0 November 26th 04 03:19 PM


All times are GMT +1. The time now is 08:51 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"