+ Reply to Thread
Results 1 to 5 of 5

COUNT NEGATIVE and POSITIVE RANGES with NUMBERS

  1. #1
    Registered User
    Join Date
    01-08-2013
    Location
    Philippines
    MS-Off Ver
    Excel 2010-2013
    Posts
    26

    Smile COUNT NEGATIVE and POSITIVE RANGES with NUMBERS

    Hi everyone I need some help on doing this ranges between negative to positive numbers, I can handle this if it using a whole number but this is concern with decimal places..so I am noob with this..

    For example :
    Range from -0.99 to -0.9 with number counts from it. then
    Range from -0.89 to -0.8 with number counts from it
    Range from -0.79 to -0.7 with number counts from it and so fort..

    and also I want to add all counts that within from the ranges above...
    please see the attached file
    DECIMAL COUNT RANGES.xlsx

    THanks in Advance...

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: COUNT NEGATIVE and POSITIVE RANGES with NUMBERS

    hi Vanther. maybe:
    =SUMIFS($C:$C,$A:$A,H$2,$B:$B,">="&$F3,$B:$B,"<="&$G3)

    you should probably type in the answers you wish to see manually & tell us you obtained 1 or 2 of those

    i noticed you haven't replied to this thread:
    http://www.excelforum.com/excel-form...ml#post3560589

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    01-08-2013
    Location
    Philippines
    MS-Off Ver
    Excel 2010-2013
    Posts
    26

    Re: COUNT NEGATIVE and POSITIVE RANGES with NUMBERS

    Quote Originally Posted by benishiryo View Post
    hi Vanther. maybe:
    =SUMIFS($C:$C,$A:$A,H$2,$B:$B,">="&$F3,$B:$B,"<="&$G3)

    you should probably type in the answers you wish to see manually & tell us you obtained 1 or 2 of those

    i noticed you haven't replied to this thread:
    http://www.excelforum.com/excel-form...ml#post3560589
    aw sorry for that... I thought no one answer it...but I really appreciated it.. thanks very much...

  4. #4
    Registered User
    Join Date
    01-08-2013
    Location
    Philippines
    MS-Off Ver
    Excel 2010-2013
    Posts
    26

    Re: COUNT NEGATIVE and POSITIVE RANGES with NUMBERS

    the formula it works great...but I have a question why do we use dollar ($) sign of this? that's why I can't get the formula....work

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: COUNT NEGATIVE and POSITIVE RANGES with NUMBERS

    $ is used to absolute a cell reference, locking it so that when copied, it doesnt change.. it comes in 3 different "flavors...

    $A$1 absolutes the entire cell reference, it will not chance when copied down or across
    $A1 absolutes only the column, "A" will not change when copied across, but "1" WILL change when copied down
    A$1 absolutes only the row, "1" will not change when copied down, but "A" will change when copied across
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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] SUMIF positive and negative numbers - take double a negative number?
    By Zordrail in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-16-2014, 08:34 AM
  2. [SOLVED] Count Consecutive Positive/Negative numbers
    By Taislin in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-16-2013, 01:02 PM
  3. Replies: 4
    Last Post: 09-12-2012, 10:31 PM
  4. Convert negative to positive in sheet containing both positive/negative numbers
    By sa02000 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-29-2010, 07:52 PM
  5. Replies: 1
    Last Post: 11-20-2008, 01:52 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