+ Reply to Thread
Results 1 to 3 of 3

Data display vertically

  1. #1
    Registered User
    Join Date
    09-12-2017
    Location
    India
    MS-Off Ver
    2013
    Posts
    10

    Data display vertically

    Hi,

    I have one more query . The report in which am working is as below cell by cell vertically.


    pointsBalance:44616
    User HM245613
    pointsBalance:78092
    User GRK63711
    pointsBalance:36615
    User VHN56986
    pointsBalance:135484
    User GL764905
    pointsBalance:304235
    User EA976761



    My requirement is to display in two cells as below . I tried with transpose but not yielding results,Please help on this

    PointBalance User
    44616 HM245613
    78092 GRK63711

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Data display vertically

    in E1
    =SUBSTITUTE(INDEX(A$1:A$11,(ROW())*2-1,1),"pointsBalance:","")
    in F1
    =SUBSTITUTE(INDEX(A$1:A$11,(ROW())*2,1),"User ","")

    copy down the columns
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    09-12-2017
    Location
    India
    MS-Off Ver
    2013
    Posts
    10

    Re: Data display vertically

    Thank You,this method worked

+ 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. [SOLVED] Text of shape does not display vertically
    By gaului in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-03-2017, 10:15 AM
  2. [SOLVED] Two way look up and display all results vertically.
    By holli in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-15-2016, 01:41 AM
  3. Replies: 1
    Last Post: 11-17-2015, 12:54 AM
  4. Display data horizontally not vertically through VBA
    By webanalytics1 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 10-27-2015, 10:44 AM
  5. [SOLVED] How to display many results vertically
    By holli in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-25-2015, 09:49 PM
  6. Replies: 3
    Last Post: 02-07-2014, 03:01 AM
  7. Replies: 2
    Last Post: 11-18-2013, 03:39 AM

Tags for this Thread

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