+ Reply to Thread
Results 1 to 4 of 4

Less than a number excluding zero

  1. #1
    Registered User
    Join Date
    01-24-2016
    Location
    Morganton, nc
    MS-Off Ver
    2003
    Posts
    5

    Less than a number excluding zero

    I need to count a row of numers that are less than 4 at .25 but excludes zero.

  2. #2
    Valued Forum Contributor jtakw's Avatar
    Join Date
    05-05-2018
    Location
    CA, USA
    MS-Off Ver
    2016
    Posts
    668

    Re: Less than a number excluding zero

    Hi,

    Your profiles says you're using Excel 2003, if that's correct, you don't have COUNTIFS, so use SUMPRODUCT.
    But I'm unclear on your description...
    What do you mean by less than 4 at .25 ?
    Also, will there be Negative numbers, you say to exclude 0, what of negatives, if any?

    Excel 2016 (Windows) 64 bit
    A
    B
    C
    D
    E
    F
    G
    H
    I
    J
    1
    1
    2
    0
    3
    4
    5
    0
    6
    3
    Sheet: Sheet116

    Excel 2016 (Windows) 64 bit
    J
    1
    =SUMPRODUCT((A1:H1<4)*(A1:H1<>0))
    Sheet: Sheet116

  3. #3
    Registered User
    Join Date
    01-24-2016
    Location
    Morganton, nc
    MS-Off Ver
    2003
    Posts
    5

    Re: Less than a number excluding zero

    Actually, that worked. Thanks.

    Here's another one I'm struggling with... I need to count down a column =COUNTIF(D36:D525,"*" & "FAMFTF" & "*") gives me a total count of returns but I need it to register only 1 if there are any returns or zero if there are none.

  4. #4
    Valued Forum Contributor jtakw's Avatar
    Join Date
    05-05-2018
    Location
    CA, USA
    MS-Off Ver
    2016
    Posts
    668

    Re: Less than a number excluding zero

    You're welcome, for your latest query, use this:

    Formula: copy to clipboard
    Please Login or Register  to view this content.

+ 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. Counting number of days excluding sundays
    By Don Adeks in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-05-2018, 05:22 PM
  2. [SOLVED] Count the phone number excluding 0 & #N/A
    By Sanjibghosh in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-14-2016, 06:21 AM
  3. Replies: 1
    Last Post: 09-16-2014, 02:30 PM
  4. Sum x number of rows excluding some
    By reem202 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-30-2014, 03:24 PM
  5. [SOLVED] Better way to find minimum value excluding zero and non number
    By a_driga in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 03-07-2014, 07:26 AM
  6. Replies: 7
    Last Post: 06-02-2005, 06:05 PM
  7. Finding MAX number (excluding a particular number)
    By Johnny in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-24-2005, 08:07 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