Good morning
I have a cell which requires a user to put an entry of between 0 and 1 million
so I used the validation
Allow: Whole Number
Data: Between
Minimum: 0
Maximum: 1000000
Ignore Blank: Unchecked
I have a message which tells the user the acceptable range in case they try to enter a non numeric or numbers outside of this range.
However! Blanks are being accepted can this validation enforce a number between 0 and 1 million,rather than allowing blanks, the error works if a letter, negative, decimal or exceeds 1 million
I have a cell which requires a user to put an entry of between 0 and 1 million
so I used the validation
Allow: Whole Number
Data: Between
Minimum: 0
Maximum: 1000000
Ignore Blank: Unchecked
I have a message which tells the user the acceptable range in case they try to enter a non numeric or numbers outside of this range.
However! Blanks are being accepted can this validation enforce a number between 0 and 1 million,rather than allowing blanks, the error works if a letter, negative, decimal or exceeds 1 million