+ Reply to Thread
Results 1 to 5 of 5

Diplay data from vertical to orizzontal

  1. #1
    Forum Contributor
    Join Date
    12-05-2015
    Location
    Albania
    MS-Off Ver
    2013
    Posts
    215

    Diplay data from vertical to orizzontal

    Hello Excel friends
    I'm tring do dispaly the animals from vertical to orizontal, as you can see from the image I've the original data in colum A and I need to showup like in columw C,D,E,F,G

    Thank you for your help

    A
    B
    C
    D
    E
    F
    G
    1
    List
    Employ 1 Employ 2 Employ 3 Employ 4 Employ 5
    2
    Employ 1 dog badger bullock fox mammoth
    3
    dog cat bat camel gazelle marmot
    4
    cat armadillo bear chimpanzee gerbil mink
    5
    armadillo beaver dachshund giraffe mole
    6
    Employ 2 goat mongoose
    7
    badger grizzly bear mouse
    8
    bat guinea pig mule
    9
    bear hamster
    10
    beaver hare
    11
    Employ 3
    12
    bullock
    13
    camel
    14
    chimpanzee
    15
    dachshund
    16
    Employ 4
    17
    fox
    18
    gazelle
    19
    gerbil
    20
    giraffe
    21
    goat
    22
    grizzly bear
    23
    guinea pig
    24
    hamster
    25
    hare
    26
    Employ 5
    27
    mammoth
    28
    marmot
    29
    mink
    30
    mole
    31
    mongoose
    32
    mouse
    33
    mule

  2. #2
    Forum Contributor
    Join Date
    09-19-2018
    Location
    USA
    MS-Off Ver
    2016
    Posts
    208

    Re: Diplay data from vertical to orizzontal

    This macro may work for you
    Please Login or Register  to view this content.

  3. #3
    Forum Contributor
    Join Date
    12-05-2015
    Location
    Albania
    MS-Off Ver
    2013
    Posts
    215

    Re: Diplay data from vertical to orizzontal

    Thank you ¯\_(ツ)_/¯ for your Help
    but since i'm studing Excel formulas i prefer formula, my bad if i didn't tell you before sorry

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,411

    Re: Diplay data from vertical to orizzontal

    As you are not using column B, you can put this formula in B2 (you might need to widen the column slightly to see the three-digit number it produces):

    =IF(A2="","",IF(ISNUMBER(MATCH(A2,$C$1:$G$1,0)),(INT(MAX(B$1:B1)/100)+1)*100,B1+1))

    and copy the formula down to the bottom of your data. Then you can put this formula in C2:

    =IFERROR(INDEX($A:$A,MATCH(COLUMNS($C:C)*100+ROWS($1:1),$B:$B,0)),"")

    Copy that formula into D2:G2, then copy C2:G2 down until all values returned are blanks (i.e. row 11 in this case, but it doesn't matter if you copy beyond that).

    Hope this helps.

    Pete

  5. #5
    Forum Contributor
    Join Date
    12-05-2015
    Location
    Albania
    MS-Off Ver
    2013
    Posts
    215

    Re: Diplay data from vertical to orizzontal

    Woow Pete_UK
    This great formula, now is time to study it
    Thankyou for your Help
    I put Solved but don't close this topic there might be Other formula solution
    Thank you everybody

+ 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. Data and status diplay, can you please help?
    By pigment01 in forum Excel General
    Replies: 1
    Last Post: 06-11-2015, 09:59 AM
  2. [SOLVED] Using Index & Match to search 2 vertical columns and return data to a vertical set
    By QuietLife in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-08-2013, 09:59 AM
  3. I want to diplay data of a perticuler cell in comments...
    By Atiqur Rahman in forum Excel General
    Replies: 0
    Last Post: 08-10-2012, 03:37 PM
  4. Diplay a running time
    By chellean in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-12-2011, 12:09 AM
  5. Diplay minus hours in red
    By Soltisolti in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-20-2009, 06:38 PM
  6. Using Excel to Diplay Data - Font
    By jtwork in forum Excel General
    Replies: 1
    Last Post: 01-23-2007, 06:26 AM
  7. simple diplay
    By koba in forum Excel General
    Replies: 2
    Last Post: 01-18-2006, 01:26 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