copy only the 1st, 7th, 13th, 19th, 25th.....row only

V

vcff

I have information in col A. Every six rows (A1:A6, A7:A12.) belongs to the
item.
As it was not an easy way to view the informations, I intended to move the
informations across the columns,
B1=A1, C1=A2, D1=A3, E1=A4........
B2=A7, C2=A8, D2=A9..
B3=A13, C3=A14..

tnks
 
R

RagDyer

Enter this formula *anywhere*,

=INDEX($A:$A,COLUMNS($A:A)+6*ROWS($1:1)-6)

Then copy across 6 columns,
Then copy down as many rows as needed.
 
M

Max

One way ..
In B1: =INDEX($A:$A,ROWS($1:1)*6-6+COLUMNS($A:A))
Copy B1 across to G1, fill down until zeros appear signalling exhaustion of
data extracted from col A
 
V

vcff

Thanks Max

That was what I needed

Max said:
One way ..
In B1: =INDEX($A:$A,ROWS($1:1)*6-6+COLUMNS($A:A))
Copy B1 across to G1, fill down until zeros appear signalling exhaustion of
data extracted from col A
 
V

vcff

tnks

It helps to solve my problem.

RagDyer said:
Enter this formula *anywhere*,

=INDEX($A:$A,COLUMNS($A:A)+6*ROWS($1:1)-6)

Then copy across 6 columns,
Then copy down as many rows as needed.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top