Apply formula to the entire column

后端 未结 11 1323
不知归路
不知归路 2021-01-30 19:03

I\'m trying to recode all the zip code from Column A into Column B with the formula:

=TEXT(A1,\"00000\")

Like this:

11条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-30 20:05

    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.

提交回复
热议问题