ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Right function to use (https://www.excelbanter.com/excel-worksheet-functions/201833-right-function-use.html)

Shelley

Right function to use
 
State Ins
1 ny prc
2 ny crc
3 ny crc
4 ct prc
5 ct prc
6 ct crc
7 oh prc
8 oh prc

STATE PRC CRC
NY XXXX XXXX
CT
OH

I want to put a function where the XXX's are that will count the number of
occurances of PRC or CRC based on a particular state code, using the rows
above. I have tried COUNTIF but I can not get the arguments correct??

Bob Phillips[_3_]

Right function to use
 
=SUMPRODUCT(--($A$2:$A$6=$A11),--($B$2:$B$8=B$10))

adjust the ranges to suit

--
__________________________________
HTH

Bob

"SHelley" wrote in message
...
State Ins
1 ny prc
2 ny crc
3 ny crc
4 ct prc
5 ct prc
6 ct crc
7 oh prc
8 oh prc

STATE PRC CRC
NY XXXX XXXX
CT
OH

I want to put a function where the XXX's are that will count the number of
occurances of PRC or CRC based on a particular state code, using the rows
above. I have tried COUNTIF but I can not get the arguments correct??




Shelley

Right function to use
 
Bob, Thanks, this worked great. One more, what if I needed to have another
argument for the same array: like if the first range is NY or OH, and the
second range is prc?


"Bob Phillips" wrote:

=SUMPRODUCT(--($A$2:$A$6=$A11),--($B$2:$B$8=B$10))

adjust the ranges to suit

--
__________________________________
HTH

Bob

"SHelley" wrote in message
...
State Ins
1 ny prc
2 ny crc
3 ny crc
4 ct prc
5 ct prc
6 ct crc
7 oh prc
8 oh prc

STATE PRC CRC
NY XXXX XXXX
CT
OH

I want to put a function where the XXX's are that will count the number of
occurances of PRC or CRC based on a particular state code, using the rows
above. I have tried COUNTIF but I can not get the arguments correct??





Bob Phillips[_3_]

Right function to use
 
=SUMPRODUCT(($A$2:$A$8={"NY","OH"})*($B$2:$B$8="pr c"))

--
__________________________________
HTH

Bob

"SHelley" wrote in message
...
Bob, Thanks, this worked great. One more, what if I needed to have
another
argument for the same array: like if the first range is NY or OH, and
the
second range is prc?


"Bob Phillips" wrote:

=SUMPRODUCT(--($A$2:$A$6=$A11),--($B$2:$B$8=B$10))

adjust the ranges to suit

--
__________________________________
HTH

Bob

"SHelley" wrote in message
...
State Ins
1 ny prc
2 ny crc
3 ny crc
4 ct prc
5 ct prc
6 ct crc
7 oh prc
8 oh prc

STATE PRC CRC
NY XXXX XXXX
CT
OH

I want to put a function where the XXX's are that will count the number
of
occurances of PRC or CRC based on a particular state code, using the
rows
above. I have tried COUNTIF but I can not get the arguments correct??








All times are GMT +1. The time now is 04:58 PM.

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