Hi.
I need to do some data validation in a range of cells ( ex:A1;B1 and C1)
1 - Only numbers are allowed
2 - Prevent duplicate numbers
Best regards,
Elio
Hi.
I need to do some data validation in a range of cells ( ex:A1;B1 and C1)
1 - Only numbers are allowed
2 - Prevent duplicate numbers
Best regards,
Elio
Try this
Select A1:C1 with A1 active cell
Data > Validation > Allow > Custom
and apply this formula
=ISNUMBER(A1)*COUNTIF($A1:$C1,A1)=1
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks