gpt4 book ai didi

excel - 如何在 Excel 中写入一系列数字

转载 作者:行者123 更新时间:2023-12-02 23:52:48 25 4
gpt4 key购买 nike

我想在 Excel 中写入从 000001 到 999999 的数字

我已经这样做了 =TEXT(A2,"000001") 但我无法生成系列,即使无法在不同的属性中分离它

此外,我想将每个数字分布在每个不同的单元格中,例如这样

A           B         C        D         E         F       G                       


000001 0 0 0 0 0 1

000002 0 0 0 0 0 2



till


999999 9 9 9 9 9 9

最佳答案

使用以下公式到 B1 单元格,然后根据需要向右和向下拖动。

=MID($A1,COLUMNS($A$1:A$1),1)

查看屏幕截图。
enter image description here

关于excel - 如何在 Excel 中写入一系列数字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47352673/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com