Results 1 to 5 of 5

Thread: Not able to use SUMIFS in Microsoft Excel

  1. #1
    Join Date
    Aug 2011
    Posts
    118

    Not able to use SUMIFS in Microsoft Excel

    Where cells M12 and M15 contain the number 39315 and 39317, respectively. The formula yields no results when M12 and M15 are in the formula. However, when I substitute the actual number in the formula, the proper result is produced.

    =SUMIFS(G2:K2,$G$1:$K$1,">=M12",$G$1:$K$1,"<=M15") does not work
    =SUMIFS(G2:K2,$G$1:$K$1,">=39315",$G$1:$K$1,"<=393 17") works

  2. #2
    Join Date
    Apr 2010
    Posts
    80

    Re: Not able to use SUMIFS in Microsoft Excel

    I think this might will work =SUMIFS(G2:K2,$G$1:$K$1,">=" &M12,$G$1:$K$1,"<=" &M15). It is necessary to re-modify the content of formula and then check back.

  3. #3
    Join Date
    Apr 2010
    Posts
    87

    Re: Not able to use SUMIFS in Microsoft Excel

    Append the cell reference with the ampersand otherwise excel sees it as a text value and looks for the text string ">=M12" will look for the string "M12" not the contents ">="&M12 will look for the contents of cell M12.

  4. #4
    Join Date
    Apr 2010
    Posts
    68

    Re: Not able to use SUMIFS in Microsoft Excel

    This function is to increase the sum if function. This is summed only if all criteria are met. The syntax of this function deviates significantly from the sum if-syntax. This feature was introduced with MS Excel 2007. Formula: = SUMIF. The controller is all the transactions made ??by customer A and greater than 25.000, - € are summed, in order for this later to perform a customer analysis.

    SUMIFS function - http://office.microsoft.com/en-us/ex...010047504.aspx

  5. #5
    Join Date
    Apr 2010
    Posts
    52

    Re: Not able to use SUMIFS in Microsoft Excel

    Excel 2007 incorporates the function = SUMIFS that allows a Conditional Sum based on various criteria. Function is similar to SUMAR.SI, but in the case of the new function can be used up to 127 new approaches simultaneously. = SUMIFS (sum_range; rango_criterios1; criteria1, [rango_criterios2; criteria2], ...)

Similar Threads

  1. Extracting data from Microsoft Project 2010 to Microsoft Excel
    By Lennon Norris in forum Microsoft Project
    Replies: 6
    Last Post: 03-03-2012, 04:35 PM
  2. Excel is only printing half page in Microsoft Excel
    By (Cowherd) in forum MS Office Support
    Replies: 2
    Last Post: 17-02-2012, 04:31 PM
  3. Replies: 6
    Last Post: 17-02-2012, 01:18 PM
  4. Replies: 4
    Last Post: 13-02-2011, 10:37 AM
  5. Replies: 2
    Last Post: 10-03-2009, 10:50 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
  •  
Page generated in 1,713,854,710.74771 seconds with 17 queries