View Single Post
  #4   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

That would return a 2 column range

--
Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)



"Michael" wrote in message
...
Hi Max
Wouldn't the TRANSPOSE array be easier.

=TRANSPOSE($A$1:$D$2), with CSE

Regards
Michael

"Max" wrote:

Assuming data below is in Sheet1, cols A to D, from row1 down

1 2 3 4
5 6 7 8

etc

In Sheet2
-----------
Put in A1:
=OFFSET(Sheet1!$A$1,INT((ROWS($A$1:A1)-1)/4),MOD(ROWS($A$1:A1)-1,4))

Copy down until zeros appear signalling exhaution of data

--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----

"yudi_lks" wrote:

HI.. Is there any way to convert multiple rows data into 1 single
column?


Like this
1 2 3 4
5 6 7 8

Into
1
2
3
4
5
6
7
8

The problem is I have 687 rows, which I'm sure will take forever to do
it
manually..

Many thanks!!

Yudi