Macro to transpose unstructured data

Chouz06

New member
Local time
Today, 17:16
Joined
Jan 28, 2021
Messages
10
Hi All,

So i have been sent unstructured data which i need in a nice format to analyse. I have attached what i would like the data to look like (the part at the bottom of the image).

I dont know if there is any code which would help in getting my data to look in that format. Appreciate any help :)

Thank you!
1638035692209.png
 
to clarify - is this an excel or an access question?

If excel, have you looked at using the transpose or pivot functionality


For access, data should be stored per your bottom table, not the top one. To convert, consider using a union query
 

Users who are viewing this thread

Back
Top Bottom