Spreadsheet
Text file
Database
Form (web or GUI databases)
All of these are reasonable options
When used properly spreadsheets or forms for databases can provide additional protection against bad data being entered
Stopping bad data from ever being entered
Set rules about what values can be entered into a column
Let’s create a data table with information on the date of sampling, the plot being sampled, and Species ID and mass of each individual small mammal that we catch.
Header row: Date, Plot,
SpeciesID, Mass
To setup a quality assurance rule let’s select the Plots column
Data -> Data Validation
Plot numbers are integers so choose the data type:
Whole numbers (only that type can be entered)
Set limitations
Data to set the type of limitation:
between1 and 24Add a useful error message using Error Alert
Now enter some plot data
The numbers 1-24 are entered normally
If we try to enter an invalid number, e.g., 222, we get an error
We can also limit decimal numbers
Select Mass column
Data -> Data Validation -> Allow
= Decimal
Masses have to be positive, so set Minimum =
0
The largest mammal that can fit in the small traps used in this
study is 300 g, so set Maximum = 300
Limit entries to a list of choices
This allows us to control data entry for fields like Species ID
Select SpeciesID column
Data -> Data Validation -> Allow
= List
Enter list values in Sources: DM, DO, DS, PP,
PM
Trying to enter a value not on the list results in an error
This also generates a drop-down menu, so we can select the SpeciesID instead of typing it in
Show posts/papers on dates and gene names
Home -> Number -> Dropdown ->
Text