Take certain Data from all tabs & put onto new tabs

cSciFiChick

New Member
Joined
Jul 31, 2014
Messages
42
I have been working on this for weeks and I just can't get something that works. If someone could please help me.

So I have some work budgets that I need to upload into another system. But the upload needs to be in a different format. Basically the data I have is in columns and I need it in rows etc

So here is an example of my data:

1674062464974.png


So I need to take this data from each tab in my worksheet (These tabs get added and removed and all have names that can change). I need the data to go into two summary tabs this can be in the same worksheet or a new worksheet.

One tab will be "Headers" which should have this data:
1674062736248.png

Job No A2 = Job number that is on a main tab in the worksheet
Change Order No B2 = C3
Change Order seq C2 = '0'
Date D2 = today()
Owner CO No E2 = C5
Status F2 = C2
Change to Contract G2 = K16
Change to Cost H2 = K17
Units I2 = G16
Comments J2 = =CONCATENATE(B3, " ",C3, " ",C4)

Then I need a tab that is "Details" which has this data:

1674064543035.png

Job No A:A = Job number that is on a main tab in the worksheet
Change Order No B:B = C3
Change Order seq C:C = '0'
Cost Code D:D = B8:B18 (once time for cost class 2 and once for cost class 1)
Cost Class E:E - There are two Cost classes one for materials (2) which would be from F8:F18 and (1) which is labor H8:H18
Cost F:F = for Cost Class 2 F8:F18 and Cost Class 1 H8:H18
Units G:G =for Cost Class 2 always = '0' for Cost Class 1 = G8:G18
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
I guess no one else can really solve this either that is probably why I have been working on it and can't figure out how to get it to do what I want :(
 
Upvote 0

Forum statistics

Threads
1,214,787
Messages
6,121,558
Members
449,038
Latest member
Guest1337

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