Disallow Repeat Entry

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

In a given column, how can I prohibit the user from re-entering value already entered in above row

Regard

Sachin
 
Hi

Select the column. Go to Data / Validation. Change the Allow option to
Custom and in the Formula box type:
=COUNTIF(F:F,F1)<2
This does not rule out the possibility of a user pasting/dragging a
duplicate number into the range
 
Back
Top