Reformat/Layout Data in a Table

nikneven

Board Regular
Joined
Mar 20, 2006
Messages
117
I have a table that is laid out with date as the Row heading and then several optional columns and then several required columns. I need to dynamically link it to a table that is better laid out for data analysis.


Data comes in as:

Book1
IJKLMNOPQRSTUV
1Optional 1Optional 2Optional 3Optional 4Optional 5Optional 6Optional 7Optional 8Optional 9Manual AdjustmentsDateFiscal QuarterFiscal YearHours Year
90000107.5000008/23/2018420182019
100000107.5000008/24/2018420182019
110038.886666700000008/25/2018420182019
1200000000008/26/2018420182019
13410000000016.7608/27/2018420182019
14410000000011.7608/28/2018420182019
15410000000016.7608/29/2018420182019
16410000000011.7608/30/2018420182019
170228.9833000000008/31/2018420182019
180038.886666700000009/1/2018120192019
1900000000009/2/2018120192019
Calendar



And I need it linked to something like this (something that ignores values of 0):

Book1
ABCDEF
1Option #HoursDateFiscal QuarterFiscal YearHours Year
2Optional 5107.58/23/2018420182019
3Optional 5107.58/24/2018420182019
4Optional 338.8866678/25/2018420182019
5Optional 14108/27/2018420182019
6Option 916.768/27/2018420182019
7Optional 14108/28/2018420182019
8Option 911.768/28/2018420182019
9Optional 14108/29/2018420182019
10Option 916.768/29/2018420182019
11Optional 14108/30/2018420182019
12Option 911.768/30/2018420182019
13Optional 2228.983338/31/2018420182019
14Optional 338.8866679/1/2018120192019
Sheet1


I can figure out how to do it clumsily across a multiple dummy sheets, but I was hoping for a elegant or easy-ish solution.

Any help would be greatly appreciated!
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).

Forum statistics

Threads
1,223,896
Messages
6,175,262
Members
452,627
Latest member
KitkatToby

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