Macro to move column header dates to row for each unique item

noxvoortella

New Member
Joined
Oct 11, 2017
Messages
1
Hey folks! I have columns of sales data (text), and then dates across columns as well. I want to take those dates and format them into one row so each date matches up to each row of text data. Below is a sample of some of the data, but I have 171 rows would like reformatted and dates from 8/5/2017- 8/5/2018.

Current Format:
PRODUCT
SALES REP
CORP GRP
8/5/2017
8/12/2017
8/19/2017
340493

<colgroup><col width="65"></colgroup><tbody>
</tbody>
Cherilyn

<colgroup><col width="122"></colgroup><tbody>
</tbody>
Nicholas

<colgroup><col width="172"></colgroup><tbody>
</tbody>
340493
Brian

<colgroup><col width="122"></colgroup><tbody>
</tbody>
FSA

<colgroup><col width="172"></colgroup><tbody>
</tbody>
340493
Joe
Clemson

<colgroup><col width="172"></colgroup><tbody>
</tbody>
340493
Jerrald

<colgroup><col width="122"></colgroup><tbody>
</tbody>
Other - Food Svc NW/Intm

<colgroup><col width="172"></colgroup><tbody>
</tbody>

<tbody>
</tbody>

Desired Format:
PRODUCT
SALES REP
CORP GRP
DATE
340493
Cherilyn
Nicholas
8/5/2017
340493
Brian
FSA
8/5/2017
340493Joe
Clemson
8/5/2017
340493
Jerrald
Other - Food Svc NW/Intm

<tbody>
</tbody>
8/5/2017
340493
Cherilyn
Nicholas
8/12/2017
340493
Brian
FSA
8/12/2017
340493
Joe
Clemson
8/12/2017
340493
Jerrald
Other - Food Svc NW/Intm
8/12/2017
340493
Cherilyn
Nicholas
8/19/2017
340493
Brian
FSA
8/19/2017
340493
Joe
Clemson
8/19/2017
340493
Jerrald
Other - Food Svc NW/Intm
8/19/2017

<tbody>
</tbody>

I'm not good with VBA/Macros, but could use some help, thank you!
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying

Forum statistics

Threads
1,214,784
Messages
6,121,536
Members
449,037
Latest member
tmmotairi

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top