+ Reply to Thread
Results 1 to 4 of 4

Thread: Linked results

  1. #1
    Registered User
    Join Date
    10-30-2011
    Location
    US
    MS-Off Ver
    Excel 2007
    Posts
    17

    Linked results

    I have a big sheet with multiple columns and too much data.

    Column A, B and C should be interlinked not like applying filter and getting results, maybe using data validation or something and also not by VBA.

    Such that if i select something from column A then after B and then after C using data validation or combobox somewhere on the sheet, then accordingly results from other columns alongside those columns are printed.

  2. #2
    Forum Guru NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    32,636

    Re: Linked results

    Try something like:

    =INDEX(D$1:D$100,MATCH(1,INDEX(($A$1:$A$100=X1)*($B$1:$B$100=Y1)*($C$1:$C$100=Z1),0),0))

    Where X1, Y1, Z1 are the respective dropdowns for items in A1:A100, B1:B100 and C1:C100. This will pull item from column D at same row. copy across to get column E, F, etc....

    adjust ranges and references to suit.
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

  3. #3
    Registered User
    Join Date
    10-30-2011
    Location
    US
    MS-Off Ver
    Excel 2007
    Posts
    17

    Re: Linked results

    Items in column A,b and C are not just X1,Y1 or Z1, there are 5 type of items in A,4-B and 7-C. Can we do it using a drop down?

    Also it would be very helpful if you attach a dummy for explanation.

  4. #4
    Forum Guru NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    32,636

    Re: Linked results

    It would be more helful if you attached a file with your explanation!
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

+ 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.2.0