Insert a new column, just to the right of the existing ZIP Code column.
Assuming the ZIP Codes are in column G and you added a new column H, you can enter the following in cell H3:
=Left(G3, 5)
Copy this formula into all the appropriate cells of column H.
Select the entire column H.
Press Ctrl+C. Excel copies the entire column to the Clipboard.
Display the Paste Special dialog box (Click here to see a related figure.) by choosing Paste Special from the Edit menu. (In Excel 2007 display the Home tab of the ribbon, click the down-arrow under the Paste tool, and then click Paste Special.)
Make sure the Values radio button is selected.
Click on OK. Column H has now been transformed from formulas into the formula results.
Delete column G.
If you have an empty column to the right of your ZIP Codes, you can also use Excel's Text to Columns feature:
Select all the cells that contain your ZIP Codes.
From the Data menu, choose Text to Columns. (In Excel 2007 display the Data tab of the ribbon and click the Text to Columns tool in the Data group.) Excel displays the Convert Text to Columns Wizard. (Click here to see a related figure.)
Make sure the Delimited option is selected, then click on Next.
Select the Other check box, place a single dash in the box just to the right of Other, then click on Next.
In the Column Data Format area, select Text. (You want your ZIP Codes to be formatted as text so that you don't lose any leading zeros.)
Click on Finish.
Topics: Shortening ZIP Codes