+ Reply to Thread
Results 1 to 5 of 5

using index match small formula not working

  1. #1
    Forum Contributor
    Join Date
    12-23-2007
    Location
    chennai india
    MS-Off Ver
    2010
    Posts
    136

    using index match small formula not working

    I have written formula
    IFERROR(INDEX(Table1,SMALL(IF(Table1[bank date]=F$6,ROW(Table1[bank date]),""),ROWS($6:6)),MATCH("book date",Table1,0)),"") but it does not work in sheet 2. I have tried my best to rectify but cant. F6 will be blank. Manually answers has also been narrated in sheet2. Attach with mail sample sheet.
    I will be greatful to you for your help.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,062

    Re: using index match small formula not working

    You'll have to modify this for tables but this works

    in G6
    =IFERROR(INDEX(Sheet1!$A$2:$H$288,SMALL(IF((Sheet1!$A$2:$A$288=$F6)*(Sheet1!$B$2:$B$288<>""),ROW($A$2:$A$288)),ROW(A1))-(ROW(A$2)-1),2),"")
    in H6
    =IFERROR(INDEX(Sheet1!$A$2:$H$288,SMALL(IF((Sheet1!$A$2:$A$288=$F6)*(Sheet1!$B$2:$B$288<>""),ROW($A$2:$A$288)),ROW(A1))-(ROW(A$2)-1),4),"")
    in I6
    =IFERROR(INDEX(Sheet1!$A$2:$H$288,SMALL(IF((Sheet1!$A$2:$A$288=$F6)*(Sheet1!$B$2:$B$288<>""),ROW($A$2:$A$288)),ROW(A1))-(ROW(A$2)-1),6),"")
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Contributor
    Join Date
    12-23-2007
    Location
    chennai india
    MS-Off Ver
    2010
    Posts
    136

    Re: using index match small formula not working

    I am using table because as Size increases you need not modify your formula. Can I use this formula in table.

    I have made formula as =IFERROR(INDEX(Table1,SMALL(IF((Table1[bank date]=$F6)*(Table1[book date]<>""),ROW(Table1[book date])),ROW(A1))-(ROW(A$2)-1),2),"") and i am getting answers.

    Very much thank you special-K
    Last edited by jpbisani; 04-25-2018 at 07:17 AM.

  4. #4
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,062

    Re: using index match small formula not working

    I havent worked with tables

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,893

    Re: using index match small formula not working

    Array formula in G6:

    =IFERROR(INDEX(Sheet1!B:B,SMALL(IF(Table1[[bank date]:[bank date]]="",IF(Table1[[book date]:[book date]]<>"",ROW(Table1[[bank date]:[bank date]]))),ROWS($6:6))),"")

    Copy across and change the Sheet1!B:B bit to D:D and F:F. Then copy down.

    Array Formulae are a little different from ordinary formulae in that they MUST be confirmed in the FIRST CELL ONLY by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. After that, the array can be dragged down as normal, to cover the desired range.

    You will know the array is active when you see curly brackets { } - or "curly braces" for those of you in the USA, or "flower brackets" for those of you in India - appear around the outside of your formula. If you do not use CTRL+SHIFT+ENTER you will (almost always) get an error message or an incorrect answer. Press F2 on that cell and try again.

    Don't type the curly brackets yourself - it won't work...
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

+ 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] formula to extract data using small , index and match functions
    By JEAN1972 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-22-2017, 02:07 PM
  2. [SOLVED] Index, Match, Row, Small functions are properly not set in my formula
    By rajeshn_in in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-09-2016, 04:24 AM
  3. [SOLVED] help index and match macro not working but formula working??
    By JEAN1972 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 02-28-2016, 06:37 AM
  4. [SOLVED] Help Requested with Nested Small Function Inside Index/Match Formula
    By trandle in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-26-2015, 10:07 AM
  5. Excel Formula: IFERROR, INDEX, SMALL, MATCH
    By Jenn12788 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-12-2014, 10:03 PM
  6. Correct/Working (Index,Match) formula not working between cells
    By barnerd in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 02-11-2014, 01:20 PM
  7. Large, Small, Index, Match formula combos
    By taudano in forum Excel General
    Replies: 2
    Last Post: 06-30-2011, 01:53 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