Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Test this solution on *backup* data to avoid catastrophic loss!
Here's one solution: assume your zip code column is F. Add a new column right next to column F and format it as text. Enter this formula into the new column: =IF(LEN(F1)=4,"0"&F1,F1) This adds a leading zero to any entry that is only 4 characters long. Copy the new column and paste it over the old column as values, then delete the new column. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Move column to in-between existing columns | Excel Discussion (Misc queries) | |||
Column A is Town, Column B is names. How can Excel add & tell how. | Charts and Charting in Excel | |||
How do I sort a column of formulas in Excel? | Excel Discussion (Misc queries) | |||
How do I sort a column of formulas in Excel? | Excel Discussion (Misc queries) | |||
getting data from 2 excel sheets automatically | Excel Worksheet Functions |