+ Reply to Thread
Results 1 to 5 of 5

Sumif - Sumif question

Hybrid View

  1. #1
    Registered User
    Join Date
    11-22-2014
    Location
    Aylesbury
    MS-Off Ver
    MS Office 2013
    Posts
    14

    Sumif - Sumif question

    I have a list of columns with values in it, I am trying to count the number of occurances in one cell and Sum the occurances in another cell based on the below, something is not working properly though?

    Formula used:

    =SUMIF('Raw Apr - Nov 13'!BE:BE,">=10000")-SUMIF('Raw Apr - Nov 13'!BE:BE,"<20000")

    Values
    55,559.59
    1,522.16
    149,352.83
    55,365.67
    5,910.34
    207,092.36
    53,956.32
    55,483.96
    20,386.35
    25,186.91
    634.20
    258,413

    Criteria
    0 - 10k
    10 - 20k
    20k - 30k
    30k - 40k
    40k - 50k
    50k+

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: Sumif - Sumif question

    This formula returns the sum of values greater than or equal to 10,000 and less than 20000:
    =SUMIF('Raw Apr - Nov 13'!BE:BE,"<20000")-SUMIF('Raw Apr - Nov 13'!BE:BE,"<10000")
    This formula returns the count
    =COUNTIF('Raw Apr - Nov 13'!BE:BE,"<20000")-SUMIF('Raw Apr - Nov 13'!BE:BE,"<10000")
    Is that something you can work with?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  3. #3
    Forum Expert
    Join Date
    09-11-2014
    Location
    Washington, DC
    MS-Off Ver
    2016
    Posts
    1,907

    Re: Sumif - Sumif question

    Without providing a sample workbook, or what is actually going wrong with your calculation (wrong result vs. expected?), I would recommend using formula evaluator to try and track your problem. Use ALT+T+U+F to open.

    Hope this helps.
    Spread the love, add to the Rep

    "None of us are as smart as all of us."

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

    Re: Sumif - Sumif question

    Or

    =SUMIFS('Raw Apr - Nov 13'!BE:BE,'Raw Apr - Nov 13'!BE:BE,">=10000",'Raw Apr - Nov 13'!BE:BE,"<20000")
    and
    =COUNTIFS('Raw Apr - Nov 13'!BE:BE,">=10000",'Raw Apr - Nov 13'!BE:BE,"<20000")

  5. #5
    Registered User
    Join Date
    11-22-2014
    Location
    Aylesbury
    MS-Off Ver
    MS Office 2013
    Posts
    14

    Re: Sumif - Sumif question

    Perfect Ron Perfect!

+ 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] Shorten SUMIF + SUMIF + SUMIF each with same reference range but different criteria???
    By HeyInKy in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-13-2014, 09:25 PM
  2. sumif question
    By gbc65 in forum Excel General
    Replies: 5
    Last Post: 11-13-2010, 03:40 AM
  3. SUMIF Question: SUMIF not blank
    By nickyg in forum Excel General
    Replies: 5
    Last Post: 11-18-2009, 10:07 PM
  4. SumIf Question
    By Joohn Calder in forum Excel General
    Replies: 6
    Last Post: 10-19-2005, 07:05 PM
  5. SUMIF question
    By CarlosAntenna in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-23-2005, 03:06 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