+ Reply to Thread
Results 1 to 5 of 5

Formula? Index and Match?

  1. #1
    Forum Contributor
    Join Date
    10-13-2012
    Location
    england
    MS-Off Ver
    Excel 2007
    Posts
    106

    Formula? Index and Match?

    I have attached a excel sheet with some data.

    I am wondering what formula would be if I want to look at

    a) all the accounts that are opened with all the different products. Looking to exclude all the closed

    b) all the gold accounts that are opened.

    Is it an index and match that would do this? If so what would that look like?

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,423

    Re: Formula? Index and Match?

    It is probably easier to apply autofilter to the columns.

    For your first query unselect all but Blanks in the filter drop-down on Column D.

    For the second query, unselect all but Gold on column B.

    If you wish, you can select all the visible data, click <copy> then paste to a new sheet.

    Hope this helps.

    Pete

  3. #3
    Forum Contributor
    Join Date
    06-26-2013
    Location
    Makati
    MS-Off Ver
    Excel 2010
    Posts
    138

    Re: Formula? Index and Match?

    Hi trumpetman,

    Try see attached file

    Data Exerciseupdate.xlsx

  4. #4
    Valued Forum Contributor
    Join Date
    09-15-2011
    Location
    Chennai, India
    MS-Off Ver
    Excel 2010
    Posts
    436

    Re: Formula? Index and Match?

    If you require the values of the specified condition, then you can try this file.
    Attached Files Attached Files
    Please click 'Add reputation', if my answer helped you.

  5. #5
    Registered User
    Join Date
    08-19-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    9

    Re: Formula? Index and Match?

    =IFERROR(INDEX($A$2:$A$70,(SMALL(IF($B$2:$B$70="Gold",ROW($B$2:$B$70),""),(COUNTIF($B$2:$B$70,"Gold")-(ROW()-2)))-1)),"")

    Type this formula on column G. This formula will give all the account number where type of account is gold. as it is a array formula you have to press ctrl+shft+enter and copy it to doen the column

+ 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: 3
    Last Post: 05-02-2013, 01:31 AM
  2. Index Match Index Formula work slow
    By avk in forum Excel General
    Replies: 9
    Last Post: 03-07-2012, 02:19 PM
  3. Replies: 5
    Last Post: 02-29-2012, 08:51 PM
  4. Nested Match(index()) vs. Match() array formula.
    By GeneralDisarray in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-14-2011, 07:57 AM
  5. How do I display more than one match in a Index/Match formula?
    By Trish in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-26-2005, 06:05 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