OverKnight
New Member
- Joined
- Jun 13, 2011
- Messages
- 10
From another post, I learned how to allow only one entry per a range:
Select the cells in the range (say A1:A3) and enter data validation:
Custom, Formula =IF(COUNTA($A$1:$A$3)<=1,1,0)
In addition to the above, is there a way to permit only the number one (1) to be entered?
Thank you.
Select the cells in the range (say A1:A3) and enter data validation:
Custom, Formula =IF(COUNTA($A$1:$A$3)<=1,1,0)
In addition to the above, is there a way to permit only the number one (1) to be entered?
Thank you.