If you Drag cells down to Auto-fill they ignore validation rules?
I've created a two part validation for data entry. The first allows you to enter a site name from a list of sites. If you enter an inappropriate name you get an error message, perfect. Each of those sites has four possible survey stations at it. I set
up a second validation that only allows you to enter one of the 4 stations that go with a given site. The station names are whole numbers. If you enter the value in the cell and it is not correct you get the error message I set up. However if you drag the
cell to autofill a column it will increase the value by one (like a normal autofill) but it will allow values that do not fit the validation with no error message.
Why is it allowing cells that don't fit the validation with the drag feature?