Difficulty: Moderately Easy
Things You’ll Need:
- A PC with MS Office Excel - most versions have the same keyboard and toolbar controls, and for this article I use Office 2003.
Step1
You can often PARSE the data into more usable parts.
This technique splits up a column by a certain number of characters.
Use it to make 2 columns out of one.
See the related artice on PARSING Excel data.
Step2
You can also do what is called a GLOBAL Change.
Example: if you have the character # appear in many places in your worksheet and you want to change this to the word "Number", you can use the FIND AND REPLACE feature.
I use the keyboard shortcut CTRL+H.
Try this - enter one word or character in the top space and the replacement in the lower one, then click REPLACE ALL.
Step3
Use this easy formula to take the first or last characters from one column and make a new column with it.
Say you have an ID number in cell A2. It has 3 characters and 5 numbers, and you want to split off the 3 characters into a new column.
The formula to put in the first cell of the new column is =left(a2,3).
This will make a new column with only the first 3 characters of the original.