Hi everyone!
I am looking for a vba script that would help me restructure my dataset. Currently my dataset is structured in the format shown below in the table.
<tbody>
ID
Val1
Val2
Val3
Val4
1
abc
xyz
def
ghi
2
123
234
345
456
3
111
222
333
444
</tbody>
the output after the script...