标签: excel excel-formula
I need to create a sequence here the next should be A100100101000002 and so on
我尝试了很多方法,我对Excel没有经验,任何帮助都非常感谢。谢谢所有
答案 0 :(得分:1)
把它放在A1,
=text(row(1:1), "\A\1\0\0\1\0\0\1\0\1000000")
填写。这应该是第999,999行。