+ Reply to Thread
Results 1 to 2 of 2

count based on two conditions

  1. #1
    jhahes
    Guest

    count based on two conditions

    What formula do I use to see if something meets two conditions.

    If any cell in column a = item

    and any corresponding cell in column b = sold


    I just need to know if there is more than 0 occurences of this

    thanks

    Josh

  2. #2
    ikr
    Guest

    Re: count based on two conditions

    "jhahes" <jhahes.29rrko_1150922242.6457@excelforum-nospam.com> wrote in
    message news:jhahes.29rrko_1150922242.6457@excelforum-nospam.com...
    >
    > What formula do I use to see if something meets two conditions.
    >
    > If any cell in column a = item
    >
    > and any corresponding cell in column b = sold
    >
    >
    > I just need to know if there is more than 0 occurences of this


    Use SUMPRODUCT in something like

    =SUMPRODUCT((A2:A50="item")*(B2:B50="sold"))

    adjust the row span accordingly.



+ 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