I do not want to input duplicate data in any cell of the same column, in an excel spreadsheet.
S snowdog120 Nov 7, 2006 #1 I do not want to input duplicate data in any cell of the same column, in an excel spreadsheet.
T Teethless mama Nov 7, 2006 #2 Highlight your range, In the Menu Data>Validation>Under Allow: select Custom>Under Formula: =COUNTIF($A$1:A1,A1)=1 click OK
Highlight your range, In the Menu Data>Validation>Under Allow: select Custom>Under Formula: =COUNTIF($A$1:A1,A1)=1 click OK