ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Count if multiple statements in two columns (https://www.excelbanter.com/excel-worksheet-functions/135118-count-if-multiple-statements-two-columns.html)

Motaad

Count if multiple statements in two columns
 
I need to create a calculation where the range creiteria in my first column
is "=7<=9" and my second column ="30+" before it is counted.

I'm not sure how to work both statements into this calculation.
ie: countif(q2:q100"=7<=9" and r2:r100 "30+)

It just errors out on me...any suggestions


--
Motaad

Sandy Mann

Count if multiple statements in two columns
 
If you mean count the number of cell in R2:R100 where the value is 30 or
more and inthe same row Q2:Q100 contains 7,8,or 9 then try:

=SUMPRODUCT((Q2:Q100=7)*(Q2:Q100<=9)*(R2:R100=30 ))

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


with @tiscali.co.uk


"Motaad" wrote in message
...
I need to create a calculation where the range creiteria in my first column
is "=7<=9" and my second column ="30+" before it is counted.

I'm not sure how to work both statements into this calculation.
ie: countif(q2:q100"=7<=9" and r2:r100 "30+)

It just errors out on me...any suggestions


--
Motaad




Motaad

Count if multiple statements in two columns
 
the 30+ is a category code so it is not 30
--
Motaad


"Sandy Mann" wrote:

If you mean count the number of cell in R2:R100 where the value is 30 or
more and inthe same row Q2:Q100 contains 7,8,or 9 then try:

=SUMPRODUCT((Q2:Q100=7)*(Q2:Q100<=9)*(R2:R100=30 ))

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


with @tiscali.co.uk


"Motaad" wrote in message
...
I need to create a calculation where the range creiteria in my first column
is "=7<=9" and my second column ="30+" before it is counted.

I'm not sure how to work both statements into this calculation.
ie: countif(q2:q100"=7<=9" and r2:r100 "30+)

It just errors out on me...any suggestions


--
Motaad





Sandy Mann

Count if multiple statements in two columns
 
In that case:

=SUMPRODUCT((Q2:Q100=7)*(Q2:Q100<=9)*(R2:R100="30 +"))

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


with @tiscali.co.uk


"Motaad" wrote in message
...
the 30+ is a category code so it is not 30
--
Motaad


"Sandy Mann" wrote:

If you mean count the number of cell in R2:R100 where the value is 30 or
more and inthe same row Q2:Q100 contains 7,8,or 9 then try:

=SUMPRODUCT((Q2:Q100=7)*(Q2:Q100<=9)*(R2:R100=30 ))

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


with @tiscali.co.uk


"Motaad" wrote in message
...
I need to create a calculation where the range creiteria in my first
column
is "=7<=9" and my second column ="30+" before it is counted.

I'm not sure how to work both statements into this calculation.
ie: countif(q2:q100"=7<=9" and r2:r100 "30+)

It just errors out on me...any suggestions


--
Motaad








All times are GMT +1. The time now is 09:08 AM.

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