Introduction
Data validation rules help you control what kind of information can be entered into a cell. This keeps your data clean and avoids mistakes by limiting inputs to certain types or lists.
When you want to allow only numbers between 1 and 100 in a score column.
When you want users to pick a country from a list instead of typing it.
When you want to prevent empty cells in a required field.
When you want to allow only dates after today in a deadline column.
When you want to restrict entries to whole numbers only.