+ Reply to Thread
Results 1 to 3 of 3

I require a complex function that will paste transpose multiple data points specific list

  1. #1
    Registered User
    Join Date
    12-06-2018
    Location
    Toronto
    MS-Off Ver
    15.40
    Posts
    10

    I require a complex function that will paste transpose multiple data points specific list

    Hello again,

    Once again I am in need of what I think to be a complex function, though I am sure you master's of excel will scoff at its simplicity! ha.

    Anyway's here is what I need.

    Simply put I have two separate excel sheets and I have to copy and paste a set of data from one sheet to another. However, the way that the data is set up in both sheets makes the process incredibly difficult.

    In the first sheet, I have a huge set of data (40,000 rows of data). Each row corresponds to a specific number (10001, 10002, 10003, for example). There are, however, 50 or 60 rows of data that all correspond to the same number (so 50 rows are 10001, and 50 rows are 10002, and so on down). Each number then has a piece of numerical data attached to it in the next column.

    In the second excel sheet I have a specific vertical ordering of each of the numbers.

    10001
    10002
    10003
    10004
    10005

    I need to take the 50 or 60 pieces of numerical data corresponding to the number and special paste transpose it into another sheet (as the data is vertically oriented in the first sheet and horizontally oriented in the second sheet.) while also taking into consideration the specific ordering of the vertical list in sheet two, AND i need a way to do this fast where I can simply apply a function to the whole set of data.

    (Hopefully this made some sense. Though, I fear my explanation is incredibly nonsensical.) I hope a visual representation will shed light on what I require. so I have included an excel sample. On the first sheet is what the excel spreadsheet looks like BEFORE THE FUNCTION is applied. On the second sheet is what the excel spreadsheet would hopefully look like AFTER THE FUNCTION is applied. Please note that the data from A1-A15 does not correspond exactly to the ordering of the data in I1-I5

    If anything is unclear which I am assuming it is please reply and I will try to clarify.

    Thank you.
    Attached Files Attached Files
    Last edited by Jeremy Forsythe; 12-18-2018 at 04:04 PM.

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: I require a complex function that will paste transpose multiple data points specific l

    J1=IFERROR(INDEX($B:$B,SMALL(INDEX(($A$1:$A$15<>$I1)*10^10+ROW($A$1:$A$15),0),COLUMNS($J1:J1))),"")
    Try the above in J1 then copy and paste across
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Registered User
    Join Date
    12-06-2018
    Location
    Toronto
    MS-Off Ver
    15.40
    Posts
    10

    Re: I require a complex function that will paste transpose multiple data points specific l

    Quote Originally Posted by samba_ravi View Post
    J1=IFERROR(INDEX($B:$B,SMALL(INDEX(($A$1:$A$15<>$I1)*10^10+ROW($A$1:$A$15),0),COLUMNS($J1:J1))),"")
    Try the above in J1 then copy and paste across
    This worked perfectly. Thank you!

    Once again I am astounded at both the possibilities inherent in excel and at users who are capable of deriving such complex formulas!

    Great work.

+ 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] Complex Function: search vertical column list to correspond numbers from another list
    By Jeremy Forsythe in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-07-2018, 08:07 AM
  2. [SOLVED] formula or vba to extract complex specific data in transpose mode on summary sheet
    By JEAN1972 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-20-2017, 08:52 PM
  3. [SOLVED] VBA Paste Specific Data To Specific Rows On Multiple Sheets
    By hobbiton73 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 09-13-2014, 09:35 AM
  4. Macro using Transpose function for multiple years of data
    By sd1030 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-07-2014, 09:41 AM
  5. [SOLVED] Extract and transpose specific cell data from multiple files
    By Mad-Dog in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 01-17-2014, 03:44 AM
  6. Replies: 2
    Last Post: 06-06-2012, 07:13 PM
  7. Replies: 1
    Last Post: 05-11-2011, 11:07 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