Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Adding transposed columns into new Table

Hi all,

 

I've set up an MS Forms that records responses from users in the below format:

 

IDDateTimeMailValue1Value2
110/10-2020 15:37:14[email protected]YesNo
210/11-2020 12:08:52[email protected]YesYes
310/12-2020 11:45:43[email protected]NoN/A
4

10/13-2020 18:26:35

[email protected]MaybeNo

 

I would like to transform this to look like the following output, updated whenever a new input is recorded in the MS Forms: (basically adds the latest row in a pivoted form to another table)

 

ID1
DateTime10/10-2020 15:37:14
Mail[email protected]
Value1Yes
Value2No
ID2
DateTime10/11-2020 12:08:52
Mail[email protected]
Value1Yes
Value2Yes
ID3
DateTime10/12-2020 11:45:43
Mail[email protected]
Value1No
Value2N/A
ID4
DateTime10/13-2020 18:26:35
Mail[email protected]
Value1Maybe
Value2No

 

What is the best way to accomplish this?

 

Thanks in advance!

 

//Christian

2 Replies