Hi all,
I have a table set out as below. I am trying to get the column headers separated and into rows. Any help greatly appreciated!
Thanks
Current:
Date -- Peter_Inbound -- Peter_Outbound -- Andy_Inbound -- Andy_Outbound
1/1/2017 -- 5 -- 10 -- 16 -- 4
2/1/2017 -- 7 -- 16 -- 12 -- 9
etc...
Desired output:
Date -- Channel -- Name -- Sales
1/1/2017 -- Inbound -- Peter -- 5
1/1/2017 -- Outbound-- Peter -- 10
1/1/2017 -- Inbound -- Andy -- 16
1/1/2017 -- Outbound-- Andy -- 4
2/1/2017 -- Inbound -- Peter -- 7
2/1/2017 -- Outbound -- Peter -- 16
2/1/2017 -- Inbound -- Andy -- 12
2/1/2017 -- Outbound-- Andy -- 9
I have a table set out as below. I am trying to get the column headers separated and into rows. Any help greatly appreciated!
Thanks
Current:
Date -- Peter_Inbound -- Peter_Outbound -- Andy_Inbound -- Andy_Outbound
1/1/2017 -- 5 -- 10 -- 16 -- 4
2/1/2017 -- 7 -- 16 -- 12 -- 9
etc...
Desired output:
Date -- Channel -- Name -- Sales
1/1/2017 -- Inbound -- Peter -- 5
1/1/2017 -- Outbound-- Peter -- 10
1/1/2017 -- Inbound -- Andy -- 16
1/1/2017 -- Outbound-- Andy -- 4
2/1/2017 -- Inbound -- Peter -- 7
2/1/2017 -- Outbound -- Peter -- 16
2/1/2017 -- Inbound -- Andy -- 12
2/1/2017 -- Outbound-- Andy -- 9