+ Reply to Thread
Results 1 to 3 of 3

Exact text match within a SUMIF function

  1. #1
    Registered User
    Join Date
    10-05-2013
    Location
    Lancaster, CA
    MS-Off Ver
    Excel 2010
    Posts
    13

    Exact text match within a SUMIF function

    Without VB coding, I need to run a simple SUMIF where the condition is case dependent. Please see the attachment.

    I've tried EXACT, but that's not for this purpose.

    Thanks for the help.
    Attached Files Attached Files

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Exact text match within a SUMIF function

    hi afgoody. that's not possible with SUMIF. try SUMPRODUCT:
    =SUMPRODUCT(--(EXACT($A$1:$A$4,"C")),--($B$1:$B$4))

    and if Column B is always 1, simply:
    =SUMPRODUCT(--(EXACT($A$1:$A$4,"C")))

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    10-05-2013
    Location
    Lancaster, CA
    MS-Off Ver
    Excel 2010
    Posts
    13

    Re: Exact text match within a SUMIF function

    Great, thanks. I'll use the first one as the numbers won't always be 1.

+ 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: 3
    Last Post: 06-17-2013, 12:37 PM
  2. [SOLVED] Exact Value match in Lookup function
    By cdjindia in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-28-2012, 08:48 AM
  3. Match Similar (But Not Exact) Text Strings
    By jamesjhhill in forum Excel General
    Replies: 1
    Last Post: 11-12-2012, 12:50 PM
  4. Replies: 4
    Last Post: 04-02-2012, 07:37 AM
  5. Filter function - exact match...
    By pmguerra in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-20-2006, 09:48 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