+ Reply to Thread
Results 1 to 4 of 4

Getting row sets one below the other.

  1. #1
    Registered User
    Join Date
    03-27-2015
    Location
    India
    MS-Off Ver
    2013
    Posts
    18

    Getting row sets one below the other.

    Hello Excel Forum,

    Wanted to know, if there is a function/formula/process to get a set of rows one below the other.

    Kindly refer to the attached sheet, which shows the input and the desired output (also shown below)

    Desired Output:

    NKE-CH-01
    NKE-CH-01_L
    NKE-CH-01_XL
    NKE-CH-01_XXL
    NKE-CH-02
    NKE-CH-02_L
    NKE-CH-02_XL
    NKE-CH-02_XXL
    NKE-CH-03
    NKE-CH-03_L
    NKE-CH-03_XL
    NKE-CH-03_XXL
    NKE-CH-04
    NKE-CH-04_L
    NKE-CH-04_XL
    NKE-CH-04_XXL

    Please write back, in case anyone requires some more information from my end.
    Any help will be greatly appreciated!
    Attached Files Attached Files
    Last edited by PritishD; 05-02-2015 at 02:47 AM.

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Getting row sets one below the other.

    Hi there.

    This will do it.

    =IFERROR(INDEX($A$1:$D$4,INT((ROWS($1:1)-1)/4)+1,MOD(ROWS($1:1)-1,4)+1),"")
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Registered User
    Join Date
    03-27-2015
    Location
    India
    MS-Off Ver
    2013
    Posts
    18

    Re: Getting row sets one below the other.

    @Glenn

    Thank you for the help!

    Kindly re-visit the desired result that i have mentioned. The result provided by you does not match the 'Desired result' that i have mentioned.

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Getting row sets one below the other.

    Naggghhh. I always read these posts too quickly!!!

    =IFERROR(INDEX($A$1:$D$4,MOD(ROWS($1:1)-1,4)+1,INT((ROWS($1:1)-1)/4)+1),"")

    Drag down.

+ 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. Record Sets
    By Dave777 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-06-2014, 04:19 AM
  2. Counting in sets of Three
    By bbsmith2 in forum Excel General
    Replies: 3
    Last Post: 10-21-2010, 09:45 AM
  3. Two sets of data for X-axis and 2 sets of data for Y
    By lord_jagganath in forum Excel Charting & Pivots
    Replies: 5
    Last Post: 12-07-2009, 07:44 PM
  4. Need to Insert down between sets then border sets
    By iturnrocks in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 04-10-2008, 04:10 PM
  5. [SOLVED] Working with Sets
    By Jay Somerset in forum Excel General
    Replies: 0
    Last Post: 11-24-2005, 08:00 PM

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