Looping through a specific number of cells then paste in their own column

drop05

Active Member
Joined
Mar 23, 2021
Messages
285
Office Version
  1. 365
Platform
  1. Windows
Hello, I am curious if this is possible if in VBA it can loop through a X number of rows in a column, copy the data, then go through the same X of rows, in the same column, after going through that first batch and paste into the next column, the pasting will be in a sheet2 not the same sheet (sheet1)
 
OK, that is not what I thought was happening at all. I think I am thoroughly confused by it all. o_O
That being said, I am a very visual person, and verbose explanations usually lose me fairly quickly.

Can we take a bit of a different approach? Let's try this:
Walk me through the first few tests, giving me explicit instructions, i.e.
- Tell me that exact range address of the first test on Sheet1, and tell me the exact range address where is it being copied to on Sheet2
- Tell me that exact range address of the second test on Sheet1, and tell me the exact range address where is it being copied to on Sheet2
- Go through a few more iterations like this (like 4 or 5 in total)

If I see if from that standpoint, I will hopefully be able to see the pattern to use.
So a VBA macro that will loop through a X number of rows in a column and paste each iteration into a new sheet can start at column 1 of sheet 2
Exact range for a test is 64 rows, from G6 to G70, the next test will start at G71 to G135 so also 64 rows inside as well, test 3 will begin at G136 to 200 so another 64 and so on.
The values it gets from each test will go into sheet 2. Test 1 will start at Column A, test 2 will go to column B test 3 will go to column C.

Sheet1, each column can have up to 20 tests, not there are sub categories for test 1 that will have A, A-1, those are all test1 , the columns start from G and go onwards.
Have to break up because doing five tests as an exmaple was a large range to copy for the excel feature and also into multiple comments because char limit
 
Upvote 0

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
So below is test 1 and 2
Book3.xlsm
ABCDFGHIJ
6Test - 1Header
7AQuestion 1X or Blankfirst 1first 1first 1first 1
8Question 2X or Blankfirst 2first 2first 2first 2
9Question 3X or Blankfirst 3first 3first 3first 3
10Question 4X or Blankfirst 4first 4first 4first 4
11BQuestion 5Datefirst 5first 5first 5first 5
12Question 6Datefirst 6first 6first 6first 6
13CQuestion 7Numberfirst 7first 7first 7first 7
14G1Question 8Textfirst 8first 8first 8first 8
15Question 9Textfirst 9first 9first 9first 9
16G2AQuestion 10Textfirst 10first 10first 10first 10
17BQuestion 11Textfirst 11first 11first 11first 11
18G3Question 12Textfirst 12first 12first 12first 12
19G4Question 13Datefirst 13first 13first 13first 13
20G5Question 14Textfirst 14first 14first 14first 14
21G6Question 15Textfirst 15first 15first 15first 15
22G7Question 16Textfirst 16first 16first 16first 16
23G8AQuestion 17Textfirst 17first 17first 17first 17
24BQuestion 18Numberfirst 18first 18first 18first 18
25H1Question 19Textfirst 19first 19first 19first 19
26Question 20Textfirst 20first 20first 20first 20
27Question 21Textfirst 21first 21first 21first 21
28H2Question 22X or Blankfirst 22first 22first 22first 22
29Question 23X or Blankfirst 23first 23first 23first 23
30Question 24X or Blankfirst 24first 24first 24first 24
31H3Question 25Textfirst 25first 25first 25first 25
32Question 26Textfirst 26first 26first 26first 26
33H4Question 27Textfirst 27first 27first 27first 27
34Question 28Textfirst 28first 28first 28first 28
35H5Question 29X or Blankfirst 29first 29first 29first 29
361Question 30Numberfirst 30first 30first 30first 30
37H6Question 31X or Blankfirst 31first 31first 31first 31
38H7Question 32X or Blankfirst 32first 32first 32first 32
39H8Question 33Numberfirst 33first 33first 33first 33
40H9Question 34Textfirst 34first 34first 34first 34
41H10AQuestion 35X or Blankfirst 35first 35first 35first 35
42BQuestion 36X or Blankfirst 36first 36first 36first 36
43H11Question 37X or Blankfirst 37first 37first 37first 37
44H12AQuestion 38X or Blankfirst 38first 38first 38first 38
45BQuestion 39Numberfirst 39first 39first 39first 39
46CQuestion 40Numberfirst 40first 40first 40first 40
47DQuestion 41Numberfirst 41first 41first 41first 41
48H13Question 42Numberfirst 42first 42first 42first 42
49H14Question 43X or Blankfirst 43first 43first 43first 43
50H15Question 44X or Blankfirst 44first 44first 44first 44
51Test - 1 -AHeader
52Question 1Textfirst 46first 46first 46first 46
53Question 2Textfirst 47first 47first 47first 47
54Question 3Textfirst 48first 48first 48first 48
55Question 4X or Blankfirst 49first 49first 49first 49
56Question 5X or Blankfirst 50first 50first 50first 50
57Question 6Textfirst 51first 51first 51first 51
58Question 7Textfirst 52first 52first 52first 52
59Question 8Textfirst 53first 53first 53first 53
60Question 9X or Blankfirst 54first 54first 54first 54
61Question 10X or Blankfirst 55first 55first 55first 55
62TEST - 1 - A1Header
63Question 1Textfirst 57first 57first 57first 57
64Question 2Textfirst 58first 58first 58first 58
65Question 3Textfirst 59first 59first 59first 59
66Question 4X or Blankfirst 60first 60first 60first 60
67Question 5Textfirst 61first 61first 61first 61
68Question 6Textfirst 62first 62first 62first 62
69Question 7Textfirst 63first 63first 63first 63
70Question 8X or Blankfirst 64first 64first 64first 64
71Test - 2Header
72AQuestion 1X or BlankSecond 1Second 1Second 1
73Question 2X or BlankSecond 2Second 2Second 2
74Question 3X or BlankSecond 3Second 3Second 3
75Question 4X or BlankSecond 4Second 4Second 4
76BQuestion 5DateSecond 5Second 5Second 5
77Question 6DateSecond 6Second 6Second 6
78CQuestion 7NumberSecond 7Second 7Second 7
79G1Question 8TextSecond 8Second 8Second 8
80Question 9TextSecond 9Second 9Second 9
81G2AQuestion 10TextSecond 10Second 10Second 10
82BQuestion 11TextSecond 11Second 11Second 11
83G3Question 12TextSecond 12Second 12Second 12
84G4Question 13DateSecond 13Second 13Second 13
85G5Question 14TextSecond 14Second 14Second 14
86G6Question 15TextSecond 15Second 15Second 15
87G7Question 16TextSecond 16Second 16Second 16
88G8AQuestion 17TextSecond 17Second 17Second 17
89BQuestion 18NumberSecond 18Second 18Second 18
90H1Question 19TextSecond 19Second 19Second 19
91Question 20TextSecond 20Second 20Second 20
92Question 21TextSecond 21Second 21Second 21
93H2Question 22X or BlankSecond 22Second 22Second 22
94Question 23X or BlankSecond 23Second 23Second 23
95Question 24X or BlankSecond 24Second 24Second 24
96H3Question 25TextSecond 25Second 25Second 25
97Question 26TextSecond 26Second 26Second 26
98H4Question 27TextSecond 27Second 27Second 27
99Question 28TextSecond 28Second 28Second 28
100H5Question 29X or BlankSecond 29Second 29Second 29
1011Question 30NumberSecond 30Second 30Second 30
102H6Question 31X or BlankSecond 31Second 31Second 31
103H7Question 32X or BlankSecond 32Second 32Second 32
104H8Question 33NumberSecond 33Second 33Second 33
105H9Question 34TextSecond 34Second 34Second 34
106H10AQuestion 35X or BlankSecond 35Second 35Second 35
107BQuestion 36X or BlankSecond 36Second 36Second 36
108H11Question 37X or BlankSecond 37Second 37Second 37
109H12AQuestion 38X or BlankSecond 38Second 38Second 38
110BQuestion 39NumberSecond 39Second 39Second 39
111CQuestion 40NumberSecond 40Second 40Second 40
112DQuestion 41NumberSecond 41Second 41Second 41
113H13Question 42NumberSecond 42Second 42Second 42
114H14Question 43X or BlankSecond 43Second 43Second 43
115H15Question 44X or BlankSecond 44Second 44Second 44
116Test - 2 -AHeader
117Question 1TextSecond 45Second 45Second 45
118Question 2TextSecond 46Second 46Second 46
119Question 3TextSecond 47Second 47Second 47
120Question 4X or BlankSecond 48Second 48Second 48
121Question 5X or BlankSecond 49Second 49Second 49
122Question 6TextSecond 50Second 50Second 50
123Question 7TextSecond 51Second 51Second 51
124Question 8TextSecond 52Second 52Second 52
125Question 9X or BlankSecond 53Second 53Second 53
126Question 10X or BlankSecond 54Second 54Second 54
127TEST - 2 - A1Header
128Question 1TextSecond 55Second 55Second 55
129Question 2TextSecond 56Second 56Second 56
130Question 3TextSecond 57Second 57Second 57
131Question 4X or BlankSecond 58Second 58Second 58
132Question 5TextSecond 59Second 59Second 59
133Question 6TextSecond 60Second 60Second 60
134Question 7TextSecond 61Second 61Second 61
135Question 8X or BlankSecond 62Second 62Second 62
Copy
Cells with Conditional Formatting
CellConditionCell FormatStop If True
D132:D135Cell ValueduplicatestextNO
D128:D131Cell ValueduplicatestextNO
D122:D126Cell ValueduplicatestextNO
D117:D121Cell ValueduplicatestextNO
D71Cell ValueduplicatestextNO
D71Cell ValueduplicatestextNO
D67:D70Cell ValueduplicatestextNO
D63:D66Cell ValueduplicatestextNO
D57:D61Cell ValueduplicatestextNO
D52:D56Cell ValueduplicatestextNO
D6Cell ValueduplicatestextNO
D6Cell ValueduplicatestextNO
 
Upvote 0
test 3 and 4 same sheet just had to separate
Book3.xlsm
ABCDFGHIJ
136Test - 3Header
137AQuestion 1X or BlankThird 1Third 1
138Question 2X or BlankThird 2Third 2
139Question 3X or BlankThird 3Third 3
140Question 4X or BlankThird 4Third 4
141BQuestion 5DateThird 5Third 5
142Question 6DateThird 6Third 6
143CQuestion 7NumberThird 7Third 7
144G1Question 8TextThird 8Third 8
145Question 9TextThird 9Third 9
146G2AQuestion 10TextThird 10Third 10
147BQuestion 11TextThird 11Third 11
148G3Question 12TextThird 12Third 12
149G4Question 13DateThird 13Third 13
150G5Question 14TextThird 14Third 14
151G6Question 15TextThird 15Third 15
152G7Question 16TextThird 16Third 16
153G8AQuestion 17TextThird 17Third 17
154BQuestion 18NumberThird 18Third 18
155H1Question 19TextThird 19Third 19
156Question 20TextThird 20Third 20
157Question 21TextThird 21Third 21
158H2Question 22X or BlankThird 22Third 22
159Question 23X or BlankThird 23Third 23
160Question 24X or BlankThird 24Third 24
161H3Question 25TextThird 25Third 25
162Question 26TextThird 26Third 26
163H4Question 27TextThird 27Third 27
164Question 28TextThird 28Third 28
165H5Question 29X or BlankThird 29Third 29
1661Question 30NumberThird 30Third 30
167H6Question 31X or BlankThird 31Third 31
168H7Question 32X or BlankThird 32Third 32
169H8Question 33NumberThird 33Third 33
170H9Question 34TextThird 34Third 34
171H10AQuestion 35X or BlankThird 35Third 35
172BQuestion 36X or BlankThird 36Third 36
173H11Question 37X or BlankThird 37Third 37
174H12AQuestion 38X or BlankThird 38Third 38
175BQuestion 39NumberThird 39Third 39
176CQuestion 40NumberThird 40Third 40
177DQuestion 41NumberThird 41Third 41
178H13Question 42NumberThird 42Third 42
179H14Question 43X or BlankThird 43Third 43
180H15Question 44X or BlankThird 44Third 44
181Test - 3 -AHeader
182Question 1TextThird 45Third 45
183Question 2TextThird 46Third 46
184Question 3TextThird 47Third 47
185Question 4X or BlankThird 48Third 48
186Question 5X or BlankThird 49Third 49
187Question 6TextThird 50Third 50
188Question 7TextThird 51Third 51
189Question 8TextThird 52Third 52
190Question 9X or BlankThird 53Third 53
191Question 10X or BlankThird 54Third 54
192TEST - 3 - A1Header
193Question 1TextThird 55Third 55
194Question 2TextThird 56Third 56
195Question 3TextThird 57Third 57
196Question 4X or BlankThird 58Third 58
197Question 5TextThird 59Third 59
198Question 6TextThird 60Third 60
199Question 7TextThird 61Third 61
200Question 8X or BlankThird 62Third 62
201Test - 4Header
202AQuestion 1X or BlankFourth 1
203Question 2X or BlankFourth 2
204Question 3X or BlankFourth 3
205Question 4X or BlankFourth 4
206BQuestion 5DateFourth 5
207Question 6DateFourth 6
208CQuestion 7NumberFourth 7
209G1Question 8TextFourth 8
210Question 9TextFourth 9
211G2AQuestion 10TextFourth 10
212BQuestion 11TextFourth 11
213G3Question 12TextFourth 12
214G4Question 13DateFourth 13
215G5Question 14TextFourth 14
216G6Question 15TextFourth 15
217G7Question 16TextFourth 16
218G8AQuestion 17TextFourth 17
219BQuestion 18NumberFourth 18
220H1Question 19TextFourth 19
221Question 20TextFourth 20
222Question 21TextFourth 21
223H2Question 22X or BlankFourth 22
224Question 23X or BlankFourth 23
225Question 24X or BlankFourth 24
226H3Question 25TextFourth 25
227Question 26TextFourth 26
228H4Question 27TextFourth 27
229Question 28TextFourth 28
230H5Question 29X or BlankFourth 29
2311Question 30NumberFourth 30
232H6Question 31X or BlankFourth 31
233H7Question 32X or BlankFourth 32
234H8Question 33NumberFourth 33
235H9Question 34TextFourth 34
236H10AQuestion 35X or BlankFourth 35
237BQuestion 36X or BlankFourth 36
238H11Question 37X or BlankFourth 37
239H12AQuestion 38X or BlankFourth 38
240BQuestion 39NumberFourth 39
241CQuestion 40NumberFourth 40
242DQuestion 41NumberFourth 41
243H13Question 42NumberFourth 42
244H14Question 43X or BlankFourth 43
245H15Question 44X or BlankFourth 44
246Test - 4 -AHeader
247Question 1TextFourth 1
248Question 2TextFourth 2
249Question 3TextFourth 3
250Question 4X or BlankFourth 4
251Question 5X or BlankFourth 5
252Question 6TextFourth 6
253Question 7TextFourth 7
254Question 8TextFourth 8
255Question 9X or BlankFourth 9
256Question 10X or BlankFourth 10
257TEST - 4 - A1Header
258Question 1TextFourth 1
259Question 2TextFourth 2
260Question 3TextFourth 3
261Question 4X or BlankFourth 4
262Question 5TextFourth 5
263Question 6TextFourth 6
264Question 7TextFourth 7
265Question 8X or BlankFourth 8
Copy
Cells with Conditional Formatting
CellConditionCell FormatStop If True
D262:D265Cell ValueduplicatestextNO
D258:D261Cell ValueduplicatestextNO
D252:D256Cell ValueduplicatestextNO
D247:D251Cell ValueduplicatestextNO
D201Cell ValueduplicatestextNO
D201Cell ValueduplicatestextNO
D197:D200Cell ValueduplicatestextNO
D193:D196Cell ValueduplicatestextNO
D187:D191Cell ValueduplicatestextNO
D182:D186Cell ValueduplicatestextNO
D136Cell ValueduplicatestextNO
D136Cell ValueduplicatestextNO


test 5 same sheet just trying to show all

Book3.xlsm
ABCDFGHIJ
266Test - 5Header
267AQuestion 1X or BlankFifth 1
268Question 2X or BlankFifth 2
269Question 3X or BlankFifth 3
270Question 4X or BlankFifth 4
271BQuestion 5DateFifth 5
272Question 6DateFifth 6
273CQuestion 7NumberFifth 7
274G1Question 8TextFifth 8
275Question 9TextFifth 9
276G2AQuestion 10TextFifth 10
277BQuestion 11TextFifth 11
278G3Question 12TextFifth 12
279G4Question 13DateFifth 13
280G5Question 14TextFifth 14
281G6Question 15TextFifth 15
282G7Question 16TextFifth 16
283G8AQuestion 17TextFifth 17
284BQuestion 18NumberFifth 18
285H1Question 19TextFifth 19
286Question 20TextFifth 20
287Question 21TextFifth 21
288H2Question 22X or BlankFifth 22
289Question 23X or BlankFifth 23
290Question 24X or BlankFifth 24
291H3Question 25TextFifth 25
292Question 26TextFifth 26
293H4Question 27TextFifth 27
294Question 28TextFifth 28
295H5Question 29X or BlankFifth 29
2961Question 30NumberFifth 30
297H6Question 31X or BlankFifth 31
298H7Question 32X or BlankFifth 32
299H8Question 33NumberFifth 33
300H9Question 34TextFifth 34
301H10AQuestion 35X or BlankFifth 35
302BQuestion 36X or BlankFifth 36
303H11Question 37X or BlankFifth 37
304H12AQuestion 38X or BlankFifth 38
305BQuestion 39NumberFifth 39
306CQuestion 40NumberFifth 40
307DQuestion 41NumberFifth 41
308H13Question 42NumberFifth 42
309H14Question 43X or BlankFifth 43
310H15Question 44X or BlankFifth 44
311Test - 5 -AHeader
312Question 1TextFifth 1
313Question 2TextFifth 2
314Question 3TextFifth 3
315Question 4X or BlankFifth 4
316Question 5X or BlankFifth 5
317Question 6TextFifth 6
318Question 7TextFifth 7
319Question 8TextFifth 8
320Question 9X or BlankFifth 9
321Question 10X or BlankFifth 10
322TEST - 5 - A1Header
323Question 1TextFifth 1
324Question 2TextFifth 2
325Question 3TextFifth 3
326Question 4X or BlankFifth 4
327Question 5TextFifth 5
328Question 6TextFifth 6
329Question 7TextFifth 7
330Question 8X or BlankFifth 8
Copy
Cells with Conditional Formatting
CellConditionCell FormatStop If True
D327:D330Cell ValueduplicatestextNO
D323:D326Cell ValueduplicatestextNO
D317:D321Cell ValueduplicatestextNO
D312:D316Cell ValueduplicatestextNO
D266Cell ValueduplicatestextNO
D266Cell ValueduplicatestextNO
 
Upvote 0
output on sheet 2
I changed the colors and labeled to hopefully help
Book1
ABCDEFGHIJK
1Values from Column GValues from Column HValues from Column IValues from column J
2Test 1Test 2Test 3Test 4Test 5Test 1Test 1Test 2Test 1Test 2Test 3
3first 1Second 1Third 1Fourth 1Fifth 1first 1first 1Second 1first 1Second 1Third 1
4first 2Second 2Third 2Fourth 2Fifth 2first 2first 2Second 2first 2Second 2Third 2
5first 3Second 3Third 3Fourth 3Fifth 3first 3first 3Second 3first 3Second 3Third 3
6first 4Second 4Third 4Fourth 4Fifth 4first 4first 4Second 4first 4Second 4Third 4
7first 5Second 5Third 5Fourth 5Fifth 5first 5first 5Second 5first 5Second 5Third 5
8first 6Second 6Third 6Fourth 6Fifth 6first 6first 6Second 6first 6Second 6Third 6
9first 7Second 7Third 7Fourth 7Fifth 7first 7first 7Second 7first 7Second 7Third 7
10first 8Second 8Third 8Fourth 8Fifth 8first 8first 8Second 8first 8Second 8Third 8
11first 9Second 9Third 9Fourth 9Fifth 9first 9first 9Second 9first 9Second 9Third 9
12first 10Second 10Third 10Fourth 10Fifth 10first 10first 10Second 10first 10Second 10Third 10
13first 11Second 11Third 11Fourth 11Fifth 11first 11first 11Second 11first 11Second 11Third 11
14first 12Second 12Third 12Fourth 12Fifth 12first 12first 12Second 12first 12Second 12Third 12
15first 13Second 13Third 13Fourth 13Fifth 13first 13first 13Second 13first 13Second 13Third 13
16first 14Second 14Third 14Fourth 14Fifth 14first 14first 14Second 14first 14Second 14Third 14
17first 15Second 15Third 15Fourth 15Fifth 15first 15first 15Second 15first 15Second 15Third 15
18first 16Second 16Third 16Fourth 16Fifth 16first 16first 16Second 16first 16Second 16Third 16
19first 17Second 17Third 17Fourth 17Fifth 17first 17first 17Second 17first 17Second 17Third 17
20first 18Second 18Third 18Fourth 18Fifth 18first 18first 18Second 18first 18Second 18Third 18
21first 19Second 19Third 19Fourth 19Fifth 19first 19first 19Second 19first 19Second 19Third 19
22first 20Second 20Third 20Fourth 20Fifth 20first 20first 20Second 20first 20Second 20Third 20
23first 21Second 21Third 21Fourth 21Fifth 21first 21first 21Second 21first 21Second 21Third 21
24first 22Second 22Third 22Fourth 22Fifth 22first 22first 22Second 22first 22Second 22Third 22
25first 23Second 23Third 23Fourth 23Fifth 23first 23first 23Second 23first 23Second 23Third 23
26first 24Second 24Third 24Fourth 24Fifth 24first 24first 24Second 24first 24Second 24Third 24
27first 25Second 25Third 25Fourth 25Fifth 25first 25first 25Second 25first 25Second 25Third 25
28first 26Second 26Third 26Fourth 26Fifth 26first 26first 26Second 26first 26Second 26Third 26
29first 27Second 27Third 27Fourth 27Fifth 27first 27first 27Second 27first 27Second 27Third 27
30first 28Second 28Third 28Fourth 28Fifth 28first 28first 28Second 28first 28Second 28Third 28
31first 29Second 29Third 29Fourth 29Fifth 29first 29first 29Second 29first 29Second 29Third 29
32first 30Second 30Third 30Fourth 30Fifth 30first 30first 30Second 30first 30Second 30Third 30
33first 31Second 31Third 31Fourth 31Fifth 31first 31first 31Second 31first 31Second 31Third 31
34first 32Second 32Third 32Fourth 32Fifth 32first 32first 32Second 32first 32Second 32Third 32
35first 33Second 33Third 33Fourth 33Fifth 33first 33first 33Second 33first 33Second 33Third 33
36first 34Second 34Third 34Fourth 34Fifth 34first 34first 34Second 34first 34Second 34Third 34
37first 35Second 35Third 35Fourth 35Fifth 35first 35first 35Second 35first 35Second 35Third 35
38first 36Second 36Third 36Fourth 36Fifth 36first 36first 36Second 36first 36Second 36Third 36
39first 37Second 37Third 37Fourth 37Fifth 37first 37first 37Second 37first 37Second 37Third 37
40first 38Second 38Third 38Fourth 38Fifth 38first 38first 38Second 38first 38Second 38Third 38
41first 39Second 39Third 39Fourth 39Fifth 39first 39first 39Second 39first 39Second 39Third 39
42first 40Second 40Third 40Fourth 40Fifth 40first 40first 40Second 40first 40Second 40Third 40
43first 41Second 41Third 41Fourth 41Fifth 41first 41first 41Second 41first 41Second 41Third 41
44first 42Second 42Third 42Fourth 42Fifth 42first 42first 42Second 42first 42Second 42Third 42
45first 43Second 43Third 43Fourth 43Fifth 43first 43first 43Second 43first 43Second 43Third 43
46first 44Second 44Third 44Fourth 44Fifth 44first 44first 44Second 44first 44Second 44Third 44
47
48first 46Second 45Third 45Fourth 1Fifth 1first 46first 46Second 45first 46Second 45Third 45
49first 47Second 46Third 46Fourth 2Fifth 2first 47first 47Second 46first 47Second 46Third 46
50first 48Second 47Third 47Fourth 3Fifth 3first 48first 48Second 47first 48Second 47Third 47
51first 49Second 48Third 48Fourth 4Fifth 4first 49first 49Second 48first 49Second 48Third 48
52first 50Second 49Third 49Fourth 5Fifth 5first 50first 50Second 49first 50Second 49Third 49
53first 51Second 50Third 50Fourth 6Fifth 6first 51first 51Second 50first 51Second 50Third 50
54first 52Second 51Third 51Fourth 7Fifth 7first 52first 52Second 51first 52Second 51Third 51
55first 53Second 52Third 52Fourth 8Fifth 8first 53first 53Second 52first 53Second 52Third 52
56first 54Second 53Third 53Fourth 9Fifth 9first 54first 54Second 53first 54Second 53Third 53
57first 55Second 54Third 54Fourth 10Fifth 10first 55first 55Second 54first 55Second 54Third 54
58
59first 57Second 55Third 55Fourth 1Fifth 1first 57first 57Second 55first 57Second 55Third 55
60first 58Second 56Third 56Fourth 2Fifth 2first 58first 58Second 56first 58Second 56Third 56
61first 59Second 57Third 57Fourth 3Fifth 3first 59first 59Second 57first 59Second 57Third 57
62first 60Second 58Third 58Fourth 4Fifth 4first 60first 60Second 58first 60Second 58Third 58
63first 61Second 59Third 59Fourth 5Fifth 5first 61first 61Second 59first 61Second 59Third 59
64first 62Second 60Third 60Fourth 6Fifth 6first 62first 62Second 60first 62Second 60Third 60
65first 63Second 61Third 61Fourth 7Fifth 7first 63first 63Second 61first 63Second 61Third 61
66first 64Second 62Third 62Fourth 8Fifth 8first 64first 64Second 62first 64Second 62Third 62
Sheet1
 
Upvote 0

Forum statistics

Threads
1,214,790
Messages
6,121,608
Members
449,038
Latest member
apwr

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