+ Reply to Thread
Results 1 to 6 of 6

Automatically list values using INDEX and MATCH

  1. #1
    Registered User
    Join Date
    03-21-2014
    Location
    The Netherlands
    MS-Off Ver
    Excel 2013
    Posts
    3

    Automatically list values using INDEX and MATCH

    Hi all,

    First of all, I'm new here but your forum has helped me a lot in the past.
    Now, I'm encountering the following problem and am not able to solve it myself.

    I have created a sales pipeline list in a workbook. One of the sheets ("Contacted potentials") has the following setup:

    A---------------------B---------------C----------------D
    Company name--------Location--------Probability--------Total company sales

    Rows 1, 2 and 3 have other information. The actual list starts at the 4th row.

    In another worksheet ("Overview"), I want to create a list of companies that have agreed on working with us (displayed by a probability of 100%).
    This should preferably be done in column A. Furthermore, column B should list the total company sales for that specific company.
    I have tried this myself using INDEX and MATCH formulas, by using the following formula:

    =INDEX('Contacted potentials'!$A$4:$A$1000,MATCH(100%,'Contacted potentials'!$C$4:$C$1000,0))

    But this only displays one of the companies, not all those which have a probability of 100%.
    I am hoping you can help me out on this one.

    Thanks in advance,

    Rob


    Ps. it is possible to automatically update this list (by pressing F9) when a company's status changes to 100%?

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Automatically list values using INDEX and MATCH

    See if you can adapt this to your application:

    http://www.excelforum.com/tips-and-t...ml#post3376007
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Registered User
    Join Date
    03-21-2014
    Location
    The Netherlands
    MS-Off Ver
    Excel 2013
    Posts
    3

    Re: Automatically list values using INDEX and MATCH

    I've just tried to do so by using the following formula:

    =IFERROR(INDEX('Contacted potentials'!$A$4:$A$1000, SMALL(IF('Contacted potentials'!$C$4:$C$1000=100%, ROW('Contacted potentials'!$C$4:$C$1000)), ROWS(A$2:A2))), "")

    However, strangely enough, now it lists some of the companies that do not have 100% probability and does not list some of them that do..

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Automatically list values using INDEX and MATCH

    Index the ENTIRE column otherwise you have to use an "offset correction":

    =IFERROR(INDEX('Contacted potentials'!$A:$A,SMALL(IF('Contacted potentials'!$C$4:$C$1000=100%, ROW('Contacted potentials'!$C$4:$C$1000)),ROWS(A$2:A2))),"")

  5. #5
    Registered User
    Join Date
    03-21-2014
    Location
    The Netherlands
    MS-Off Ver
    Excel 2013
    Posts
    3

    Re: Automatically list values using INDEX and MATCH

    Works fine now! Thanks for the help and useful tips!

  6. #6
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Automatically list values using INDEX and MATCH

    You're welcome. Thanks for the feedback!


    If your question has been solved please mark the thread as being solved.

    In the menu bar above the very first post select Thread Tools, then select Mark this thread as solved.

+ 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] Help to create a Index / Match list of unique values.
    By JasonNeedsHelp in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-16-2013, 04:44 PM
  2. Index and Match Unique values from list
    By thelegazy in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-03-2013, 02:49 AM
  3. Replies: 2
    Last Post: 02-02-2013, 05:24 PM
  4. Replies: 4
    Last Post: 07-16-2012, 06:22 AM
  5. Return list of values index/match
    By spivieguy1 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-26-2009, 02:49 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