Automatically Copy New Survey Data to Another Sheet

Closed
BopPunkGreg Posts 1 Registration date Tuesday July 14, 2015 Status Member Last seen July 28, 2015 - Jul 14, 2015 at 01:33 PM
vcoolio Posts 1404 Registration date Thursday July 24, 2014 Status Moderator Last seen September 15, 2023 - Jul 25, 2015 at 02:40 AM
Greetings,
I'm trying to copy certain cells of data received via an Excel Survey to another sheet. Trouble is, when new data is received, the row numbers in the formulas of the sheet to which I'm copying change by advancing up one.

That is, I'm trying to automatically copy data from successive rows of the sheet "Survey1" to another sheet "Sheet2" as survey results come in. I use the formula "=CONCATENATE(Survey1!I2, Survey1!J2, Survey1!K2, Survey1!L2)" in Row 2 of Sheet 2 and copy it down Column A. When new data is received, say in Survey1, Row 3, the formula in Sheet2, A3 changes to "=CONCATENATE(Survey1!I4, Survey1!J4, Survey1!K4, Survey1!L4)" and the data is not copied.

Also, I need to accomplish this without macros.

Can anyone help?
Thanks!
Related:

1 response

vcoolio Posts 1404 Registration date Thursday July 24, 2014 Status Moderator Last seen September 15, 2023 259
Jul 25, 2015 at 02:40 AM
Hello Bop,

As you are concatenating from row 2 in Sheet 1, in Sheet 2, start your formula in row 2 and then drag it down. You will then see that the row numbers in the formula will match on both sheets. Reserve row 1 for any headings.

This should solve the incorrect increment for you.

I hope that this helps.

Cheerio,
vcoolio.
0