Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试导入一个 excel 文件,其标题为 A1、B1、C1、D1、A2、B2、C2、D2、A3、B3、...D4,每个标题都有 150 行的数据。我必须将此数据集导入另一个工作簿,但顺序为:A1、A2、A3、A4、B1、B2、B3、B4、....D4
您可以通过自定义排序来做到这一点。
Home Tab >> Sort & Filter >> Custom Sort >> Options
然后将排序从“从上到下排序”更改为“从左到右排序”。然后只需选择哪一行以及如何对其进行排序即可。