View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default copy only the 1st, 7th, 13th, 19th, 25th.....row only

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
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"vcff" wrote:
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