+ Reply to Thread
Results 1 to 2 of 2

Consolidate Row Information

  1. #1
    Registered User
    Join Date
    08-07-2012
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    62

    Consolidate Row Information

    Hi all,

    I have been trying this for a while and I am not really sure there is a solution but I hoped maybe someone in here would know this.

    So I have a table with a lot of information and i would like to consolidate it by customers.
    So for example for John I would like the formula to return any info there is of john on any of the other rows.

    I have attached an excel spreadsheet that hopefully will make it clearer.

    Hope someone can help me,

    Rompetelo
    Attached Files Attached Files

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

    Re: Consolidate Row Information

    Try this ARRAY formula in D15, copied down and across...
    =IFERROR(INDEX(D$3:D$11,SMALL(IF(($C$3:$C$11=$C15)*(D$3:D$11<>""),ROW($D$3:$D$11)-2),1)),"")
    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer. Press F2 on that cell and try again.
    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

+ 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: 5
    Last Post: 11-04-2014, 02:48 AM
  2. In excel how can I consolidate information in rows based on 2 critera?
    By kevin.willhoit in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-08-2013, 10:52 AM
  3. Using User form to filter information based on information on sheet
    By nikadon in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-04-2013, 04:43 PM
  4. Replies: 2
    Last Post: 12-26-2012, 05:10 AM
  5. Replies: 5
    Last Post: 11-02-2012, 03:08 AM
  6. Consolidate information in each row of database
    By maacmaac in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-01-2011, 10:41 AM
  7. [SOLVED] Consolidate information / Summing
    By Oggie Ben Doggie in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-14-2006, 01:20 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