+ Reply to Thread
Results 1 to 2 of 2

Countif or sum product?

  1. #1
    Registered User
    Join Date
    06-05-2007
    Posts
    9

    Unhappy Countif or sum product?

    i want to return a sum total in a single cell based of two criteria.


    basically
    on another work sheet i want to collate my info

    If column G on sheet 'Area 7 & Ladywood addresses' has "GREEN" in it and column J has "completed" then i want it to count.
    if column G on sheet 'Area 7 & Ladywood addresses' has "GREEN" in it and column J is blank then i want it to not count.

    Thanks for help people
    Last edited by gazzo; 10-19-2007 at 09:12 PM.

  2. #2
    Valued Forum Contributor mdbct's Avatar
    Join Date
    11-11-2005
    Location
    CT
    MS-Off Ver
    2003 & 2007
    Posts
    848
    The following will count cells according to your criteria. Adjust the range to suit your sheet. You cannot reference the entire column and the two ranges must be the same size.

    =SUMPRODUCT(('Area 7 & Ladywood addresses'!G1:G10000="Green")*('Area 7 & Ladywood addresses'!J1:J10000="Completed"))

+ 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