+ Reply to Thread
Results 1 to 5 of 5

SUMIF - Need help totaling amounts within specific ranges in a single column

  1. #1
    Registered User
    Join Date
    01-27-2020
    Location
    USA
    MS-Off Ver
    2016
    Posts
    3

    SUMIF - Need help totaling amounts within specific ranges in a single column

    I'm in need of the formula to track amounts owed to me within specific ranges in a single column.

    For example, I'm need to track "Number of account balances $30-$99.99."
    I'm wanting to use =SUMIF(R2:R483,">29.99",R2:R483,"<100") but get the message "You've entered too many arguments for this function." If I use SUMIFS, I get "You've entered too few arguments for this function."

    Where have I gone wrong? :-)

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,447

    Re: SUMIF - Need help totaling amounts within specific ranges in a single column

    Perhaaps =SUMPRODUCT((R2:R483>29.99)*(R2:R483<100))

  3. #3
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: SUMIF - Need help totaling amounts within specific ranges in a single column

    =SUMPRODUCT((R2:R483>29.99)*(R2:R483<100)*(R2:R483)) if you want the value

    or

    =SUMIFs(R2:R483,R2:R483,">29.99",R2:R483,"<100")

    for a count

    =countIFs(R2:R483,">29.99",R2:R483,"<100") or the formula given in the previous post
    Last edited by davsth; 01-27-2020 at 11:53 AM.

  4. #4
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,447

    Re: SUMIF - Need help totaling amounts within specific ranges in a single column

    The R2:R483 part was eaten by my keyboard

  5. #5
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: SUMIF - Need help totaling amounts within specific ranges in a single column

    Pepe

    Give the request says "Number of account balances " and "track amounts owed to me " i thought you were answering "the number of account balances" and had not missed it at all!

+ 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. Subtracting amounts from one column from single amount
    By lavr in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-12-2016, 06:39 PM
  2. [SOLVED] Totaling amounts within a date range
    By astue1 in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 12-08-2014, 02:42 PM
  3. Deduct (percentage) amounts off of specific quantity ranges
    By samliebl in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-09-2014, 04:37 PM
  4. Totaling random columns in a row of $ amounts.
    By Patches44 in forum Excel General
    Replies: 2
    Last Post: 04-02-2014, 12:05 PM
  5. Replies: 2
    Last Post: 03-18-2008, 04:05 PM
  6. macro: Totaling amounts by household name
    By Mr. Humble in forum Excel - New Users/Basics
    Replies: 11
    Last Post: 01-15-2008, 05:50 PM
  7. [SOLVED] Totaling amounts based on duration
    By [email protected] in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-13-2006, 10:45 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