Summary data from Multiple sheets

UNILTAPE

New Member
Joined
Dec 12, 2023
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi all, I have 31 tabs on excel (dates) and each tab is the same but we enter data into in as it relates to manufacturing machines.
I want to be able to take some of the cells of data and put them into a summary sheet from each date . is this possible. as the only way I have found to do this ='1'!J3 etc .
is there a way to do this easily.
Im a basic to med excel user

The date below is just from sheet1 one, I have 31 sheets to do

1702391817137.png
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
I agree with @arthurbr...I would use either Power Query or VBA to pull all of this information into a summary sheet. If you want to consider a more labor intensive approach, you could consider something like what is shown below. I note that your summary block for any given date sheet draws from one of three column arrays (shown in red cells), so I've created a template of sorts that reorganizes your output to more efficiently utilize these column arrays. The row numbers that need to be accessed are shown in yellow, green, and orange. The sheet that needs to be accessed in shown as a single input in blue (cell B3), which is filled down column B. Then a volatile INDIRECT(ADDRESS formula constructs the appropriate sheet and cell address coordinates to pull in information from the desired target cell. There are three versions of this INDIRECT(ADDRESS formula since each has to reference the red column array that applies to its sub-block. Finally a larger contiguous range that contains the three sub-blocks of interest is transformed using the CHOOSECOLS function to keep only the desired columns and reorder them (see the pink output section).

Depending on how often you need to perform this summary operation, you could either use the existing template and extract any day of interest, or repeat the template block many times down the page to build day-by-day outputs that would align with each other in the pink output portion of the sheet.

For reference, a small snipped of my test worksheet named "1" looks like this...although I copied the formula that returns the internal Excel sheet name and cell address throughout the range A1:BG13.
Cell Formulas
RangeFormula
A1:D5A1=ADDRESS(ROW(),COLUMN(),,,SHEET())

And the summary sheet template looks like this:
MrExcel_20231212_UNILTAPE.xlsx
ABCDEFGHIJKLMNOPQRSTUVWXYZ
1123456789101112
2shtrow35910111213row6row24Results
31colDateOperatorWidthln Weight KGln Length MActual Weight KGFinal Length McolPOcolGradeBatchDatePOGradeBatchOperatorWidthln Weight KGln Length MActual Weight KGFinal Length M
4110'3'!$J$3'3'!$J$5'3'!$J$9'3'!$J$10'3'!$J$11'3'!$J$12'3'!$J$1311'3'!$K$69'3'!$I$2'3'!$I$4'3'!$J$3'3'!$K$6'3'!$I$2'3'!$I$4'3'!$J$5'3'!$J$9'3'!$J$10'3'!$J$11'3'!$J$12'3'!$J$13
5114'3'!$N$3'3'!$N$5'3'!$N$9'3'!$N$10'3'!$N$11'3'!$N$12'3'!$N$1315'3'!$O$613'3'!$M$2'3'!$M$4'3'!$N$3'3'!$O$6'3'!$M$2'3'!$M$4'3'!$N$5'3'!$N$9'3'!$N$10'3'!$N$11'3'!$N$12'3'!$N$13
6118'3'!$R$3'3'!$R$5'3'!$R$9'3'!$R$10'3'!$R$11'3'!$R$12'3'!$R$1319'3'!$S$617'3'!$Q$2'3'!$Q$4'3'!$R$3'3'!$S$6'3'!$Q$2'3'!$Q$4'3'!$R$5'3'!$R$9'3'!$R$10'3'!$R$11'3'!$R$12'3'!$R$13
7122'3'!$V$3'3'!$V$5'3'!$V$9'3'!$V$10'3'!$V$11'3'!$V$12'3'!$V$1323'3'!$W$621'3'!$U$2'3'!$U$4'3'!$V$3'3'!$W$6'3'!$U$2'3'!$U$4'3'!$V$5'3'!$V$9'3'!$V$10'3'!$V$11'3'!$V$12'3'!$V$13
8126'3'!$Z$3'3'!$Z$5'3'!$Z$9'3'!$Z$10'3'!$Z$11'3'!$Z$12'3'!$Z$1327'3'!$AA$625'3'!$Y$2'3'!$Y$4'3'!$Z$3'3'!$AA$6'3'!$Y$2'3'!$Y$4'3'!$Z$5'3'!$Z$9'3'!$Z$10'3'!$Z$11'3'!$Z$12'3'!$Z$13
9130'3'!$AD$3'3'!$AD$5'3'!$AD$9'3'!$AD$10'3'!$AD$11'3'!$AD$12'3'!$AD$1331'3'!$AE$629'3'!$AC$2'3'!$AC$4'3'!$AD$3'3'!$AE$6'3'!$AC$2'3'!$AC$4'3'!$AD$5'3'!$AD$9'3'!$AD$10'3'!$AD$11'3'!$AD$12'3'!$AD$13
10134'3'!$AH$3'3'!$AH$5'3'!$AH$9'3'!$AH$10'3'!$AH$11'3'!$AH$12'3'!$AH$1335'3'!$AI$633'3'!$AG$2'3'!$AG$4'3'!$AH$3'3'!$AI$6'3'!$AG$2'3'!$AG$4'3'!$AH$5'3'!$AH$9'3'!$AH$10'3'!$AH$11'3'!$AH$12'3'!$AH$13
11138'3'!$AL$3'3'!$AL$5'3'!$AL$9'3'!$AL$10'3'!$AL$11'3'!$AL$12'3'!$AL$1339'3'!$AM$637'3'!$AK$2'3'!$AK$4'3'!$AL$3'3'!$AM$6'3'!$AK$2'3'!$AK$4'3'!$AL$5'3'!$AL$9'3'!$AL$10'3'!$AL$11'3'!$AL$12'3'!$AL$13
12142'3'!$AP$3'3'!$AP$5'3'!$AP$9'3'!$AP$10'3'!$AP$11'3'!$AP$12'3'!$AP$1343'3'!$AQ$641'3'!$AO$2'3'!$AO$4'3'!$AP$3'3'!$AQ$6'3'!$AO$2'3'!$AO$4'3'!$AP$5'3'!$AP$9'3'!$AP$10'3'!$AP$11'3'!$AP$12'3'!$AP$13
13146'3'!$AT$3'3'!$AT$5'3'!$AT$9'3'!$AT$10'3'!$AT$11'3'!$AT$12'3'!$AT$1347'3'!$AU$645'3'!$AS$2'3'!$AS$4'3'!$AT$3'3'!$AU$6'3'!$AS$2'3'!$AS$4'3'!$AT$5'3'!$AT$9'3'!$AT$10'3'!$AT$11'3'!$AT$12'3'!$AT$13
14150'3'!$AX$3'3'!$AX$5'3'!$AX$9'3'!$AX$10'3'!$AX$11'3'!$AX$12'3'!$AX$1351'3'!$AY$649'3'!$AW$2'3'!$AW$4'3'!$AX$3'3'!$AY$6'3'!$AW$2'3'!$AW$4'3'!$AX$5'3'!$AX$9'3'!$AX$10'3'!$AX$11'3'!$AX$12'3'!$AX$13
15154'3'!$BB$3'3'!$BB$5'3'!$BB$9'3'!$BB$10'3'!$BB$11'3'!$BB$12'3'!$BB$1355'3'!$BC$653'3'!$BA$2'3'!$BA$4'3'!$BB$3'3'!$BC$6'3'!$BA$2'3'!$BA$4'3'!$BB$5'3'!$BB$9'3'!$BB$10'3'!$BB$11'3'!$BB$12'3'!$BB$13
16158'3'!$BF$3'3'!$BF$5'3'!$BF$9'3'!$BF$10'3'!$BF$11'3'!$BF$12'3'!$BF$1359'3'!$BG$657'3'!$BE$2'3'!$BE$4'3'!$BF$3'3'!$BG$6'3'!$BE$2'3'!$BE$4'3'!$BF$5'3'!$BF$9'3'!$BF$10'3'!$BF$11'3'!$BF$12'3'!$BF$13
Summary
Cell Formulas
RangeFormula
D1:O1D1=SEQUENCE(,12)
C4:C16C4=SEQUENCE(13,,10,4)
D4:J16D4=INDIRECT(ADDRESS(D$2,$C4,1,1,$B4))
K4:K16K4=SEQUENCE(13,,11,4)
M4:M16M4=SEQUENCE(13,,9,4)
N4:O16N4=INDIRECT(ADDRESS(N$2,$M4,1,1,$B4))
Q3:Z3Q3=CHOOSECOLS(D3:O3,1,9,11,12,2,3,4,5,6,7)
Q4:Z16Q4=CHOOSECOLS(D4:O16,1,9,11,12,2,3,4,5,6,7)
B4:B16B4=$B$3
L4:L16L4=INDIRECT(ADDRESS(L$2,$K4,1,1,$B4))
Dynamic array formulas.

If you are unfamiliar with the XL2BB add-in used on this Board, you can read more about it at the link in my signature block. A nice feature of the add-in is that you can click on the clipboard icon in the upper left of a posted snippet, which copies the snippet contents and formulas to your clipboard. Then navigate to your worksheet, select the same cell as that shown in the snippet (cell A1 in this case), and then paste. Using this method, you should be able to quickly construct the same example in your workbook.
 
Last edited:
Upvote 0
I agree with @arthurbr...I would use either Power Query or VBA to pull all of this information into a summary sheet. If you want to consider a more labor intensive approach, you could consider something like what is shown below. I note that your summary block for any given date sheet draws from one of three column arrays (shown in red cells), so I've created a template of sorts that reorganizes your output to more efficiently utilize these column arrays. The row numbers that need to be accessed are shown in yellow, green, and orange. The sheet that needs to be accessed in shown as a single input in blue (cell B3), which is filled down column B. Then a volatile INDIRECT(ADDRESS formula constructs the appropriate sheet and cell address coordinates to pull in information from the desired target cell. There are three versions of this INDIRECT(ADDRESS formula since each has to reference the red column array that applies to its sub-block. Finally a larger contiguous range that contains the three sub-blocks of interest is transformed using the CHOOSECOLS function to keep only the desired columns and reorder them (see the pink output section).

Depending on how often you need to perform this summary operation, you could either use the existing template and extract any day of interest, or repeat the template block many times down the page to build day-by-day outputs that would align with each other in the pink output portion of the sheet.

For reference, a small snipped of my test worksheet named "1" looks like this...although I copied the formula that returns the internal Excel sheet name and cell address throughout the range A1:BG13.
Cell Formulas
RangeFormula
A1:D5A1=ADDRESS(ROW(),COLUMN(),,,SHEET())

And the summary sheet template looks like this:
MrExcel_20231212_UNILTAPE.xlsx
ABCDEFGHIJKLMNOPQRSTUVWXYZ
1123456789101112
2shtrow35910111213row6row24Results
31colDateOperatorWidthln Weight KGln Length MActual Weight KGFinal Length McolPOcolGradeBatchDatePOGradeBatchOperatorWidthln Weight KGln Length MActual Weight KGFinal Length M
4110'3'!$J$3'3'!$J$5'3'!$J$9'3'!$J$10'3'!$J$11'3'!$J$12'3'!$J$1311'3'!$K$69'3'!$I$2'3'!$I$4'3'!$J$3'3'!$K$6'3'!$I$2'3'!$I$4'3'!$J$5'3'!$J$9'3'!$J$10'3'!$J$11'3'!$J$12'3'!$J$13
5114'3'!$N$3'3'!$N$5'3'!$N$9'3'!$N$10'3'!$N$11'3'!$N$12'3'!$N$1315'3'!$O$613'3'!$M$2'3'!$M$4'3'!$N$3'3'!$O$6'3'!$M$2'3'!$M$4'3'!$N$5'3'!$N$9'3'!$N$10'3'!$N$11'3'!$N$12'3'!$N$13
6118'3'!$R$3'3'!$R$5'3'!$R$9'3'!$R$10'3'!$R$11'3'!$R$12'3'!$R$1319'3'!$S$617'3'!$Q$2'3'!$Q$4'3'!$R$3'3'!$S$6'3'!$Q$2'3'!$Q$4'3'!$R$5'3'!$R$9'3'!$R$10'3'!$R$11'3'!$R$12'3'!$R$13
7122'3'!$V$3'3'!$V$5'3'!$V$9'3'!$V$10'3'!$V$11'3'!$V$12'3'!$V$1323'3'!$W$621'3'!$U$2'3'!$U$4'3'!$V$3'3'!$W$6'3'!$U$2'3'!$U$4'3'!$V$5'3'!$V$9'3'!$V$10'3'!$V$11'3'!$V$12'3'!$V$13
8126'3'!$Z$3'3'!$Z$5'3'!$Z$9'3'!$Z$10'3'!$Z$11'3'!$Z$12'3'!$Z$1327'3'!$AA$625'3'!$Y$2'3'!$Y$4'3'!$Z$3'3'!$AA$6'3'!$Y$2'3'!$Y$4'3'!$Z$5'3'!$Z$9'3'!$Z$10'3'!$Z$11'3'!$Z$12'3'!$Z$13
9130'3'!$AD$3'3'!$AD$5'3'!$AD$9'3'!$AD$10'3'!$AD$11'3'!$AD$12'3'!$AD$1331'3'!$AE$629'3'!$AC$2'3'!$AC$4'3'!$AD$3'3'!$AE$6'3'!$AC$2'3'!$AC$4'3'!$AD$5'3'!$AD$9'3'!$AD$10'3'!$AD$11'3'!$AD$12'3'!$AD$13
10134'3'!$AH$3'3'!$AH$5'3'!$AH$9'3'!$AH$10'3'!$AH$11'3'!$AH$12'3'!$AH$1335'3'!$AI$633'3'!$AG$2'3'!$AG$4'3'!$AH$3'3'!$AI$6'3'!$AG$2'3'!$AG$4'3'!$AH$5'3'!$AH$9'3'!$AH$10'3'!$AH$11'3'!$AH$12'3'!$AH$13
11138'3'!$AL$3'3'!$AL$5'3'!$AL$9'3'!$AL$10'3'!$AL$11'3'!$AL$12'3'!$AL$1339'3'!$AM$637'3'!$AK$2'3'!$AK$4'3'!$AL$3'3'!$AM$6'3'!$AK$2'3'!$AK$4'3'!$AL$5'3'!$AL$9'3'!$AL$10'3'!$AL$11'3'!$AL$12'3'!$AL$13
12142'3'!$AP$3'3'!$AP$5'3'!$AP$9'3'!$AP$10'3'!$AP$11'3'!$AP$12'3'!$AP$1343'3'!$AQ$641'3'!$AO$2'3'!$AO$4'3'!$AP$3'3'!$AQ$6'3'!$AO$2'3'!$AO$4'3'!$AP$5'3'!$AP$9'3'!$AP$10'3'!$AP$11'3'!$AP$12'3'!$AP$13
13146'3'!$AT$3'3'!$AT$5'3'!$AT$9'3'!$AT$10'3'!$AT$11'3'!$AT$12'3'!$AT$1347'3'!$AU$645'3'!$AS$2'3'!$AS$4'3'!$AT$3'3'!$AU$6'3'!$AS$2'3'!$AS$4'3'!$AT$5'3'!$AT$9'3'!$AT$10'3'!$AT$11'3'!$AT$12'3'!$AT$13
14150'3'!$AX$3'3'!$AX$5'3'!$AX$9'3'!$AX$10'3'!$AX$11'3'!$AX$12'3'!$AX$1351'3'!$AY$649'3'!$AW$2'3'!$AW$4'3'!$AX$3'3'!$AY$6'3'!$AW$2'3'!$AW$4'3'!$AX$5'3'!$AX$9'3'!$AX$10'3'!$AX$11'3'!$AX$12'3'!$AX$13
15154'3'!$BB$3'3'!$BB$5'3'!$BB$9'3'!$BB$10'3'!$BB$11'3'!$BB$12'3'!$BB$1355'3'!$BC$653'3'!$BA$2'3'!$BA$4'3'!$BB$3'3'!$BC$6'3'!$BA$2'3'!$BA$4'3'!$BB$5'3'!$BB$9'3'!$BB$10'3'!$BB$11'3'!$BB$12'3'!$BB$13
16158'3'!$BF$3'3'!$BF$5'3'!$BF$9'3'!$BF$10'3'!$BF$11'3'!$BF$12'3'!$BF$1359'3'!$BG$657'3'!$BE$2'3'!$BE$4'3'!$BF$3'3'!$BG$6'3'!$BE$2'3'!$BE$4'3'!$BF$5'3'!$BF$9'3'!$BF$10'3'!$BF$11'3'!$BF$12'3'!$BF$13
Summary
Cell Formulas
RangeFormula
D1:O1D1=SEQUENCE(,12)
C4:C16C4=SEQUENCE(13,,10,4)
D4:J16D4=INDIRECT(ADDRESS(D$2,$C4,1,1,$B4))
K4:K16K4=SEQUENCE(13,,11,4)
M4:M16M4=SEQUENCE(13,,9,4)
N4:O16N4=INDIRECT(ADDRESS(N$2,$M4,1,1,$B4))
Q3:Z3Q3=CHOOSECOLS(D3:O3,1,9,11,12,2,3,4,5,6,7)
Q4:Z16Q4=CHOOSECOLS(D4:O16,1,9,11,12,2,3,4,5,6,7)
B4:B16B4=$B$3
L4:L16L4=INDIRECT(ADDRESS(L$2,$K4,1,1,$B4))
Dynamic array formulas.

If you are unfamiliar with the XL2BB add-in used on this Board, you can read more about it at the link in my signature block. A nice feature of the add-in is that you can click on the clipboard icon in the upper left of a posted snippet, which copies the snippet contents and formulas to your clipboard. Then navigate to your worksheet, select the same cell as that shown in the snippet (cell A1 in this case), and then paste. Using this method, you should be able to quickly construct the same example in your workbook.


Thank you I shall have a read and try
 
Upvote 0
Here is a version that is better suited to deal with all 31 days. In it, a single formula spills each day's number (taken as the name of each worksheet that you want to access) down the B column, with the value repeated 13 times. Then the sub-block shown with a faint outline around it (C4:Z16) is copied to the clipboard and pasted down the worksheet immediately below the last B column entry to build the entire 31-day template. Each of these newly pasted sub-blocks will use the day number in the B column as a worksheet reference, and the row and column coordinates are shown in the color-shaded row and columns. I don't know how it will perform...I generally try to avoid using volatile functions (like INDIRECT), primarily because they can make the workbook slow, but this particular problem doesn't lend itself well to formula-based solutions. If this works for your needs, you could leave everything in place and simply hide columns B:Z so that they are not inadvertently modified.
MrExcel_20231212_UNILTAPE.xlsx
ABCDEFGHIJKLMNOPQRSTUVWXYZ
1123456789101112
2row35910111213row6row24Results
3shtcolDateOperatorWidthln Weight KGln Length MActual Weight KGFinal Length McolPOcolGradeBatchDatePOGradeBatchOperatorWidthln Weight KGln Length MActual Weight KGFinal Length M
4110'4'!$J$3'4'!$J$5'4'!$J$9'4'!$J$10'4'!$J$11'4'!$J$12'4'!$J$1311'4'!$K$69'4'!$I$2'4'!$I$4'4'!$J$3'4'!$K$6'4'!$I$2'4'!$I$4'4'!$J$5'4'!$J$9'4'!$J$10'4'!$J$11'4'!$J$12'4'!$J$13
5114'4'!$N$3'4'!$N$5'4'!$N$9'4'!$N$10'4'!$N$11'4'!$N$12'4'!$N$1315'4'!$O$613'4'!$M$2'4'!$M$4'4'!$N$3'4'!$O$6'4'!$M$2'4'!$M$4'4'!$N$5'4'!$N$9'4'!$N$10'4'!$N$11'4'!$N$12'4'!$N$13
6118'4'!$R$3'4'!$R$5'4'!$R$9'4'!$R$10'4'!$R$11'4'!$R$12'4'!$R$1319'4'!$S$617'4'!$Q$2'4'!$Q$4'4'!$R$3'4'!$S$6'4'!$Q$2'4'!$Q$4'4'!$R$5'4'!$R$9'4'!$R$10'4'!$R$11'4'!$R$12'4'!$R$13
7122'4'!$V$3'4'!$V$5'4'!$V$9'4'!$V$10'4'!$V$11'4'!$V$12'4'!$V$1323'4'!$W$621'4'!$U$2'4'!$U$4'4'!$V$3'4'!$W$6'4'!$U$2'4'!$U$4'4'!$V$5'4'!$V$9'4'!$V$10'4'!$V$11'4'!$V$12'4'!$V$13
8126'4'!$Z$3'4'!$Z$5'4'!$Z$9'4'!$Z$10'4'!$Z$11'4'!$Z$12'4'!$Z$1327'4'!$AA$625'4'!$Y$2'4'!$Y$4'4'!$Z$3'4'!$AA$6'4'!$Y$2'4'!$Y$4'4'!$Z$5'4'!$Z$9'4'!$Z$10'4'!$Z$11'4'!$Z$12'4'!$Z$13
9130'4'!$AD$3'4'!$AD$5'4'!$AD$9'4'!$AD$10'4'!$AD$11'4'!$AD$12'4'!$AD$1331'4'!$AE$629'4'!$AC$2'4'!$AC$4'4'!$AD$3'4'!$AE$6'4'!$AC$2'4'!$AC$4'4'!$AD$5'4'!$AD$9'4'!$AD$10'4'!$AD$11'4'!$AD$12'4'!$AD$13
10134'4'!$AH$3'4'!$AH$5'4'!$AH$9'4'!$AH$10'4'!$AH$11'4'!$AH$12'4'!$AH$1335'4'!$AI$633'4'!$AG$2'4'!$AG$4'4'!$AH$3'4'!$AI$6'4'!$AG$2'4'!$AG$4'4'!$AH$5'4'!$AH$9'4'!$AH$10'4'!$AH$11'4'!$AH$12'4'!$AH$13
11138'4'!$AL$3'4'!$AL$5'4'!$AL$9'4'!$AL$10'4'!$AL$11'4'!$AL$12'4'!$AL$1339'4'!$AM$637'4'!$AK$2'4'!$AK$4'4'!$AL$3'4'!$AM$6'4'!$AK$2'4'!$AK$4'4'!$AL$5'4'!$AL$9'4'!$AL$10'4'!$AL$11'4'!$AL$12'4'!$AL$13
12142'4'!$AP$3'4'!$AP$5'4'!$AP$9'4'!$AP$10'4'!$AP$11'4'!$AP$12'4'!$AP$1343'4'!$AQ$641'4'!$AO$2'4'!$AO$4'4'!$AP$3'4'!$AQ$6'4'!$AO$2'4'!$AO$4'4'!$AP$5'4'!$AP$9'4'!$AP$10'4'!$AP$11'4'!$AP$12'4'!$AP$13
13146'4'!$AT$3'4'!$AT$5'4'!$AT$9'4'!$AT$10'4'!$AT$11'4'!$AT$12'4'!$AT$1347'4'!$AU$645'4'!$AS$2'4'!$AS$4'4'!$AT$3'4'!$AU$6'4'!$AS$2'4'!$AS$4'4'!$AT$5'4'!$AT$9'4'!$AT$10'4'!$AT$11'4'!$AT$12'4'!$AT$13
14150'4'!$AX$3'4'!$AX$5'4'!$AX$9'4'!$AX$10'4'!$AX$11'4'!$AX$12'4'!$AX$1351'4'!$AY$649'4'!$AW$2'4'!$AW$4'4'!$AX$3'4'!$AY$6'4'!$AW$2'4'!$AW$4'4'!$AX$5'4'!$AX$9'4'!$AX$10'4'!$AX$11'4'!$AX$12'4'!$AX$13
15154'4'!$BB$3'4'!$BB$5'4'!$BB$9'4'!$BB$10'4'!$BB$11'4'!$BB$12'4'!$BB$1355'4'!$BC$653'4'!$BA$2'4'!$BA$4'4'!$BB$3'4'!$BC$6'4'!$BA$2'4'!$BA$4'4'!$BB$5'4'!$BB$9'4'!$BB$10'4'!$BB$11'4'!$BB$12'4'!$BB$13
16158'4'!$BF$3'4'!$BF$5'4'!$BF$9'4'!$BF$10'4'!$BF$11'4'!$BF$12'4'!$BF$1359'4'!$BG$657'4'!$BE$2'4'!$BE$4'4'!$BF$3'4'!$BG$6'4'!$BE$2'4'!$BE$4'4'!$BF$5'4'!$BF$9'4'!$BF$10'4'!$BF$11'4'!$BF$12'4'!$BF$13
17210'5'!$J$3'5'!$J$5'5'!$J$9'5'!$J$10'5'!$J$11'5'!$J$12'5'!$J$1311'5'!$K$69'5'!$I$2'5'!$I$4'5'!$J$3'5'!$K$6'5'!$I$2'5'!$I$4'5'!$J$5'5'!$J$9'5'!$J$10'5'!$J$11'5'!$J$12'5'!$J$13
18214'5'!$N$3'5'!$N$5'5'!$N$9'5'!$N$10'5'!$N$11'5'!$N$12'5'!$N$1315'5'!$O$613'5'!$M$2'5'!$M$4'5'!$N$3'5'!$O$6'5'!$M$2'5'!$M$4'5'!$N$5'5'!$N$9'5'!$N$10'5'!$N$11'5'!$N$12'5'!$N$13
19218'5'!$R$3'5'!$R$5'5'!$R$9'5'!$R$10'5'!$R$11'5'!$R$12'5'!$R$1319'5'!$S$617'5'!$Q$2'5'!$Q$4'5'!$R$3'5'!$S$6'5'!$Q$2'5'!$Q$4'5'!$R$5'5'!$R$9'5'!$R$10'5'!$R$11'5'!$R$12'5'!$R$13
20222'5'!$V$3'5'!$V$5'5'!$V$9'5'!$V$10'5'!$V$11'5'!$V$12'5'!$V$1323'5'!$W$621'5'!$U$2'5'!$U$4'5'!$V$3'5'!$W$6'5'!$U$2'5'!$U$4'5'!$V$5'5'!$V$9'5'!$V$10'5'!$V$11'5'!$V$12'5'!$V$13
Summary (2)
Cell Formulas
RangeFormula
D1:O1D1=SEQUENCE(,12)
B4:B406B4=QUOTIENT(SEQUENCE(31*13,,0),13)+1
C4:C29C4=SEQUENCE(13,,10,4)
D4:J20D4=INDIRECT(ADDRESS(D$2,$C4,1,1,$B4))
K4:K29K4=SEQUENCE(13,,11,4)
M4:M29M4=SEQUENCE(13,,9,4)
N4:O20N4=INDIRECT(ADDRESS(N$2,$M4,1,1,$B4))
Q3:Z3Q3=CHOOSECOLS(D3:O3,1,9,11,12,2,3,4,5,6,7)
Q4:Z29Q4=CHOOSECOLS(D4:O16,1,9,11,12,2,3,4,5,6,7)
L4:L20L4=INDIRECT(ADDRESS(L$2,$K4,1,1,$B4))
Dynamic array formulas.
 
Upvote 0

Forum statistics

Threads
1,215,102
Messages
6,123,097
Members
449,096
Latest member
provoking

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