Way to put multiple rows into the same column.



Hi!

So you want 1 column 9000 rows long?

Select column A and insert a new column.

Your data will now be in the range B1:D3000.

Enter this formula in cell A1 and copy down to A9000 or
until you get returns of zero meaning the data has been
exhausted:

=OFFSET($B$1,INT((ROWS($1:1)-1)/3),MOD(ROWS($1:1)-1,3))

Now, with this range still selected do a Copy/Paste
Special/Values to convert the formulas to constants.

Then you can delete the original data if you want to.

Biff

>-----Original Message-----
>I have data that is in the format of 3 columns wide by
about 3000 rows. I
>want to rearrange each row to become a single column. Eg.
Cells
>A1,B1,C1,A2,B2,C2 to become in cells A1,A2,A3,A4,A5,A6
respectively. I have
>transposed the data but this only puts each row in it's
own column. I still
>need to put all the new columns into one column. Thankyou
for any help given.
>.
>
.



Relevant Pages

  • Re: If Date=x then do y
    ... > into cell Y if the date is X1 then it puts the results in Y1 etc etc. ... A formula cannot *put* a value in any cell except the one that the formula ... i'm creating a workout schedule for the next couple ... > results from one worksheet to the archive worksheet for starters (not a ...
    (microsoft.public.excel.worksheet.functions)
  • Problem with uigetfile
    ... I am having a strange problem with the uigetfile function. ... only puts a 0 in the first cell. ...
    (comp.soft-sys.matlab)
  • How to select info based on date
    ... 12 months and puts that in each cell across the row. ... column person's who meet that column's criteria, 1e, is it one month from ... Thanks very much...would be glad to clarify if we were not clear or would ...
    (microsoft.public.excel.programming)
  • RE: Formulas needed for Calendar?
    ... > This puts the Month and Year from a Date that I enter into a cell. ... > I am trying to convert a calendar that I use in Lotus 123 to Excel. ...
    (microsoft.public.excel.newusers)
  • Re: NOW
    ... You can type it in yourself--or you could use a macro that puts the time/date in ... the cell. ... J.E. McGimpsey shows a way to put a time stamp on the same row when something ...
    (microsoft.public.excel.misc)