I\'m trying to recode all the zip code from Column A into Column B with the formula:
=TEXT(A1,\"00000\")
Like this:
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.