Extracting Data From Multiple Sheets into 1 Sheet

feliciag

New Member
Joined
Feb 7, 2019
Messages
1
I'm working with multiple worksheets in one workbook and want to find a way to extract data from the multiple tabs into one sheet. Each tab has different headers, see below. I only want to pull out certain data. Each worksheet would be updated weekly.

TAB 1 HEADERS:
Shoot DateAir DateRelease DatePROJECTSTATUSCHANNELSTUDIOIM POINT CDWRITER PMDIRECTOREDITORBUDGET

<tbody>
</tbody>

TAB 2 HEADERS:
Air DateProjectBudgetShoot DateSTATUSPROMO TEAMSCHEDULECREATIVEISCI

<tbody>
</tbody>

TAB 3 HEADERS:
Air DateProjectBudgetShoot DateSTATUSPROMO TEAMSCHEDULECREATIVEISCI

<tbody>
</tbody>

TAB 4 HEADERS:
Air DateProjectBudgetShoot Date
STATUS

<tbody>
</tbody>
PROMO TEAMPRODUCTIONSCHEDULECREATIVEISCI

<tbody>
</tbody>

I only want the below info in the new sheet.
NEW SHEET HEADERS:
PROJECTNETWORKPROMO TEAMAIR DATESHOOT DATEIM CONTACTSTATUSCREATIVE

<tbody>
</tbody>

I have excel 2016. I'm working off of a mac. I don't seem to have Power Query and am restricted from downloading in my office.

Please let me know if you need more info.
Thank you,
Felicia
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Is the PROJECT value the common link between the four tabs?
Most of the elements you want to include in the new sheet can be taken from more than one input tab. What is order of precedence for data that differs between tabs?
Is Network Channel or Studio? (don't know)
Does IM Contace = IM Point (probably)

The table below looks odd, but when pasted into a workbooks straightens out.
NEW SHEET: PROJECT NETWORK PROMO TEAM AIR DATE SHOOT DATE IM CONTACT STATUS CREATIVE
TAB 1 HEADERS: PROJECT "CHANNEL ??
STUDIO ??" Air Date Shoot Date IM POINT ?? STATUS
TAB 2 HEADERS: Project PROMO TEAM Air Date Shoot Date STATUS CREATIVE
TAB 3 HEADERS: Project PROMO TEAM Air Date Shoot Date STATUS CREATIVE
TAB 4 HEADERS: Project PROMO TEAM Air Date Shoot Date STATUS CREATIVE
 
Upvote 0

Forum statistics

Threads
1,216,127
Messages
6,129,024
Members
449,482
Latest member
al mugheen

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