+ Reply to Thread
Results 1 to 4 of 4

Arrays

  1. #1
    Registered User
    Join Date
    11-18-2005
    Posts
    9

    Question Arrays


    I have created a spreadsheet that contains the names and demographic data for children and their scores on a state test. I am trying to use an array to count how many children fall into each category that I have set up based on percentages. When I create the array, it does not count the number 0 in any of my totals. The only way that I have discovered that I can get 0s counted is to modify the formula to count 0.1 as 0. Any idea how to include zeros in an array?

    If I can get this to work, I will begin breaking things down by gender, ethnicity, etc. If anyone knows of an easier way to do all of this, let me know!!
    Thanks!!

  2. #2
    Valued Forum Contributor
    Join Date
    06-30-2005
    Location
    Verwood, Dorset, England
    MS-Off Ver
    Excel 2000
    Posts
    479
    Quote Originally Posted by Tobro88

    I have created a spreadsheet that contains the names and demographic data for children and their scores on a state test. I am trying to use an array to count how many children fall into each category that I have set up based on percentages. When I create the array, it does not count the number 0 in any of my totals. The only way that I have discovered that I can get 0s counted is to modify the formula to count 0.1 as 0. Any idea how to include zeros in an array?

    If I can get this to work, I will begin breaking things down by gender, ethnicity, etc. If anyone knows of an easier way to do all of this, let me know!!
    Thanks!!
    Hi Tobro88

    I don't know about 0's in an array, but another way to get the results you want would be to use a pivot table
    Paul

  3. #3
    Peo Sjoblom
    Guest

    Re: Arrays

    Maybe you can post the fomrula that is erroneous?

    --

    Regards,

    Peo Sjoblom

    "Tobro88" <[email protected]> wrote in
    message news:[email protected]...
    >
    >
    > I have created a spreadsheet that contains the names and demographic
    > data for children and their scores on a state test. I am trying to use
    > an array to count how many children fall into each category that I have
    > set up based on percentages. When I create the array, it does not
    > count the number 0 in any of my totals. The only way that I have
    > discovered that I can get 0s counted is to modify the formula to count
    > 0.1 as 0. Any idea how to include zeros in an array?
    >
    > If I can get this to work, I will begin breaking things down by gender,
    > ethnicity, etc. If anyone knows of an easier way to do all of this, let
    > me know!!
    > Thanks!!
    >
    >
    >
    > --
    > Tobro88
    > ------------------------------------------------------------------------
    > Tobro88's Profile:

    http://www.excelforum.com/member.php...o&userid=28895
    > View this thread: http://www.excelforum.com/showthread...hreadid=486415
    >




  4. #4
    Registered User
    Join Date
    11-18-2005
    Posts
    9

    Formula in qustion

    This is the formula that I am usimg to list all of the kids that scored in the range 0-3. =SUM((E2:E26>=0)*(E2:E26<=3))

    For some reason it is not counting the zeros unless I create it the following way:
    =SUM((E2:E26>=0.1)*(E2:E26<=3)) and then format the colum to round down.

    I may try the pivot table idea, but I was hoping to avoid that.

    Thanks!!

+ 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