+ Reply to Thread
Results 1 to 4 of 4

count cell which round down

  1. #1
    Registered User
    Join Date
    07-28-2010
    Location
    london, england
    MS-Off Ver
    Excel 2007
    Posts
    91

    count cell which round down

    Hi all,

    I'm trying to find a formula which will count the number of cells with a decimal point equal to or less than .5 but not 0.

    For example if my dataset in column A was:

    5.5
    6.7
    4.0
    3.2
    4.6
    1.1
    9.5
    3.0

    I'd want the formula to return 4 because 4 of the 8 values have a decimal of .5 or less.

    Any help would be gtreat.

    Thanks,
    James
    Last edited by j.farr3ll; 07-08-2013 at 08:54 AM.

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: count cell which round down

    =sumproduct((mod(a1:a8,1)<=0.5)*(mod(a1:a8,1)<>0))
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    07-28-2010
    Location
    london, england
    MS-Off Ver
    Excel 2007
    Posts
    91

    Re: count cell which round down

    Great Thanks

  4. #4
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2406 Win 11 Home 64 Bit
    Posts
    23,960

    Re: count cell which round down

    In column B, =A1-INT(A1) and copy down

    In column C, =COUNTIFS(B1:B8,">0",B1:B8,"<=.5")
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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