Locked lesson.
About this lesson
As a Marketer, it’s incredibly important to have up-to-date, clean data. In this lesson we apply some common edits to unusable data to clean it up for use.
Quick reference
Importing and cleaning data
Good data characteristics
- A single row of headings
- Beware of headings spread over two rows; using merged cells will cause issues with Excel functionality that identifies and uses headings.
- If you do have a longer heading, try the wrap text function on the home tab.
- No breaks in between columns or rows
- Excel regards a break as the end of the data range and will not take rows or columns after the break into account in calculations or other functionality.
- Consistent data types in columns
- If a column should consist of dates and some of the data is aligned to the right and others to the left of a cell – you probably have inconsistencies in how Excel regards the data.
Data imported into Excel will auto-align to the right if Excel recognizes the data as numbers or dates and will auto-align to the left if Excel regards the data as text.
Text to columns
- If data jumbles together in one cell instead of different cells, try this to separate the data
- Data separated by special characters or is delimited (a certain consistent length) is perfect for this function
Trim
- The TRIM function is used to remove spaces before and after text
- Trim will also remove all spaces but one from between text
COPY and PASTE SPECIAL
- Check out the paste special screen when you next use it.
- In the video we use paste special to paste VALUES only – to get rid of the formula and only paste the correct values
Lesson notes are only available for subscribers.