array-formulas

how to lock content of a dynamically generated cell with another cell

三世轮回 提交于 2021-02-19 06:11:53
问题 background I like to use story mapping to gather requirements from clients (and to create estimates for them) using cardboardit.com. I'm currently making a sample estimate for a project that I have completed in the past (http://vibereel.com/). Cardboardit offers the ability to dump data into a csv file, which can been in raw form in the data tab in this sheet The data tab is pretty raw, so i used this formula to make it look nicer in the estimate tab: =QUERY(data!A2:J,"select C,E,D where A=

how to lock content of a dynamically generated cell with another cell

≯℡__Kan透↙ 提交于 2021-02-19 06:10:29
问题 background I like to use story mapping to gather requirements from clients (and to create estimates for them) using cardboardit.com. I'm currently making a sample estimate for a project that I have completed in the past (http://vibereel.com/). Cardboardit offers the ability to dump data into a csv file, which can been in raw form in the data tab in this sheet The data tab is pretty raw, so i used this formula to make it look nicer in the estimate tab: =QUERY(data!A2:J,"select C,E,D where A=

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

Concatenate incrementing row number with string in Google Sheets Arrayformula

大兔子大兔子 提交于 2021-02-17 04:46:53
问题 I'm trying to get a column to automatically fill up with incrementing strings depending on the row number in an ARRAYFORMULA in Google sheets. I can easily get a column to show a shifted row number by putting =ARRAYFORMULA(ROW(A:A)-1) in the top cell. However trying to use this ROW call inside CONCATENATE does not give me the result I want, I've tried with and without TO_TEXT . In the image the formula used for the different columns are: A1: =ARRAYFORMULA(ROW(A:A)-1) B1: =ARRAYFORMULA(IF(ROW

Counting Incrementing/Decrementing in Google Sheets using Arrayformula & Countif

谁说我不能喝 提交于 2021-02-11 15:35:03
问题 Counting Incrementing/Decrementing in Google Sheets using Arrayformula & Countif Hi As seen in the image, I have a column of numbers that keeps growing at the bottom. I need the column C to have a Decrementing counter for how many times the number in column A has occurred so far in that column A. Its working fine if I drag the Countif formula manually like in column D each time a new number is added in column A, but I need it to work automatically with Arrayformula. Similarly, I need the

Counting Incrementing/Decrementing in Google Sheets using Arrayformula & Countif

情到浓时终转凉″ 提交于 2021-02-11 15:33:07
问题 Counting Incrementing/Decrementing in Google Sheets using Arrayformula & Countif Hi As seen in the image, I have a column of numbers that keeps growing at the bottom. I need the column C to have a Decrementing counter for how many times the number in column A has occurred so far in that column A. Its working fine if I drag the Countif formula manually like in column D each time a new number is added in column A, but I need it to work automatically with Arrayformula. Similarly, I need the

Formula for tabulating daily running counts of a given column

依然范特西╮ 提交于 2021-02-10 23:17:27
问题 I'm trying to write a formula that gives a running count of Issue s for a given day. In other words: the output should enumerate each Issue for a given date (returning blank if Issue is blank), and then start again at 1 for the first issue in a subsequent date. I've hard-coded the expected outputs in the "desired output" column (column I ): Sample dataset is in this sheet. Key pieces: Column B contains the date Column E contains the T-shirt size severity of each Issue Column F contains a