简体   繁体   English

使用 importrange 将 3 张纸合二为一

[英]Combine 3 sheets into one with importrange

Goal: Merge 2 sheets into the main sheet all in one sheet via importrange Problem: All the columns are in different orders目标:通过importrange将2张表合并到一张表中问题:所有列的顺序不同

在此处输入图像描述

I would like to importrange the 2 sheets in client master sheet 2 into the main sheet in one table.我想将客户主表 2中的 2 张表导入到一张表中的主表中。 Is that possible while the columns are not in the same orders?当列的顺序不同时,这可能吗?

use:利用:

={QUERY(IMPORTRANGE("1Er_6mSY5TFJ5sb_DDRc6QY3aIzqen_QfVYg3FvBFZ3I", "Sheet 2!A2:E"),
 "select Col2,Col3,Col1,Col5,Col4 where Col1 is not null", 0);
  QUERY(IMPORTRANGE("1Er_6mSY5TFJ5sb_DDRc6QY3aIzqen_QfVYg3FvBFZ3I", "Sheet 3!A2:E"),
 "select Col2,Col4,Col1,Col3,Col5 where Col1 is not null", 0)}

0

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 IMPORTRANGE可以将多个Google表格导入到一个垂直列中? - IMPORTRANGE to import multiple Google Sheets into one vertical column? 带有多个表格的 Google 表格 IMPORTRANGE - Google Sheets IMPORTRANGE with multiples Sheets Google 表格查询和导入范围 - 从不同的表格中选择不同的列 - Google sheets Query and Importrange - selecting different columns from different sheets 如何使用查询将许多谷歌工作表合并到一张工作表中 - how to combine many google sheets in one sheet by using query 如何根据Google表格中的布尔值将行合并为一列? - How to combine rows into one column based on boolean values in Google Sheets? 在 Google 表格中使用 importrange 公式的最有效方法是什么? - What is the most efficient way to use the importrange formula in Google Sheets? GAS:将 Google Drive 中多个 Google Sheets 文档(工作簿)中的数据合并到一个工作簿中 - GAS: Combine Data from Multiple Google Sheets Documents (Workbooks) in Google Drive into One Workbook 使用 ArrayFormula 和 Indirect 组合工作表 - Using ArrayFormula with Indirect to combine sheets 使用带有两个查找值的 VLOOKUP,同时使用 IMPORTRANGE 合并三个 Google 表格 - Using VLOOKUP with two lookup values while using IMPORTRANGE to merge three Google Sheets 使用 IMPORTRANGE 过滤需要来自 2 张纸的数据,我应该使用查询、vlookup 还是匹配? - Filter with IMPORTRANGE need data from 2 Sheets, whould i use query, vlookup, match?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM