Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
what formula do i put for column m = column k minus column l in e. | Excel Discussion (Misc queries) | |||
Putting text in a column based on variable text from another colum | Excel Discussion (Misc queries) | |||
Change the width of a single column in a column chart | Charts and Charting in Excel | |||
How do I sort a column of formulas in Excel? | Excel Discussion (Misc queries) | |||
How do I sort a column of formulas in Excel? | Excel Discussion (Misc queries) |