This page is used in conjunction with training sessions on "Tidy Data in Spreadsheets"
Exercise 1: Applying Tidy Data Principles
Exercise 2: Creating a Tidy Data Set
Do not forget : create a new file (or tab) for the cleaned data, and never modify the original (raw) data.
Exercise 3: Extracting Dates
Do not forget : create a new file (or tab) for your processed data, and never modify the original (raw) data.
Exercise 4: Quality Control Options
Restrict entry options in a copy of the SAFI_clean dataset (or your own cleaned up data). To set the no_membrs column to only allow whole numbers:
• Select the no_membrs column
• On the Data tab select Data Validation
• In the Allow box select Whole number
• Set the minimum and maximum values to 1 and (maybe) 24.
• Try to enter a number outside the range. What happens?
Sorting:
• Make sure to select the whole spreadsheet before sorting by one column (otherwise your data will get wrecked).
• Select Data then Sort.
• Sort by no_membrs in the order Smallest to Largest
Conditional Formatting:
• Select a column.
• Go to Styles in the Home tab then Conditional Formatting.
• Under New Rule, use 2-Color Scale with Lowest to Highest for the orange colours.
Exercise 5: Exporting Data
These exercises are based on Data Carpentry lessons.