+ Reply to Thread
Results 1 to 3 of 3

Arrange vertical string into multiple horizontal columns

  1. #1
    Registered User
    Join Date
    10-13-2009
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2003
    Posts
    3

    Arrange vertical string into multiple horizontal columns

    I have a string of values (header) and sub values which I wish to arrange into columns. The header values are static and always in the same order. The sub values can vary (e.g. sometime 2 entries sometimes 10 entries etc). How would I arrange these values into columns using the same formula?
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    07-29-2009
    Location
    Belgium
    MS-Off Ver
    Excel 2003/Excel 2010
    Posts
    534

    Re: Help Formula to arrange vertical string into multiple horizontal columns

    One possibility:
    Attached Files Attached Files

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Arrange vertical string into multiple horizontal columns

    I confess I'd be inclined to adopt a slightly different approach to avoid volatiles and errors (and volatile Conditional Formatting)

    Using WHER's file and output table I'd probably opt for:

    F2: =MATCH(F$3,$A:$A,0)
    copied across to I2

    F3: =IF(ROWS(F$3:F3)>(G$1-F$1-1),"",INDEX($A:$A,F$1+ROWS(F$3:F3)))
    applied across matrix F3:H13

+ 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