You can apply only one validation in a cell or range of cells.Originally Posted by stoney1977
Try the following formula for your purpose.
=AND(I12="X",COUNTIF($I$12:$Z$12,I12)=1)
It will allow once and only "X" to be entered in the range.
Does this work?
Bookmarks