+ Reply to Thread
Results 1 to 2 of 2

counting if

Hybrid View

Guest counting if 05-26-2006, 04:00 PM
Guest RE: counting if 05-26-2006, 04:10 PM
  1. #1
    Kat
    Guest

    counting if

    Ok. Trying to determine how to have Excel count the number of cells where
    the numerical data is a whole number when divided by 10. I know it can be
    done with VBA, but don't know enough to know how and thought should be
    possible with the canned product. Any suggestions?

  2. #2
    Peo Sjoblom
    Guest

    RE: counting if

    With the numbers in A1:A100

    =SUMPRODUCT(--(MOD(A1:A100,10)=0),--(A1:A100<>""))



    Regards,


    Peo Sjoblom
    "Kat" wrote:

    > Ok. Trying to determine how to have Excel count the number of cells where
    > the numerical data is a whole number when divided by 10. I know it can be
    > done with VBA, but don't know enough to know how and thought should be
    > possible with the canned product. Any suggestions?


+ 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