+ Reply to Thread
Results 1 to 4 of 4

Index small array

  1. #1
    Forum Contributor
    Join Date
    08-11-2013
    Location
    london
    MS-Off Ver
    Excel 365
    Posts
    270

    Index small array

    Hi can someone explain to me why my formula in the yellow cells isn't working please.

    Any advice would be great!

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: Index small array

    =INDEX($E$7:$E$73,SMALL(IF($F$7:$F$73=C7,ROW($F$7:$F$73)-ROW($F$7)+1),COUNTIF($C$7:C7,C7)))
    or
    =IFERROR(INDEX($E$7:$E$73,SMALL(IF($F$7:$F$73=C7,ROW($F$7:$F$73)-ROW($F$7)+1),COUNTIF($C$7:C7,C7))),"")
    If you are http://www.excelforum.com/image.php?type=sigpic&userid=125481&dateline=1392355029happy with the results, please add to the contributor's
    reputation by clicking the reputation icon (star icon).




    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved.
    To undo, select Thread Tools-> Mark thread as Unsolved.
    http://www.excelaris.co.uk

  3. #3
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: Index small array

    =INDEX($E$7:$E$73,SMALL(IF($F$7:$F$73=C7,ROW($F$7:$F$73)-ROW($F$7)+1),COUNTIF($C$7:C7,C7)))
    or
    =IFERROR(INDEX($E$7:$E$73,SMALL(IF($F$7:$F$73=C7,ROW($F$7:$F$73)-ROW($F$7)+1),COUNTIF($C$7:C7,C7))),"")

    Your ROW() offset must have the same size as the IF

  4. #4
    Forum Contributor
    Join Date
    08-11-2013
    Location
    london
    MS-Off Ver
    Excel 365
    Posts
    270

    Re: Index small array

    that is awesome!!

    Thank you!

+ 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. Error using Array: Index, Small, Row to pull list from PivotTable
    By lgnmag in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-25-2014, 08:39 PM
  2. [SOLVED] INDEX SMALL array formula issue
    By davepoth in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-27-2013, 07:13 AM
  3. [SOLVED] Slow index/small/row array
    By Jovica in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-06-2012, 06:59 AM
  4. Adding another condition to an INDEX SMALL array
    By reborn537 in forum Excel General
    Replies: 3
    Last Post: 12-21-2011, 09:27 AM
  5. INDEX SMALL ROW array function
    By ACurtis802 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-10-2009, 02:10 AM

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