collect data from multiple sheets into single sheet

Smithgall

Board Regular
Joined
May 24, 2006
Messages
68
I have 50 sheets. each is the same "template" representing an employee performance. The sheet have teh same data that i wish to collect from each sheet and then make a table on sheet 1. Rather than hard code sheet1!A1 = JOHN!A1, and SHEET1!B1=JANE!A1 etc i would like to code sheet1!A1= "the first sheet in the group"A1, and then SHEET1!B1 = "the second sheet in the group"A1.

The reason for this is that right now (unless i can find a better way) i rank the emp by perfomance. So john is #1 and his sheet is labled based on rank and name so his sheet is 1-JOHN. my macros sorts the sheets by the tab name so the sheets are in order of 1-john, 2-jane etc. Once the sheets are sorted accordingly i have a chart that graphs their data and the person on the first sheet shoudl appear on the left side of the chart.

so since the sheets will change order occasionally i will need the sheet1 to read data from the first sheet to the last regardless of name. Does this make any sense? If so do you have a solution?
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.

Forum statistics

Threads
1,214,784
Messages
6,121,536
Members
449,037
Latest member
tmmotairi

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