Transform Data Lesson 1& 2
Transform Data Lesson 1& 2
LESSON 1
1. Splitting Data: Breaking down information in one cell into multiple cells. For example, if
you have full names in one column, you can split them into first names and last names.
2. Cleaning Data: Removing or fixing any mistakes or duplicates in your data to make sure
it’s accurate. For example, you might remove repeated entries or extra spaces in text.
3. Combining Data: Bringing together information from different cells into one. For
example, you might combine a first name and last name into a single full name.
4. Changing Formats: Converting data into a different format that’s easier to work with.
For example, you might change dates from text format to a proper date format.
5. Looking Up Information: Finding specific data from a large dataset based on a search.
For example, you can search for a product name and get its price from a list.
In simple terms, transforming data in Excel is all about making your data look and work the way
you need it to, so you can get the most out of it.
Text to Columns
The Text to Columns feature in Excel helps you split data in one column into multiple columns.
You can do this by using a specific character (like a comma or space) or by setting a fixed width.
Steps to Use:
3. Choose either:
o Fixed Width if each part of your data has the same length.
SHIVANJALI DEORE
4. Follow the prompts to set your delimiter or width.
Assignment:
You have this data in one column: “123 Main St, Springfield, IL”. Split it into three columns:
Street Address, City, and State.
Steps:
3. The data should end up in three columns: one for the street, one for the city, and one for
the state.
Removing duplicate values in Excel is a simple way to clean your data by eliminating any
repeated entries, ensuring that each value appears only once.
1. Select the data range that you want to check for duplicates.
4. In the dialog box, choose which columns you want to check for duplicates. If you want to
check all columns, leave them all selected.
5. Click OK. Excel will remove the duplicates and show you how many duplicate values
were found and removed.
Assignment:
You have a list of email addresses in Column A, and some are repeated. Your task is to remove
any duplicates so that each email address appears only once.
String functions in Excel are used to manipulate and manage text data (also known as "strings").
Here’s a brief explanation of some common string functions:
1. LEFT
o Use: Extracts a specified number of characters from the beginning (left side) of a
text string.
SHIVANJALI DEORE
2. RIGHT
o Use: Extracts a specified number of characters from the end (right side) of a text
string.
3. MID
o Use: Extracts a specified number of characters from the middle of a text string,
starting at a point you define.
4. LEN
5. SUBSTITUTE
6. CONCATENATE or CONCAT
7. TRIM
o Use: Removes extra spaces from a text string, leaving only single spaces
between words.
Assignment:
8. Use CONCAT to combine the result with another word, like "Indeed".
SHIVANJALI DEORE
PRACTICE THE ASSIGNMENT IF YOU HAVE ANY QUESTIONS FEEL FREE TO ASK
SHIVANJALI DEORE