0
votes

So, right now I'm working on adding data to my spreadsheet using google form. I would like to add my second google form response below my first google form response automatically by adding row automatically (im doing this process in another sheet using importrange), even in my first google response has some data on it. The content of these two google form remain the same so i would like to see it in 1 sheet.

The reason why i want to do this is to minimize to create another spreadsheet to collect all the data. When im doing this i always get an error message "#REF!" because i know google form using array to add response.

What i want is like this

Can you guys please help me with it? Here is my folder.

Thankyou

1
What exactly is it that you want to achieve? If the content of these forms remains the same, why isn't this an option ={'Question 1'!A1:B11 ; 'Question 2'!A1:B8}? - ale13
Its exactly just like what you wrote right here, Thankyou @ale13 ! - Sung

1 Answers

0
votes

You should use the below formula which essentially merges the two different ranges from the two different sheets:

={'Question 1'!A1:B11 ; 'Question 2'!A1:B8}