+ Reply to Thread
Results 1 to 3 of 3

Issues with Sumif

  1. #1
    Registered User
    Join Date
    01-29-2013
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    9

    Issues with Sumif

    Help.

    Im having trouble with SUMIF. I am trying get a total for columm Q ranges Q8:Q1414 if the value of P is the text "Man Ltrs from IPS".

    I tried the following formula:

    Sumif(Q8:Q1414,"Man Ltrs from IPS",P8:P1414) and Sumif(P8:P1414,"Man Ltrs from IPS",Q8:Q1414) but i get a 0 result or value.

    I've attached the spreasheet if anyone can help it would be appreiated, its on the Jubilee Inward Tab.

    Cheers,
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    01-13-2015
    Location
    Leicester, England
    MS-Off Ver
    2013
    Posts
    42

    Re: Issues with Sumif

    You have an extra space before "Man" in the cells. So the actual text is, and should be " Man Ltrs from IPS". If you add the space it works. Alternatively, you can use this:

    =SUMIF(P8:P1414,P1418,Q8:Q1414)

    If you want to have no extra spaces, use TRIM() for P8 to P1414.

    Alex

  3. #3
    Registered User
    Join Date
    01-29-2013
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: Issues with Sumif

    Quote Originally Posted by AlexandraT View Post
    You have an extra space before "Man" in the cells. So the actual text is, and should be " Man Ltrs from IPS". If you add the space it works. Alternatively, you can use this:

    =SUMIF(P8:P1414,P1418,Q8:Q1414)

    If you want to have no extra spaces, use TRIM() for P8 to P1414.

    Alex
    School boy error, thanks.

+ 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] Issues with SumIf
    By jmad6 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-10-2015, 02:16 PM
  2. [SOLVED] SUMIF issues
    By ian_a91 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-04-2015, 09:38 AM
  3. VBA SUMIF syntax issues
    By lordterrin in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-31-2014, 06:38 PM
  4. [SOLVED] Sumif Issues
    By Tamarissa in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-17-2014, 02:52 PM
  5. SUMPRODUCT/SUMIF Issues
    By Jskrilla in forum Excel General
    Replies: 4
    Last Post: 06-02-2014, 12:27 PM
  6. [SOLVED] Need help regarding issues with SUMIF(S)
    By floridarcher in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-24-2013, 05:30 AM
  7. SUMIF and SUMPRODUCT issues
    By djbcktt in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 08-19-2013, 05:38 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