+ Reply to Thread
Results 1 to 10 of 10

Any body out there smart enough???

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    02-15-2006
    Posts
    107

    Any body out there smart enough???

    I have 2 sheets, one summary, and one detail.

    The detail is as follows:


    Dept units
    331 12
    331 24
    331
    331 12
    332
    332 36
    332 24
    333

    The summary is as follows:


    Dept # of styles
    331 3
    332 2
    333 0

    I want the formula on the summary sheet to count the number of non blank entries for each dept.

    Which formula is it?

  2. #2
    Registered User
    Join Date
    02-15-2006
    Posts
    8
    try COUNTA

  3. #3
    Forum Contributor
    Join Date
    02-15-2006
    Posts
    107

    Huh?

    CountA is only part of the formla??????

  4. #4
    Doug Kanter
    Guest

    Re: Any body out there smart enough???


    "JR573PUTT" <JR573PUTT.23aa8n_1140028801.5666@excelforum-nospam.com> wrote
    in message news:JR573PUTT.23aa8n_1140028801.5666@excelforum-nospam.com...
    >
    > CountA is only part of the formla??????


    Maybe he thought you were SMART ENOUGH to use the Insert Formula menu
    command, and notice that it offers rather clear help for how to use whatever
    formula you choose from the pick list that's right in front of you. Maybe.



  5. #5
    Forum Contributor
    Join Date
    02-15-2006
    Posts
    107
    Sorry good one, but suffice to say I be smart enough to do that, but the formula want work, are you smart enough to write down the right formula?

  6. #6
    Doug Kanter
    Guest

    Re: Any body out there smart enough???


    "JR573PUTT" <JR573PUTT.23abmq_1140030603.9411@excelforum-nospam.com> wrote
    in message news:JR573PUTT.23abmq_1140030603.9411@excelforum-nospam.com...
    >
    > Sorry good one, but suffice to say I be smart enough to do that, but the
    > formula want work, are you smart enough to write down the right formula?


    I already have too many apps running, none of which can be shut down at the
    moment. If I start Excel, the whole house of cards will fall. So, use
    Insert, Formula, choose the formula or function you want to use, and the
    next dialog box (if I recall) will show you very clearly how to use the
    formula. If not, the Excel help system may contain further illustrations.



  7. #7
    pinmaster
    Guest
    Another way:

    =SUMPRODUCT(('detail sheet'!$A$1:$A$10=331)*('detail sheet'!$B$1:$B$10<>""))



    HTH

    Jean-Guy

  8. #8
    Forum Contributor
    Join Date
    08-08-2005
    Location
    Kansas, USA
    MS-Off Ver
    2016
    Posts
    293
    Use Dcount. Excel Help explains pretty well how to use it.

    ---Glenn

  9. #9
    Forum Contributor
    Join Date
    02-15-2006
    Posts
    107
    Dcount Did Not Work

  10. #10
    Bob Phillips
    Guest

    Re: Any body out there smart enough???

    =SUM(IF((A1:A10=331)*(B1:B10<>""),1))

    which is an array formula, it should be committed with Ctrl-Shift-Enter, not
    just Enter.

    --

    HTH

    Bob Phillips

    (remove nothere from the email address if mailing direct)

    "JR573PUTT" <JR573PUTT.23a9ry_1140028201.3161@excelforum-nospam.com> wrote
    in message news:JR573PUTT.23a9ry_1140028201.3161@excelforum-nospam.com...
    >
    > I have 2 sheets, one summary, and one detail.
    >
    > The detail is as follows:
    >
    >
    > Dept units
    > 331 12
    > 331 24
    > 331
    > 331 12
    > 332
    > 332 36
    > 332 24
    > 333
    >
    > The summary is as follows:
    >
    >
    > Dept # of styles
    > 331 3
    > 332 2
    > 333 0
    >
    > I want the formula on the summary sheet to count the number of non
    > blank entries for each dept.
    >
    > Which formula is it?
    >
    >
    > --
    > JR573PUTT
    > ------------------------------------------------------------------------
    > JR573PUTT's Profile:

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




+ 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