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:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Shoot Date[/TD]
[TD]Air Date[/TD]
[TD]Release Date[/TD]
[TD]PROJECT[/TD]
[TD]STATUS[/TD]
[TD]CHANNEL[/TD]
[TD]STUDIO[/TD]
[TD]IM POINT [/TD]
[TD]CD[/TD]
[TD]WRITER [/TD]
[TD]PM[/TD]
[TD]DIRECTOR[/TD]
[TD]EDITOR[/TD]
[TD]BUDGET[/TD]
[/TR]
</tbody>[/TABLE]

TAB 2 HEADERS:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Air Date[/TD]
[TD]Project[/TD]
[TD]Budget[/TD]
[TD]Shoot Date[/TD]
[TD]STATUS[/TD]
[TD]PROMO TEAM[/TD]
[TD]SCHEDULE[/TD]
[TD]CREATIVE[/TD]
[TD]ISCI[/TD]
[/TR]
</tbody>[/TABLE]

TAB 3 HEADERS:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Air Date[/TD]
[TD]Project[/TD]
[TD]Budget[/TD]
[TD]Shoot Date[/TD]
[TD]STATUS[/TD]
[TD]PROMO TEAM[/TD]
[TD]SCHEDULE[/TD]
[TD]CREATIVE[/TD]
[TD]ISCI[/TD]
[/TR]
</tbody>[/TABLE]

TAB 4 HEADERS:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Air Date[/TD]
[TD]Project[/TD]
[TD]Budget[/TD]
[TD]Shoot Date[/TD]
[TD]
STATUS

<tbody>
</tbody>
[/TD]
[TD]PROMO TEAM[/TD]
[TD]PRODUCTION[/TD]
[TD]SCHEDULE[/TD]
[TD]CREATIVE[/TD]
[TD]ISCI[/TD]
[/TR]
</tbody>[/TABLE]

I only want the below info in the new sheet.
NEW SHEET HEADERS:
[TABLE="width: 500"]
<tbody>[TR]
[TD]PROJECT[/TD]
[TD]NETWORK[/TD]
[TD]PROMO TEAM[/TD]
[TD]AIR DATE[/TD]
[TD]SHOOT DATE[/TD]
[TD]IM CONTACT[/TD]
[TD]STATUS[/TD]
[TD]CREATIVE [/TD]
[/TR]
</tbody>[/TABLE]

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

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
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,223,228
Messages
6,170,871
Members
452,363
Latest member
merico17

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