+ Reply to Thread
Results 1 to 7 of 7

SUMIFS (?) with not exact criteria

  1. #1
    Registered User
    Join Date
    06-26-2015
    Location
    Poland
    MS-Off Ver
    365
    Posts
    56

    SUMIFS (?) with not exact criteria

    Hey,
    I'm trying to find out sum based on name, It's not exactly the same between two columns, amount of rows is not the same either, so I tried to use &"*", but It's not realy working. I can make it work with one criteria, but not with a range of critiries. Perhaps there is other, better formula. I've run out of ideas, any help is greatly appreciated.
    Attached Files Attached Files
    Last edited by Pojzon; 06-15-2018 at 01:57 PM.

  2. #2
    Valued Forum Contributor PeteABC123's Avatar
    Join Date
    09-21-2012
    Location
    Chicago, IL
    MS-Off Ver
    MS Office 365 ver 2202
    Posts
    1,104

    Re: SUMIFS (?) with not exact criteria

    In E12
    Please Login or Register  to view this content.
    Pete

  3. #3
    Registered User
    Join Date
    06-26-2015
    Location
    Poland
    MS-Off Ver
    365
    Posts
    56

    Re: SUMIFS (?) with not exact criteria

    Well, that's not exactly what I need because Name2 column will have other names aswell with other amounts and I need to get only sum for names in Name1 column. My Name2 column is a mix of few columns and I want to find out sum of every one of these columns, separately. I hope that I described it clearly.

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: SUMIFS (?) with not exact criteria

    Try this:

    =SUMPRODUCT(SUMIF(A2:A14,"*"&D2:D11&"*",B2:B14))

  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
    52,946

    Re: SUMIFS (?) with not exact criteria

    or this ARRAY formula...
    =SUM(SUMIF(A2:A14,D2:D11&"*",B2:B14))
    entered using CTRL SHIFT ENTER
    (pretty much the same as 63's
    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

  6. #6
    Registered User
    Join Date
    06-13-2018
    Location
    india
    MS-Off Ver
    2010;2007
    Posts
    54

    Re: SUMIFS (?) with not exact criteria

    Hi,
    Use below to below to get correct result
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    confirm formula with control+shift +enter

    if this helps then click add rep button at the bottom left corner of this post!
    Attached Files Attached Files
    Last edited by kuschem; 06-14-2018 at 03:10 PM. Reason: attached file

  7. #7
    Registered User
    Join Date
    06-13-2018
    Location
    india
    MS-Off Ver
    2010;2007
    Posts
    54

    Re: SUMIFS (?) with not exact criteria

    thanks for the rep Pojzon!

+ 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: 01-16-2018, 07:45 AM
  2. Replies: 0
    Last Post: 08-22-2017, 03:49 PM
  3. Replies: 5
    Last Post: 10-03-2016, 03:39 AM
  4. [SOLVED] Sumifs exact text
    By Wheelie686 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-13-2015, 08:08 AM
  5. Replies: 3
    Last Post: 11-21-2012, 04:57 PM
  6. Replies: 5
    Last Post: 09-07-2011, 11:14 PM
  7. Replies: 1
    Last Post: 05-16-2011, 05:00 PM

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