+ Reply to Thread
Results 1 to 4 of 4

Index/Match combining with Search (partial text string)

  1. #1
    Registered User
    Join Date
    10-25-2018
    Location
    Montreal, Canada
    MS-Off Ver
    2016
    Posts
    20

    Index/Match combining with Search (partial text string)

    Hi Everyone,

    Thanks in advance for your help

    Please help to find the appropriate index match formula to combine the prices by percentage. I don't know if index/match is working with search.

    1. I have to find "Sliced Straw Mexico" , "Sliced Straw Peru/Chile" and "Sliced Straw Mexico"

    2. Need to make 50% of Mexico , 25% Peru/Chile and California 25% and sum up.

    Also needs to be by plant, 1 column for Montreal, 2nd for Front Royal and 3rd for Vancouver'


    Thanks for your help
    Attached Files Attached Files
    Last edited by iasinschi; 10-30-2018 at 09:31 AM.

  2. #2
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    1,993

    Re: Index/Match combining with Search (partial text string)

    D21=if(d$20<>"",sumproduct((($c$7:$c$9=$c$7)+($c$7:$c$9=$c$8))*($d$6:$f$6=d$20)*($d$7:$f$9))*0.25+sumproduct(($c$7:$c$9=$c$9)*($d$6:$f$6=d$20)*($d$7:$f$9))*0.5,"") copy across

  3. #3
    Registered User
    Join Date
    10-25-2018
    Location
    Montreal, Canada
    MS-Off Ver
    2016
    Posts
    20

    Re: Index/Match combining with Search (partial text string)

    Thank you very much CARACALLA.

    The formula works, but i have new data to dump every week. I need to select from a higher range of fruits and vegetables. I have attached the revised excel problem. I think I have to use FIND or SEARCH in combination with INDEX MATCH.

    Thank you
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    1,993

    Re: Index/Match combining with Search (partial text string)

    Same formula with different range

    B21=IF(B$20<>"",SUMPRODUCT((($A$3:$A$13=$A$7)+($A$3:$A$13=$A$8))*($B$2:$D$2=B$20)*($B$3:$D$13))*0.25+SUMPRODUCT(($A$3:$A$13=$A$9)*($B$2:$D$2=B$20)*($B$3:$D$13))*0.5,"") copy across
    Last edited by CARACALLA; 10-29-2018 at 05:10 PM.

+ 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] How to search partial text string using INDEX?
    By joey1 in forum Excel - New Users/Basics
    Replies: 7
    Last Post: 05-10-2018, 08:08 AM
  2. Multiple Partial String Match in Index Formula
    By atif574 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-18-2017, 02:48 AM
  3. Search and Match partial text string to full text and return a value
    By homa5424 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-09-2017, 10:52 AM
  4. Replies: 2
    Last Post: 09-27-2014, 04:34 PM
  5. [SOLVED] Vlookup, Match (Search or Find) partial string within string in a Cell
    By dluhut in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-28-2013, 12:40 PM
  6. [SOLVED] Search for a partial string match and cycle through matching results
    By kamelkid2 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-08-2013, 08:27 AM
  7. Index Match nesting w/ partial text string criteria
    By dohearn in forum Excel General
    Replies: 1
    Last Post: 10-25-2011, 03:42 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