I am managing data entry of what amounts to a survey. Each participant response is essentially a ballot that would add 1 new line of data for multiple sheets. I'd like to create some sort of form or flow, so I can record one full participant response, and have the answer populate one line of each sheet.
Right now I have my spreadsheet formatted as a table, so if I use the Form function on the ribbon I can enter a full line of data within a given sheet. I'd like to be able to record this data all at once for each sheet, if that makes sense.
I'll try to outline an example:
Participant 1 ballot
Question 1
Part A- 1
Part B- 2
Part C- 3
Question 2
Part A- 7
Part B- 8
Part C- 9
The form/flow I'd like to create would allow me to record this data in this order, then the excel workbook would be populated as follows.
In sheet 1, a new line entry with values 1, 2, 3
In sheet 2, a new line entry with values 7, 8, 9
I have to repeat this process many times, for many questions, over many sheets, but adding form entries sheet-by-sheet won't really save me any time. If I can basically input the data in the same way it's recorded in the survey, it would make life much easier.
Apologies if this is unclear, I'm not familiar with Forms, Flow, or Power Automate but I'd like to learn.
Thank you!