I have a formula that I copy and paste down the A column:
="Q:"&Sheet1!A30
="A:"&Sheet1!B30
="A:"&Sheet1!C30
="A:"&Sheet1!D30
="A:"&Sheet1!E30
But when I start the copy process over again the next time I paste the row will have changed to 35 instead of 30. How can I make it change to 31 instead of 35? (Q = "Question:" and A = "Answer:")
="Q:"&Sheet1!A30
="A:"&Sheet1!B30
="A:"&Sheet1!C30
="A:"&Sheet1!D30
="A:"&Sheet1!E30
But when I start the copy process over again the next time I paste the row will have changed to 35 instead of 30. How can I make it change to 31 instead of 35? (Q = "Question:" and A = "Answer:")