learneagerly
New Member
Hi ,
My input is as follows:
Column A Column B
1 51
2 52
3 53
4 54
5 55
6 56
7 57
8 58
9 59
10 60
11 61
12 62
13 63
14 64
15 65
16 66
17 67
18 68
19 69
20 70
And expected ouput is :
Column D
1
2
3
4
5
6
51
52
53
54
55
56
7
8
9
10
11
12
57
58
59
60
61
62
13
14
15
16
17
18
63
64
65
66
67
68
This number 6 can change time to time from 2 to 25.
Can anybody please help me in this. Expecting to automate this with VBA.
Thanks & Regards,
My input is as follows:
Column A Column B
1 51
2 52
3 53
4 54
5 55
6 56
7 57
8 58
9 59
10 60
11 61
12 62
13 63
14 64
15 65
16 66
17 67
18 68
19 69
20 70
And expected ouput is :
Column D
1
2
3
4
5
6
51
52
53
54
55
56
7
8
9
10
11
12
57
58
59
60
61
62
13
14
15
16
17
18
63
64
65
66
67
68
This number 6 can change time to time from 2 to 25.
Can anybody please help me in this. Expecting to automate this with VBA.
Thanks & Regards,