+ Reply to Thread
Results 1 to 2 of 2

COUNT Values (Amounts and Yes/No)

  1. #1
    Registered User
    Join Date
    10-09-2013
    Location
    NYC
    MS-Off Ver
    Excel 2010
    Posts
    23

    COUNT Values (Amounts and Yes/No)

    Consider the following data:

    Column 1, Column 2
    $5, Yes
    [blank], Yes
    $3, Yes
    $50, [blank]


    I need a formula that will count the number of entries that have a value in column 1 and the number of entries that are "Yes" in column 2. However, I need the formula to exclude duplicate counting for each row. For example, the first row in the above data should only count as 1 entry, not 2. The total count for the above data should be 4.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: COUNT Values (Amounts and Yes/No)

    If the data is in columns A and B try a formula like this

    =SUMPRODUCT(((A2:A10<>"")+(B2:B10="Yes")>0)+0)

    adjust ranges as required
    Audere est facere

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Add Invoice Amounts and Paid Amounts based on user inputs.
    By s2jrchoi in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-18-2013, 01:49 PM
  2. Formula to take amounts from other sheet with no duplicate amounts
    By Xx7 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-06-2013, 04:34 PM
  3. Replies: 1
    Last Post: 06-15-2010, 09:42 PM
  4. count the occurrences when amounts are 10000 to 24999
    By Karleajensar in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-06-2007, 05:18 PM
  5. HOW DO I ADD AMOUNTS FOR DIFERENT VALUES
    By Paulo Coelho in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-15-2006, 08:50 PM

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