+ Reply to Thread
Results 1 to 2 of 2

Lookups and References in relations to countA or sumproducts

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

    Lookups and References in relations to countA or sumproducts

    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
    Biff
    Guest

    Re: Lookups and References in relations to countA or sumproducts

    Hi!

    Try this:

    A1 = 331

    =SUMPRODUCT(--(Details!A$1:A$100=A1),--(Details!B$1:B$100<>""))

    Biff

    "JR573PUTT" <JR573PUTT.23aa8o_1140028803.4945@excelforum-nospam.com> wrote
    in message news:JR573PUTT.23aa8o_1140028803.4945@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=512836
    >




+ 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