+ Reply to Thread
Results 1 to 3 of 3

Simple problem im sure....

  1. #1
    Registered User
    Join Date
    05-03-2012
    Location
    UK
    MS-Off Ver
    Excel 2003
    Posts
    2

    Simple problem im sure....

    hey,

    Im tryign to transpose a column of values from vertical to horizontal. However I know how to do this but what I need is to r=transpose the values multiple times. i.e.

    5325
    5325i
    5278

    what I want is

    5325 5325 5325 5325i 5325i 5325i 5278 5278 5278

    ALthough I could go through an manually do this, I have a column of 50 references and wondered if anyone had a solution.
    Thanks in advance......

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Simple problem im sure....

    Try this: With your original values in A2:A51

    Put this formula where you want the transposed values to begin:
    =INDEX($A$2:$A$51,CEILING(COLUMN(A1)/3,1))

    and drag across

  3. #3
    Registered User
    Join Date
    05-03-2012
    Location
    UK
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Simple problem im sure....

    Thanks, I see what you did there, very cunning!

    Cheers again

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1