ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   count values in one column based on their realtionship with anoth. (https://www.excelbanter.com/excel-worksheet-functions/59583-count-values-one-column-based-their-realtionship-anoth.html)

shopaholic

count values in one column based on their realtionship with anoth.
 
I have 2 columns of data, one column contains a rating on the level of
importance, and the other a rating of the level of satisfaction.

I need a function that will allow me to count the number of occurences of a
record where the level of imporance is high and the level of satisfaction is
high, etc.

So, count only the instances of high satisfaction if the importance is also
listed as high in the column next to it.



Ragdyer

count values in one column based on their realtionship with anoth.
 
Try this:

=SUMPRODUCT((A1:A100="High")*(B1:B100="High"))

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"shopaholic" wrote in message
...
I have 2 columns of data, one column contains a rating on the level of
importance, and the other a rating of the level of satisfaction.

I need a function that will allow me to count the number of occurences of
a
record where the level of imporance is high and the level of satisfaction
is
high, etc.

So, count only the instances of high satisfaction if the importance is
also
listed as high in the column next to it.





All times are GMT +1. The time now is 08:13 PM.

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