Hi,
I have data in the below format where I have 4 columns for each set(contact name, title, email and phone). I want to organize and split it horizontally as indicated in 2nd snapshot. I'm confused if I can directly use crosstab tool or should I do like a record id or something to group each set? Need some help on this. Thank you in advance!
| Value | Column Name |
| Shane Smith | Contact Name |
| Head of Portfolio Consulting Group | Title |
| 704.777.9876 | Phone |
| shane@abc.com | Email |
| Doug Dana | Contact Name |
| Head of Investment Advisory Specialists | Title |
| 609.987.3333 | Phone |
| dd@xyz.com | Email |
Desired output:
Contact Name Title Phone Email
Shane Smith Head of Portfolio Consulting Group 704.777.9876 shane@abc.com
Doug Dana Head of Investment Advisory Specialists 609.987.3333 dd@xyz.com