importrange

Using IMPORTRANGE as an array formula

时光毁灭记忆、已成空白 提交于 2021-02-18 17:51:07
问题 I have a URL in one cell which is the criterion for the IMPORTRANGE. e.g.: =IMPORTRANGE(B2,"sheet1!$A$1") I found a formula to collect it as criterion, but not in array version. A sample can be found here. 回答1: I see you have column B filled with Spreadsheet Ids, and you are trying to execute =ArrayFormula(IMPORTRANGE(B2:B,"sheet1!$A$1")) Not every spreadsheet function supports arrays as argument. In particular, importrange does not. You need separate importrange formulas for separate

Using IMPORTRANGE as an array formula

陌路散爱 提交于 2021-02-18 17:50:09
问题 I have a URL in one cell which is the criterion for the IMPORTRANGE. e.g.: =IMPORTRANGE(B2,"sheet1!$A$1") I found a formula to collect it as criterion, but not in array version. A sample can be found here. 回答1: I see you have column B filled with Spreadsheet Ids, and you are trying to execute =ArrayFormula(IMPORTRANGE(B2:B,"sheet1!$A$1")) Not every spreadsheet function supports arrays as argument. In particular, importrange does not. You need separate importrange formulas for separate

Combining multiple spreadsheets in one using IMPORTRANGE

孤街醉人 提交于 2021-02-17 19:42:30
问题 I would like to aggregate the data of multiple spreadsheets into one spreadsheet. Spreadsheet 1 has a Row of Strings A2:A500 Spreadsheet 2 has a Row of Strings A2:A500 Spreadsheet 3 is supposed to have a Row of both (Spreadsheet1!A2:A500 AND Spreadsheet2!A2:A500). Duplicates shall not be handled differently. I would like them to appear as often as they appear in the different sheets. Is it possible to do this without writing a script or using jQuery, e.g. by using IMPORTRANGE? What does not

Combining multiple spreadsheets in one using IMPORTRANGE

廉价感情. 提交于 2021-02-17 19:42:23
问题 I would like to aggregate the data of multiple spreadsheets into one spreadsheet. Spreadsheet 1 has a Row of Strings A2:A500 Spreadsheet 2 has a Row of Strings A2:A500 Spreadsheet 3 is supposed to have a Row of both (Spreadsheet1!A2:A500 AND Spreadsheet2!A2:A500). Duplicates shall not be handled differently. I would like them to appear as often as they appear in the different sheets. Is it possible to do this without writing a script or using jQuery, e.g. by using IMPORTRANGE? What does not

How to edit an imported Google sheet using ImportRange?

拥有回忆 提交于 2021-02-11 13:40:57
问题 I used =QUERY(IMPORTRANGE..) to import data from Sheet 1 to Sheet 2 for Column A, B & C. I have to take note in Column D of Sheet 2 for each entry imported. However, for any new one added, the note (for the previous ones) in Column D stays in the same cells. For example, the formula is in A2, so the new data will be added to A2,B2 & C2. The note is in D2. When a new one is imported, the previous one moved to A3, B3 & C3. However, the note is still in D2. Is there any way to make those notes

Using IMPORTRANGE, INDIRECT, and CONCATENATE together

╄→гoц情女王★ 提交于 2021-02-08 06:35:35
问题 I have a sheet that pulls numbers from several different sheets to amalgamate numbers. Each week, a new sheet is added to the source files, all with the same name. I'd like to update the amalgamated sheet by changing one cell instead of many. When the tab is located in the same Google sheet, this is easily done with INDIRECT. Right now, the formula in the amalgamated sheet is: =IMPORTRANGE(M4, "Aug29!$F$2") That formula is on each line to pull from several different sheets: =IMPORTRANGE(M5,

How to display a personalized message when I use a query-importrange in Sheets

血红的双手。 提交于 2021-02-05 08:18:12
问题 I'm using a query function with importrange but I need a personalized message when query couldn't find anything in the database. Currently I'm using this formula. =QUERY( { IMPORTRANGE("url", "'Parte 1'!A1:AH"); IMPORTRANGE("url", "'Parte 2'!A1:AH"); IMPORTRANGE("url", "'Parte 3'!A1:AH"); IMPORTRANGE("url", "'Parte 4'!A1:AH") }, "Select Col2, Col1, Col34, Col24, Col3, Col4, Col5, Col6, Col11, Col7, Col8, Col9, Col10, Col12, Col13, Col14, Col15, Col20, Col21, Col22, Col23 Where Col10="&$C$1&"