+ Reply to Thread
Results 1 to 2 of 2

using muliple functions to return one result

  1. #1
    tauwnia
    Guest

    using muliple functions to return one result

    I have a workbook containing types of orders. I have them separated out by
    county and also by date closed. How do I return a number that counts the
    number closed within a specified county?

  2. #2
    JE McGimpsey
    Guest

    Re: using muliple functions to return one result

    One way:

    Assuming County is in column A and Date Closed in column B:

    =SUMPRODUCT(--(A1:A1000="County Cork"), --(B1:B1000<>""))

    A Pivot Table would be a good alternative.

    In article <[email protected]>,
    "tauwnia" <[email protected]> wrote:

    > I have a workbook containing types of orders. I have them separated out by
    > “county” and also by “date closed”. How do I return a number that counts the
    > number closed within a specified county?


+ 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