+ Reply to Thread
Results 1 to 2 of 2

Using SUMIFS When Text Is Involved

  1. #1
    Registered User
    Join Date
    02-13-2014
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2013
    Posts
    3

    Exclamation Using SUMIFS When Text Is Involved

    Hello Forum!

    I'm having a complex issue that I've tried solving with =SUMPRODUCT(SUMIFS( and regular old =SUMIFS(, but all to no avail. Here is the issue at hand:

    I need to look up three criteria, one of which is a text column.

    Column A - Qualifier, is this a qualified sale (yes or no)?
    Column B - Salesperson, who had the sale (Jacob, Charles, etc)
    Column C - Date, when did this happen (2.2.14, 2.14.14, etc)

    I need these three criteria to return a sum of Column A - how many are a yes. The formula that typically works for me for such a big sum, when only numbers are involved for the summing, is:

    =SUMIFS(A:A,B:B,"Salesperson name",C:C,"Coordinating date")

    I've uploaded how the final product should look across. Please let me know if anything else is needed to find the best equation for this head scratcher!
    Attached Images Attached Images

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Using SUMIFS When Text Is Involved

    Try COUNTifs instead of SUMifs

    =COUNTIFS(A:A,"Yes",B:B,"Salesperson name",C:C,"Coordinating date")

+ 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. SUMIFs Formula that will return text
    By jamesjy90 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-18-2013, 07:09 AM
  2. [SOLVED] Sumifs Finding two text in one column
    By zicktechnology in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-16-2013, 04:17 AM
  3. [SOLVED] sumifs date and text combination
    By ktmjamal in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-14-2013, 12:12 AM
  4. IF when there is text involved..
    By iveetsa in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 02-01-2012, 10:46 AM
  5. SUMIFS and return text?
    By ZeroGravity in forum Excel General
    Replies: 0
    Last Post: 12-13-2011, 11:35 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