+ Reply to Thread
Results 1 to 6 of 6

Help in display of data

Hybrid View

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

    Help in display of data

    Hi Team,

    I am new to this forum . i got a requirement to display the data currently displayed in vertical column to horizontal rows(around 100k)

    Example.
    Pin:144396
    User EM351879
    Pin:144396
    User EM351879
    Pin:125426
    User JKN34798

    The expected result is
    Pin User
    144396 EM351879
    144396 EM351879.
    ......

    Earlier in this forum there was a solution given for a similar problem as below,
    =SUBSTITUTE(INDEX(A$1:A$11,(ROW())*2-1,1),"pointsBalance:","")
    =SUBSTITUTE(INDEX(A$1:A$11,(ROW())*2,1),"User ","")

    Attempted the same by substituting the above formula but was getting Invalid Cell reference error after rown no 5000.Please guide how to resolve this.
    Attached Files Attached Files

  2. #2
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Help in display of data

    Are you able to use PowerQuery?

    Power Query for

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

    Re: Help in display of data

    Unfortunately we donot have privilege to download any softwares. Looking for any other solutions as this seems to be urgent in nature. Thank you

  4. #4
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Help in display of data

    No problem

    Have a nice day

  5. #5
    Registered User
    Join Date
    06-25-2018
    Location
    Luna
    MS-Off Ver
    2013
    Posts
    46

    Re: Help in display of data

    are you willing to do some manual labour?


    in B2
    =RIGHT(A1,LEN(A1)-4)

    in C2
    =RIGHT(A2,LEN(A2)-6)

    in D2
    =ROW()


    select 6 cells
    B1:D2
    copy to clipboard


    select from B1 to end of sheet (3 columns)
    paste from clipboard


    copy to clipboard
    go elsewhere
    paste special:Values

    sort by last column
    then drop those empty rows at end
    (and drop the last column)

  6. #6
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    21,977

    Re: Help in display of data

    Assuming you start the formulas in row 2 with row 1 being headers, you could use
    =SUBSTITUTE(INDEX(A:A,2*ROW()-3),"Pin:","")
    =SUBSTITUTE(INDEX(A:A,2*ROW()-2),"User ","")

+ 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. Replies: 0
    Last Post: 05-03-2017, 01:44 PM
  2. Macro to unlock on click, display certain column data and refresh data
    By justin1202 in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 12-21-2015, 10:02 PM
  3. Replies: 0
    Last Post: 03-26-2015, 10:37 AM
  4. Help: Search data in worksheet and display the data in userform text boxes
    By RAB7 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-10-2013, 05:37 AM
  5. [SOLVED] Formula to display data validation results on another sheet based on data chosen?
    By myoung5149 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-16-2013, 02:53 PM
  6. Replies: 0
    Last Post: 02-21-2013, 09:07 AM
  7. Replies: 0
    Last Post: 05-15-2012, 10:04 PM

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