+ Reply to Thread
Results 1 to 7 of 7

Pull data from cells next to descriptor

  1. #1
    Registered User
    Join Date
    11-16-2020
    Location
    Knoxville, Tennessee
    MS-Off Ver
    Office 365 version 2010
    Posts
    7

    Pull data from cells next to descriptor

    I am trying to pull data from a single large column into multiple columns that allow for easier comparison. I have attached the top few lines as an example to the layout. The spacing is not consistent, so a simple function wasn't working for me. I am thinking that there is a way to find a cell, such as "locus_tag" and copy/paste the contents immediately to the right. Thanks for the help.
    Attached Files Attached Files

  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,050

    Re: Pull data from cells next to descriptor

    Change J1 and K1 to match the terms in column D. Then use this, in J2, copied across and down:

    =IFERROR(INDEX($E:$E,AGGREGATE(15,6,ROW($D$4:$D$50)/($D$4:$D$50=J$1),ROWS(J$2:J2))),"")
    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
    11-16-2020
    Location
    Knoxville, Tennessee
    MS-Off Ver
    Office 365 version 2010
    Posts
    7

    Smile Re: Pull data from cells next to descriptor

    Thank you so much Glenn. I can't even guess how many hours you just saved me.

  4. #4
    Registered User
    Join Date
    11-16-2020
    Location
    Knoxville, Tennessee
    MS-Off Ver
    Office 365 version 2010
    Posts
    7

    Re: Pull data from cells next to descriptor

    Well you are about to get a double thanks because I just learned how to reply to a reply. I appreciate the quick help.

  5. #5
    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,050

    Re: Pull data from cells next to descriptor

    LoL. You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

  6. #6
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,831

    Re: Pull data from cells next to descriptor

    As an alternative, since you are using O365, you could also do this:

    In cell J2:
    =FILTER($E:$E,$D:$D=J1)

    Then just copy across (you do not need to copy down because it will SPILL down).

  7. #7
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Pull data from cells next to descriptor

    Folks: Please see new thread that shows a new wrinkle on this problem. Maybe you can help there.

    https://www.excelforum.com/excel-gen...escriptor.html
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

+ 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. Move dataset into new columns when a descriptor appears
    By Samson_ALS in forum Excel General
    Replies: 1
    Last Post: 09-27-2019, 02:24 AM
  2. Replies: 1
    Last Post: 09-28-2017, 12:53 AM
  3. Replies: 3
    Last Post: 02-03-2016, 06:38 PM
  4. Replies: 6
    Last Post: 07-31-2014, 01:27 PM
  5. Data Validation List with a Mouse over Descriptor
    By jsmith2043 in forum Excel General
    Replies: 2
    Last Post: 09-24-2013, 01:34 PM
  6. Using the Cell descriptor in the formula
    By Davezico in forum Excel General
    Replies: 1
    Last Post: 05-02-2006, 10:00 AM
  7. pull data for a company with data in diff cells multiple wrkshts
    By kcoachbiggs in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-08-2006, 05:30 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