+ Reply to Thread
Results 1 to 2 of 2

Formula Problem - Countif

  1. #1
    Registered User
    Join Date
    02-13-2005
    Posts
    5

    Formula Problem - Countif

    I want the spreadsheet to look down a column and if it finds the word "gold" go five columns along and if there is a numeric figure in that column (aligned with the word "gold") count it as 'one' entry. I have worked out the formula if I want to use the sum formula eg =sumif(E10:E118, "gold", J10:J119) however I also want to count the number of entries using only one formula. I know I can use =if($E10="Gold", Count (J10:J10),0) but it is counting per row by numerous row entries and I would prefer to use one formula that counts the column (similar to the sum formula). I hope this makes sense. Thanks for your help.

  2. #2
    Forum Contributor
    Join Date
    09-05-2004
    Location
    Melbourne
    Posts
    193
    I think you may want someting like this

    =SUMPRODUCT(--(E10:E118="gold",--(ISNUMBER(J10:J118)))

    Cheers!

+ 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