Forum Discussion
Duplicate questions in microsoft forms answers downloaded in excel
Hi snehlatagiri,
solution to this problem is to use the Respondent ID column.
The Respondent ID column is a unique identifier for each respondent in Microsoft Forms. You can use this column to filter the responses in Excel and identify which responses belong to which respondent.
To do this, follow these steps:
- Open the Excel workbook containing the Microsoft Forms responses.
- Select the Respondent ID column.
- Click on the Filter button (the funnel icon).
- In the Filter dialog box, enter the Respondent ID for the respondent whose responses you want to view. Then, click on the OK button.
Excel will filter the data to only show the responses that belong to the selected respondent.
For example, let's say you have the following responses in your Excel workbook:
1 | Blue | Red |
1 | Green | Purple |
2 | Yellow | Orange |
2 | Black | White |
If you want to view the responses for John Smith (Respondent ID 1), you would select the Respondent ID column and then click on the Filter button. In the Filter dialog box, you would enter "1" and then click on the OK button.
Excel would then filter the data to only show the following responses:
1 | Blue | Red |
1 | Green | Purple |
You can use this same method to identify the responses for any respondent or group of respondents.
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
(LinkedIn)
LeonPavesic sorry but this is not what I am looking for. Like i said i have duplicate questions which are part of different likerts. So the problem is when I download the response the heading of the likert is not there. its just the questions are there with numeric value appended. So if I have asked to rate the color "Red" twice in my form response I get back is Red, Red1, Red2 and so on. So I want to see the likert heading as well. Is it possible to do that?
- peiyezhuOct 12, 2023Bronze ContributorI guess impossible.
It is possible to convert the downloaded .xlsx to a new report with heading. - LeonPavesicOct 12, 2023Silver Contributor
Hi snehlatagiri,
thanks for your response, I understand your problem now.
Unfortunately, there is no way to automatically include the question headings in the Excel export of Microsoft Forms responses, so you can do it manually, but it can be time-consuming if you have a lot of questions in your form.
To do this, simply open the Excel workbook and type the question headings into the first row of the spreadsheet. Then, you can copy and paste the responses below the question headings.Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
(LinkedIn)- snehlatagiriOct 12, 2023Copper Contributor
LeonPavesic Sorry but this is not something that will work for me. I want it to be automated only.
Is there some kind of an application which can extract this data for me. In this screenshot the data is visible for the questions but in excel it is not. So is there any tool like power automate or something.
- LeonPavesicOct 12, 2023Silver Contributor
like i wrote before there is no built-in feature in Microsoft Forms or Excel that can do this automatically.
However, there is a workaround that you can try using Power Automate.Here are the steps to create the Power Automate flow:
- Go to the Power Automate website and sign in with your Microsoft account.
- Click on Create and then select Flow.
- Select the Automated from scratch option and then click on Create.
- In the Trigger section, select When a new response is submitted and then select the Microsoft Forms form that you want to use.
- In the Actions section, add the following actions:
- Get response details
- Get question details
- Filter array
- Create table
- Add row to table
- In the Get question details action, select the Question column from the Dynamic content list.
- In the Filter array action, select the Question column from the Dynamic content list. In the Filter by section, select equals and then select the Question Text column from the Dynamic content list.
- In the Create table action, select the Excel connector and then select the Create table action.
- In the Add row to table action, select the Excel connector and then select the Add row to table action.
Configure the Create table and Add row to table actions to create a new table in Excel with the following columns:
- Question Heading
- Response
Add the following dynamic content to the Question Heading column:
item()['QuestionText']
Add the following dynamic content to the Response column:
item()['Value']
Save and run the Power Automate flow.
When a new response is submitted to the Microsoft Forms form, the Power Automate flow should be triggered and it will create a new Excel file with the question headings and responses.
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
(LinkedIn)