+ Reply to Thread
Results 1 to 5 of 5

Formula for taking Info from same row dif Columns to make a list

  1. #1
    Registered User
    Join Date
    09-26-2012
    Location
    el paso, texas
    MS-Off Ver
    Excel 2003
    Posts
    5

    Formula for taking Info from same row dif Columns to make a list

    Hi, I am new and need some help. Hope I can explain it well enough. I am attaching the work sheet to make it easier to understand. I need to take info from the same row, yet different columns, and turn it into a verticle list on another part of the same workbook. in my example that I attach, the yellow highlighted part of the row is what I am turning into a list. The "components" section of my lunch menu builder workbook and turn the components into a verticle list. I hope I didnt confuse anyone. I need help Fast.Thank you for any help anyone can give.
    Attached Files Attached Files
    Last edited by marcoantonio4311; 09-29-2012 at 11:33 AM. Reason: solved thanks

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: Formula for taking Info from same row dif Columns to make a list

    try this in GA4, copied down...

    =INDEX($B$3:$X$103,MATCH($AB$3,$D$3:$D$103,0),3+ROW(AB1))

    for the other tables, copy that across and change $AB$3 to, for instance, $AG$3

    let me know how you make out?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    09-26-2012
    Location
    el paso, texas
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Formula for taking Info from same row dif Columns to make a list

    thanks, that didnt work. Let me be more specific. I need to take all the info from E4:X4 and put it into a list on AC4:AC23. Thats all I need the Formula to do. and then be able to copy that formula to the other "components" list so that E5:X5 goes to AH4:AH23, and info in E6:X6 goes to AM4:AM23.....etc If anyone can help with this it will be a great help, thanks.

  4. #4
    Registered User
    Join Date
    09-26-2012
    Location
    el paso, texas
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Formula for taking Info from same row dif Columns to make a list

    Quote Originally Posted by FDibbins View Post
    try this in GA4, copied down...

    =INDEX($B$3:$X$103,MATCH($AB$3,$D$3:$D$103,0),3+ROW(AB1))

    for the other tables, copy that across and change $AB$3 to, for instance, $AG$3

    let me know how you make out?
    Can you please look at what I reposted this morning? I really need some help

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: Formula for taking Info from same row dif Columns to make a list

    i tested it again in your sheet, ane it worked ok for me.

    see the attached, i have put the formula in the top cell of each itime type, copy them down and see if this is what you want?
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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