To efficiently search for phone records, it is necessary to break down a phone number into Telco components and back again. The primary components of a phone number (NPA-NXX-XXXX xEXT) are:

Create three new columns to accommodate the values for the separation of the phone number into its components.

Write a small formula that........... In the Area Code (or NPA) cell, enter the function:

In the Prefix (or NXX) cell, enter the function:

In the Postfix (or XXXX) cell, parse out the final four digits of the phone number.

This shows the end result. The functions should be copied and applied to each line with a phone record that needs to be parsed.

Now you need to copy the formula to the other cells in the column. Select the new cell where the new value is listed.

Click and drag the handle (indicated by a cross at the bottom right corner of the selected cell) down to select the remaining column of listings.

The formula is copied to the remaining cells and the values are automatically calculated.

After the formulas have been applied to all cells in the three new columns, you will need to replace the formulas with the resulting values from the formula. Currently each cell now has a formula entered into it. You need to replace the formula with the resulting values. First, select the cells in the three new columns. Next, copy the cells by right clicking on the selected cells and choosing "copy" from the menu.

Right click again and choose Paste Special from the menu.

From the Paste Special dialog box, make sure Values is checked from the paste menu. This will make sure that the values are pasted into the cells.

Congratulations! You have parsed columns. Use this simple process to parse any number of columns that you need.