How to skip number of rows from list

satish78

Board Regular
Joined
Aug 31, 2014
Messages
218
Hi Friends,

I have five spreadsheets in which each spreadsheet contains 100 rows of text(instead of text I put a1, a2, a3 row names to easy construct formula but its kind of confusing to me).
looking for a formula which can skip every:
1 row in sheet1
2 rows in sheet2
3 rows in sheet3
4 rows in sheet4
5 rows in sheet5

Below is a small example
Sheet1
columnB:row1=a1&a2&a3&a4
columnB:row2=a2&a3&a4&a5
columnB:row3=a3&a4&a5&a1
columnB:row4=a4&a5&a1&a2
columnB:row5=a5&a1&a2&a3
so on till 100th row

Sheet2
columnB:row1=a1&a2&a3
columnB:row2=a4&a5&a1
columnB:row3=a2&a3&a4
columnB:row4=a5&a1&a2
columnB:row5=a3&a4&a5
so on till 100th row

like above 2 examples in 2 sheets and also in 3, 4, 5 sheets till 100th row
Can anyone help me with this task
sample attachment
https://mab.to/3TSC9tdpL
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
... but its kind of confusing to me.

Yes, me too!

Based on what you've said, it sounds like you're expecting to see this output in Sheet1 and Sheet2? I don't know how this would generalise to Sheets 3, 4 and 5?

What output are you actually expecting to see?

ABCD
1InputSheet1Sheet2Sheet3
2aabcdabc????
3bbcdedea
4ccdeabcd
5ddeabeab
6eeabccde
7fabcdabc
8gbcdedea
9hcdeabcd
10ideabeab
11jeabccde
12kabcdabc
13lbcdedea
14mcdeabcd
15ndeabeab
16oeabccde
17p
18q
19r
20s
21t

<tbody>
</tbody>
 
Upvote 0
Are you trying to combine the cells into 1 cell (text) or add the cell contents into 1 cell (numeric)

What exactly are you trying to do here, can you show a sample of your data/answers?
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,728
Members
448,987
Latest member
marion_davis

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