Hi all,
Hi there,
Would anybody know how I best attempt this transposing task? VBA or power query?. I need to promote column B to become headers, but the data in column A and C are paired with one another.
Data in raw format:
Data in required format:
Any help with putting me in the right direction is greatly appreciated!
Cheers,
Milos
Hi there,
Would anybody know how I best attempt this transposing task? VBA or power query?. I need to promote column B to become headers, but the data in column A and C are paired with one another.
Data in raw format:
Column A | Column B | Column C |
Type | Category | Result |
ABC | Address | 49 Joe Blogs Street |
ABC | Phone Number | 027JOEBLOGS |
ABC | joe.bloggs@gmail.com | |
BCD | Address | 83 Jenny Blogs Street |
BCD | Phone Number | 027JENNYBlOGS |
BCD | Planned Trip | 1 March 2020 |
CDE | Address | 15 No Idea Lane |
CDE | Phone Number | 021NOIDEA |
Data in required format:
Column A | Column B | Column C | Column D | Column E |
Type | Address | Phone Number | Planned Trip | |
ABC | 49 Joe Blogs Street | 027JOEBLOGS | joe.bloggs@gmail.com | |
BCD | 83 Jenny Blogs Street | 027JENNYBlOGS | ||
CDE | 15 No Idea Lane | 021NOIDEA | 1 March 2020 |
Any help with putting me in the right direction is greatly appreciated!
Cheers,
Milos