Copying data across multiple sheets

Isticus

New Member
Joined
Jan 12, 2018
Messages
1
I've been looking for an answer to this but haven't found it yet, so I apologize if this exists somewhere already.

I'm trying to make a database of multiple workgroups (1 per tab) and have a combined tab that copies all of the information (based on the individuals name) over. The formula I have right now is below but it will only look at one tab and I need it to look at all tabs except the combined tab. Any help would be much appreciated.

=IF(ISBLANK($B6),"",INDEX(Sheet2!$C:$C,MATCH($B6,Sheet2!$B:$B,))) - this in in cell c6 on sheet1

So right now I have it looking at sheet1, b6 and finding a match in column b on sheet2, then inserting the data from cell c on the corresponding row into cell c6 on sheet1.

What I'd like to do is have it look at column b on sheet2 through sheet10 and return the information when it finds a match.

I hope I explained this properly...
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).

Forum statistics

Threads
1,223,882
Messages
6,175,166
Members
452,615
Latest member
bogeys2birdies

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