|
|
Subject:
Excel Formula - Count cells that meet criteria
Category: Computers > Algorithms Asked by: zpilto-ga List Price: $3.00 |
Posted:
11 Feb 2006 10:00 PST
Expires: 13 Mar 2006 10:00 PST Question ID: 444547 |
|
There is no answer at this time. |
|
Subject:
Re: Excel Formula - Count cells that meet criteria
From: ansel001-ga on 13 Feb 2006 23:33 PST |
How about this? =SUMPRODUCT(N(A1:A11=C1:C11),N(NOT(ISBLANK(A1:A11)))) This is for matches in non blank cells between columns A and C on the same row. |
Subject:
Re: Excel Formula - Count cells that meet criteria
From: quadraticresidue-ga on 14 Feb 2006 07:51 PST |
I don't have a copy of excel handy to verify this but according to this page: http://www.cpearson.com/excel/excelF.htm the following should work: =SUM((C1:C11>=A1)*(C1:C11<=A1)) |
Subject:
Re: Excel Formula - Count cells that meet criteria
From: quadraticresidue-ga on 14 Feb 2006 07:56 PST |
Actually, to simplify, I think you can just do this: =SUM(C1:C11=A1) |
Subject:
Re: Excel Formula - Count cells that meet criteria
From: zpilto-ga on 14 Feb 2006 18:32 PST |
--- How about this? =SUMPRODUCT(N(A1:A11=C1:C11),N(NOT(ISBLANK(A1:A11)))) This is for matches in non blank cells between columns A and C on the same row. --- That works great! Thanks. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |