cell transfers

HSOLDO

Board Regular
Joined
Sep 3, 2007
Messages
125
hi
I have next need:
People are working in shifts.every sheet is one shift.
sheet names are like this
6-14 (1)
14-22 (1)
22-06 (1)
6-14 (2) etc
you can see that 6-14 means people work from 6 to 14 and (1) means day one of the month.

as you can guess there are 31 days, so it means there are 93 sheets.
In every sheet i have 15 columns with 25 rows: column A operator names,B=working minutes,C=quantity of prdoucts and so on.

I need to gather some columns like quantity of products and put them all into one sheet one under another. So it will be Column A 25 rows from sheet 6-14(1) then next 25 rows from 14-22 (1) and so on. As you can see if I would manually select every cell in report sheet I would need to do 93x25x20 cells. Not really intelligent way to do it. I am already working with this formula and then just pulling it down:
=INDIRECT("'6-14 ("&INT((ROWS(C$3:C3)-1)/25)+1&")'!$q7") but I am having problems to finish it correctly.

basically I want to insert formula in Cell A1 of report sheet and just pull down 2325 rows.

Any help?
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.

Forum statistics

Threads
1,224,521
Messages
6,179,286
Members
452,902
Latest member
Knuddeluff

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