ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   COUNTIF problem (https://www.excelbanter.com/excel-discussion-misc-queries/144403-countif-problem.html)

Phil C

COUNTIF problem
 
Hi All

I have 2 columns: A has dates (appointment dates), B has integer numbers
(current waiting times in weeks).
I basically want to do:
COUNTIF A1:A20 30/06/2007 AND B1:B20 6
In other words, of those with appointments after 30 June 2007, how many have
already been waiting more than 6 weeks
?? Possible with one statement of the form:
=COUNTIF(AND(A1:A20,"30/06/2007",B1:B20,"6"))

Any help appreciated.

Phil



Roger Govier

COUNTIF problem
 
Hi Phil

=SUMPRODUCT((A1:A20--"30/06/2007")*(B1:B206))

--
Regards

Roger Govier


"Phil C" wrote in message
...
Hi All

I have 2 columns: A has dates (appointment dates), B has integer
numbers (current waiting times in weeks).
I basically want to do:
COUNTIF A1:A20 30/06/2007 AND B1:B20 6
In other words, of those with appointments after 30 June 2007, how
many have already been waiting more than 6 weeks
?? Possible with one statement of the form:
=COUNTIF(AND(A1:A20,"30/06/2007",B1:B20,"6"))

Any help appreciated.

Phil




Toppers

COUNTIF problem
 
=SUMPRODUCT(--(A1:A100DATE(2007,30,06)),--(B1:B1006))

[the "--" converts TRUE/False to 1/0]

"Phil C" wrote:

Hi All

I have 2 columns: A has dates (appointment dates), B has integer numbers
(current waiting times in weeks).
I basically want to do:
COUNTIF A1:A20 30/06/2007 AND B1:B20 6
In other words, of those with appointments after 30 June 2007, how many have
already been waiting more than 6 weeks
?? Possible with one statement of the form:
=COUNTIF(AND(A1:A20,"30/06/2007",B1:B20,"6"))

Any help appreciated.

Phil




Phil C

COUNTIF problem
 
Hi Roger

That works! Many thanks.

Phil


"Roger Govier" wrote in message
...
Hi Phil

=SUMPRODUCT((A1:A20--"30/06/2007")*(B1:B206))

--
Regards

Roger Govier


"Phil C" wrote in message
...
Hi All

I have 2 columns: A has dates (appointment dates), B has integer numbers
(current waiting times in weeks).
I basically want to do:
COUNTIF A1:A20 30/06/2007 AND B1:B20 6
In other words, of those with appointments after 30 June 2007, how many
have already been waiting more than 6 weeks
?? Possible with one statement of the form:
=COUNTIF(AND(A1:A20,"30/06/2007",B1:B20,"6"))

Any help appreciated.

Phil






Mike

COUNTIF problem
 
Try this and put a date into cell C1 to compare
=SUMPRODUCT(--(A1:A100(C1)),--(B1:B1006))

"Phil C" wrote:

Hi All

I have 2 columns: A has dates (appointment dates), B has integer numbers
(current waiting times in weeks).
I basically want to do:
COUNTIF A1:A20 30/06/2007 AND B1:B20 6
In other words, of those with appointments after 30 June 2007, how many have
already been waiting more than 6 weeks
?? Possible with one statement of the form:
=COUNTIF(AND(A1:A20,"30/06/2007",B1:B20,"6"))

Any help appreciated.

Phil





All times are GMT +1. The time now is 10:02 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com