+ Reply to Thread
Results 1 to 6 of 6

Index match using IFS function

  1. #1
    Registered User
    Join Date
    08-03-2015
    Location
    Peterborough
    MS-Off Ver
    Excel 2007
    Posts
    26

    Index match using IFS function

    Hi,

    I want to look up values only where I match a certain criteria.

    There is two input process on our line one with RW that applies no gsm to the product and one with FR that applies a gsm to the product. The only interesting data that I want is the FR data so that I can trend it.

    The only way I can think of doing this is by using CONCATENATE function and combining the data in Cell A2:A20 with B2:B20. Then getting searching for example FR 1, but this feels not a neat solution

    I've put the values I want in the column M and the values I get by it in G.

    I think I could do an if or ifs formula for it?

    Cheers,

    Tom
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    02-07-2013
    Location
    Karachi, Pakistan
    MS-Off Ver
    Excel 2007
    Posts
    290

    Re: Index match using IFS function

    Hi Tom

    Try this in M3:

    =SUMIFS($C$2:$C$28,$B$2:$B$28,L3,$A$2:$A$28,K3)

    Copy down...

    Blessing
    Khalid

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2505 (Windows 11 Home 24H2 64-bit)
    Posts
    91,272

    Re: Index match using IFS function

    Try this:

    =SUMIFS($C$2:$C$28,$A$2:$A$28,K3,$B$2:$B$28,L3)
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  4. #4
    Registered User
    Join Date
    08-03-2015
    Location
    Peterborough
    MS-Off Ver
    Excel 2007
    Posts
    26

    Re: Index match using IFS function

    That seems to work perfectly!

  5. #5
    Forum Contributor
    Join Date
    02-07-2013
    Location
    Karachi, Pakistan
    MS-Off Ver
    Excel 2007
    Posts
    290

    Re: Index match using IFS function

    and for FR in column L, try this {array formula} in L3 and copy down:

    =IFERROR(INDEX($B$2:$B$28,SMALL(IF($B$2:$B$28="FR",ROW($B$2:$B$28)-1),ROW(A1))),"")
    Enter with Ctrl+Shift+Enter (not just enter)

    Regards,

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2505 (Windows 11 Home 24H2 64-bit)
    Posts
    91,272

    Re: Index match using IFS function

    Thanks for the reputation!

+ 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: 1
    Last Post: 06-10-2015, 12:56 PM
  2. Problems applying INDEX-MATCH-MATCH function on other data
    By LennartB in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-13-2015, 05:33 AM
  3. function INDEX MATCH MATCH doesn´t work
    By leonelcd in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-31-2015, 11:36 AM
  4. [SOLVED] Stuck on Match function with #N/A; attempting to reverse Index/Match
    By Cappytano in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 12-10-2014, 06:39 PM
  5. Replies: 6
    Last Post: 03-17-2014, 08:10 PM
  6. Replies: 3
    Last Post: 06-17-2013, 12:37 PM
  7. Replies: 2
    Last Post: 03-20-2009, 01:29 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