+ Reply to Thread
Results 1 to 4 of 4

Re-arrange data from vertical to horizontal

Hybrid View

  1. #1
    Registered User
    Join Date
    06-17-2015
    Location
    London
    MS-Off Ver
    MS 10
    Posts
    7

    Re: Re-arrange data from vertical to horizontal

    Brilliant!
    Many thanks for you help.

  2. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2502
    Posts
    13,700

    Re: Re-arrange data from vertical to horizontal

    Another non-array way. This works as long as your Products are contiguously grouped as you have them in column A.

    Copy / paste this into G3, fill down and across until you get blanks.
    Formula: copy to clipboard
    =IFERROR(INDEX(INDEX($B$3:$B$18,MATCH($F3,$A$3:$A$18,0)):INDEX($B$3:$B$18,MATCH($F3,$A$3:$A$18,1)),COLUMNS($A:A)),"")
    The file is attached.
    Dave

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Arrange horizontal data to vertical through cut, paste, loop
    By kcheeser in forum Excel Programming / VBA / Macros
    Replies: 22
    Last Post: 03-26-2014, 04:12 PM
  2. Replies: 1
    Last Post: 11-06-2013, 11:21 AM
  3. How to arrange vertical Vcards column into horizontal rows ?
    By m.rizeg in forum Excel - New Users/Basics
    Replies: 9
    Last Post: 07-26-2013, 10:00 PM
  4. [SOLVED] how to arrange slicer look from vertical to horizontal?
    By koi in forum Excel General
    Replies: 1
    Last Post: 10-29-2012, 03:39 AM
  5. Arrange vertical string into multiple horizontal columns
    By tribalgifts in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-17-2009, 02:20 AM

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