Break up two columns of 40+ rows into four sets of 2 columns of 10 rows

paulgunther

New Member
Joined
Oct 30, 2019
Messages
31
Office Version
  1. 365
Platform
  1. Windows
I struggled with the header for this question, let me explain:

I need to take 2 long lists of data in adjacent columns that are too long to fit on a page of print and break them up into multiple "shorter" columns adjacent to each other. The number of rows will vary as the list is updated weekly. The example below should help to explain:

Sunday CP Handicap League 2022.xlsm
ABCDEFGHIJKLMN
1Handicaps as of:52 WeeksAce Pot
26/19/2022(Max Payout)$0.00
3
4HCPPlayerHCPPlayerHCPPlayerHCPPlayerHCPPlayerHCPPlayer
5-23Player 01-1Player 18-9Player 35-5Player 52Leader Board-23Player 01
6-9Player 021Player 19-23Player 36-5Player 53-9Player 02
72Player 03-7Player 20-3Player 37-5Player 547Player 482Player 03
8-16Player 04-16Player 213Player 38-6Player 556Player 11-16Player 04
9-1Player 05-13Player 22-24Player 390Player 564Player 16-1Player 05
10-2Player 060Player 233Player 401Player 574Player 28-2Player 06
112Player 070Player 243Player 41-12Player 583Player 092Player 07
12-1Player 080Player 251Player 42-2Player 593Player 10-1Player 08
133Player 093Player 26-18Player 433Player 263Player 09
143Player 10-4Player 272Player 443Player 383Player 10
156Player 114Player 28-3Player 453Player 406Player 11
160Player 12-6Player 29-4Player 463Player 410Player 12
17-12Player 131Player 30-22Player 473Player 49-12Player 13
18-3Player 14-7Player 317Player 482Player 03-3Player 14
19-1Player 151Player 323Player 492Player 07-1Player 15
204Player 16-2Player 33-16Player 502Player 444Player 16
21-8Player 17-1Player 341Player 51-8Player 17
22-1Player 18
231Player 19
24-7Player 20
25-16Player 21
26-13Player 22
270Player 23
280Player 24
290Player 25
303Player 26
31-4Player 27
324Player 28
33-6Player 29
341Player 30
35-7Player 31
361Player 32
37-2Player 33
38-1Player 34
39-9Player 35
40-23Player 36
41-3Player 37
423Player 38
43-24Player 39
443Player 40
453Player 41
461Player 42
47-18Player 43
482Player 44
49-3Player 45
50-4Player 46
51-22Player 47
527Player 48
533Player 49
54-16Player 50
551Player 51
56-5Player 52
57-5Player 53
58-5Player 54
59-6Player 55
600Player 56
611Player 57
62-12Player 58
63-2Player 59
Test
Cell Formulas
RangeFormula
I2I2=ROUND(IF(I1<330,I1-(I1*0.1),300),0)
Cells with Conditional Formatting
CellConditionCell FormatStop If True
I5Cell Value>-1textNO
G17:G21Cell Value>-1textNO
G12Cell Value>-1textNO
G11Cell Value>-1textNO
G13:G16,G5:G10Cell Value>-1textNO
E17:E21Cell Value>-1textNO
E12Cell Value>-1textNO
E11Cell Value>-1textNO
E13:E16,E5:E10Cell Value>-1textNO
A17Cell Value>-1textNO
A16Cell Value>-1textNO
A5:A15,A18:A21Cell Value>-1textNO
A1:A4Cell Value>-1textNO
I1:I4Cell Value>-1textNO
C17:C21Cell Value>-1textNO
C12Cell Value>-1textNO
C11Cell Value>-1textNO
C13:C16,C5:C10Cell Value>-1textNO
C1:C4Cell Value>-1textNO
I6:I21,A22:A1048576Cell Value>-1textNO
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Not sure exactly what you want as your title & sample are different.
This will split the data into 4 sets of 2 columns & the number of rows will vary.
Fluff.xlsm
ABCDEFGHIJKLMN
1Handicaps as of:52 WeeksAce Pot
26/19/2022(Max Payout)0
3
4HCPPlayerHCPPlayerHCPPlayerHCPPlayerHCPPlayerHCPPlayer
5-23Player 014Player 16-7Player 31-4Player 46Leader Board-23Player 01
6-9Player 02-8Player 171Player 32-22Player 47-9Player 02
72Player 03-1Player 18-2Player 337Player 487Player 482Player 03
8-16Player 041Player 19-1Player 343Player 496Player 11-16Player 04
9-1Player 05-7Player 20-9Player 35-16Player 504Player 16-1Player 05
10-2Player 06-16Player 21-23Player 361Player 514Player 28-2Player 06
112Player 07-13Player 22-3Player 37-5Player 523Player 092Player 07
12-1Player 080Player 233Player 38-5Player 533Player 10-1Player 08
133Player 090Player 24-24Player 39-5Player 543Player 263Player 09
143Player 100Player 253Player 40-6Player 553Player 383Player 10
156Player 113Player 263Player 410Player 563Player 406Player 11
160Player 12-4Player 271Player 421Player 573Player 410Player 12
17-12Player 134Player 28-18Player 43-12Player 583Player 49-12Player 13
18-3Player 14-6Player 292Player 44-2Player 592Player 03-3Player 14
19-1Player 151Player 30-3Player 452Player 07-1Player 15
202Player 444Player 16
21-8Player 17
22-1Player 18
231Player 19
24-7Player 20
25-16Player 21
26-13Player 22
270Player 23
280Player 24
290Player 25
303Player 26
31-4Player 27
324Player 28
33-6Player 29
341Player 30
35-7Player 31
361Player 32
37-2Player 33
38-1Player 34
39-9Player 35
40-23Player 36
41-3Player 37
423Player 38
43-24Player 39
443Player 40
453Player 41
461Player 42
47-18Player 43
482Player 44
49-3Player 45
50-4Player 46
51-22Player 47
527Player 48
533Player 49
54-16Player 50
551Player 51
56-5Player 52
57-5Player 53
58-5Player 54
59-6Player 55
600Player 56
611Player 57
62-12Player 58
63-2Player 59
64
Report
Cell Formulas
RangeFormula
I2I2=ROUND(IF(I1<330,I1-(I1*0.1),300),0)
A5:H19A5=LET(f,FILTER(M5:N100,M5:M100<>""),r,ROWS(f),nr,ROUNDUP(r/4,0),s,SEQUENCE(,8,0),IFERROR(INDEX(f,nr*INT(s/2)+SEQUENCE(nr),MOD(s,2)+1),""))
Dynamic array formulas.
 
Upvote 0
Hi Fluff, thanks for helping me out again. Yes, as I mentioned, I struggled with truncating a title for my question. The total numbers of players will vary from update to update.

I'm unclear on where this formula should be. It will of course be in A5 thru A19, but once I apply it to the next column (C) it no longer works even if I change the cell references.

FYI, I am using shift+ctrl+enter
 
Upvote 0
Do not use Ctrl Shift Enter & the formula just goes in A5. Make sure all other cells in that area are blank.
 
Upvote 0

Forum statistics

Threads
1,215,501
Messages
6,125,169
Members
449,212
Latest member
kenmaldonado

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