+ Reply to Thread
Results 1 to 5 of 5

Sumifs with one fuzzy lookup

  1. #1
    Registered User
    Join Date
    01-31-2012
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2010
    Posts
    7

    Sumifs with one fuzzy lookup

    I am trying to use sumifs but one criteria with a fuzzy lookup. The data may not be exact for corp data - but some are very similiar in name. (For example: XYZ Corp is same as XYZ Corporation but XYZ BB Corporation is not same as XYZ Corporation.) I have attached sample data that will hopefully explain issue better. It does not seem to be working even with exact data and not sure why at this point.

    TIA for any assistance!
    Malise
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    10-09-2012
    Location
    Dallas, Texas
    MS-Off Ver
    MO 2010 & 2013
    Posts
    3,049

    Re: Sumifs with one fuzzy lookup

    You need to have unique identifiers for the SUMIFs to work correctly.
    Please ensure you mark your thread as Solved once it is. Click here to see how.
    If a post helps, please don't forget to add to our reputation by clicking the star icon in the bottom left-hand corner of a post.

  3. #3
    Registered User
    Join Date
    06-27-2013
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2007
    Posts
    94

    Re: Sumifs with one fuzzy lookup

    what is going where the AAA is? is that your lookup?

  4. #4
    Registered User
    Join Date
    01-31-2012
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Sumifs with one fuzzy lookup

    The AAA is one part of the criteria. It will have BBB or CCC in other sheets. There will be multiple sheets looking to the one sheet of data.

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,049

    Re: Sumifs with one fuzzy lookup

    Hi and welcome to the forum

    try this, copied down and across...

    =SUMIFS(Data!$P$4:$P$20,Data!$D$4:$D$20,LEFT($A11,6)&"*",Data!$Z$4:$Z$20,Summary!B$6)

    Note: your heading INVENTORY has a trailing space - remove it
    also, the higher you make the ,6) in the LEFT() function, the more accurate the extract will be, but you stand the chance of missing some...your choice

    edit: I didnt notice the AAA part, but that should be easy enough to add
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. Fuzzy Lookup
    By HangMan in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-13-2012, 09:49 PM
  2. Fuzzy Lookup install error
    By Trev_BARC in forum Excel General
    Replies: 1
    Last Post: 11-29-2012, 04:17 AM
  3. [SOLVED] Two variables and fuzzy date logic in a lookup
    By jrtaylor in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-25-2012, 11:13 AM
  4. Fuzzy Lookup
    By nander in forum Excel General
    Replies: 3
    Last Post: 06-15-2012, 02:44 PM
  5. Index/ Lookup formulas and fuzzy matching
    By JaB in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 11-10-2005, 06:10 AM

Tags for this Thread

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