+ Reply to Thread
Results 1 to 2 of 2

How do I count something that has two fields that must be true

  1. #1
    Charles
    Guest

    How do I count something that has two fields that must be true

    I am working to count items in a spreed sheet that has several fields on it.
    I want to count how many items have an item number of "4016" and a price of
    "100". Both fields must equal true for it to count them.

    Thank you,

    Charles

  2. #2
    Bob Phillips
    Guest

    Re: How do I count something that has two fields that must be true

    =SUMPRODUCT(--(B2:B100=4016),--(C2:C100=100))

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Charles" <Charles@discussions.microsoft.com> wrote in message
    news:EC3C74A7-BAB7-4F98-853B-F495C12B33F8@microsoft.com...
    > I am working to count items in a spreed sheet that has several fields on

    it.
    > I want to count how many items have an item number of "4016" and a price

    of
    > "100". Both fields must equal true for it to count them.
    >
    > Thank you,
    >
    > Charles




+ 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