I\'m trying to recode all the zip code from Column A into Column B with the formula:
=TEXT(A1,\"00000\")
Like this:
Found another solution:
You may fill the column by double-clicking on the bottom right hand corner of the cell which you want to copy from (the point on the box that you would otherwise drag) and it will be applied to whole column.
NB: This doesn't work if you have the filter applied, nor if there is already something already in the cells below.
It looks like some of the other answers have become outdated, but for me this worked:
(Note that this replaces text if the destination cells aren't empty)
I think you are in luck. Please try entering in B1:
=text(A1:A,"00000")
(very similar!) but before hitting Enter hit Ctrl+Shift+Enter.
This worked for me.
formula
in the first cell.Enter
.Ctrl + Shift + down_arrow
. This will select the last cell in the column used on the worksheet.Ctrl + D
. This will fill copy the formula in the remaining cells.