+ Reply to Thread
Results 1 to 3 of 3

count the values in each cell of Column B but only the cells that have a value of 15

  1. #1
    Registered User
    Join Date
    11-08-2008
    Location
    Michigan
    Posts
    9

    count the values in each cell of Column B but only the cells that have a value of 15

    Hi, I have tried several functions but I just can't seem to find the right one I need to do this. Here is an example of what I want to do.

    I have Column A and Column B, I want to count the values in each cell of Column B but only the cells that have a value of 15 in Column A. What function would I use to do this? Thanks

  2. #2
    Forum Contributor
    Join Date
    08-21-2006
    Location
    Ossett, West Yorkshire
    MS-Off Ver
    2003
    Posts
    150
    Hi,
    Assuming the values are in say A1 to A10 and B1 to B10 then use the formula:

    =SUMPRODUCT(--($A$1:$A$10=15),--($B$1:$B$10))
    Regards Howard

  3. #3
    Registered User
    Join Date
    11-08-2008
    Location
    Michigan
    Posts
    9
    Thanks so much for your help!

+ 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