ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Count If.....help (https://www.excelbanter.com/excel-worksheet-functions/261978-count-if-help.html)

Scott_goddard

Count If.....help
 
I am trying to sum the amount of time two words "high" and "very high" appear
in a col....I can get this to work for one word but when i try and nest the
statement it doest work - Why and how to i solve it.

=COUNTIF('(R2) Risks Log'!L9:L99,"Very High",CountIF(Risks
Log'!L9:L99,"High"))

thanks.

Duke Carey

Count If.....help
 
First, your question is ambiguous. Are you tring to count the number of
times a cell's contents - as a whole - is either "High" or "Very High"? Or
are you looking to count how many times the a) word or b) phrase appears
within other cell contents?

Second, COUNTIF() doesn't work the way you've tried to use it.

Since you're are using COUNTIF, let's assume the cells contain only High or
Very High. Just add two COUNTIF()s together

=COUNTIF('(R2) Risks Log'!L9:L99,"Very High") +CountIF(Risks
Log'!L9:L99,"High")

"Scott_goddard" wrote:

I am trying to sum the amount of time two words "high" and "very high" appear
in a col....I can get this to work for one word but when i try and nest the
statement it doest work - Why and how to i solve it.

=COUNTIF('(R2) Risks Log'!L9:L99,"Very High",CountIF(Risks
Log'!L9:L99,"High"))

thanks.


Eduardo

Count If.....help
 
Hi,

=sumproduct(Risks Log'!L9:L99=,"Very High")*(Risks Log'!L9:L99=,"High")

"Scott_goddard" wrote:

I am trying to sum the amount of time two words "high" and "very high" appear
in a col....I can get this to work for one word but when i try and nest the
statement it doest work - Why and how to i solve it.

=COUNTIF('(R2) Risks Log'!L9:L99,"Very High",CountIF(Risks
Log'!L9:L99,"High"))

thanks.


Don Guillett[_2_]

Count If.....help
 
try using a wildcard

=COUNTIF('(R2) Risks Log'!L9:L99,"*High")


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Scott_goddard" wrote in message
...
I am trying to sum the amount of time two words "high" and "very high"
appear
in a col....I can get this to work for one word but when i try and nest
the
statement it doest work - Why and how to i solve it.

=COUNTIF('(R2) Risks Log'!L9:L99,"Very High",CountIF(Risks
Log'!L9:L99,"High"))

thanks.



Scott_goddard

Count If.....help
 
Sorry that doest work!! not sure why i also went down that route.

"Eduardo" wrote:

Hi,

=sumproduct(Risks Log'!L9:L99=,"Very High")*(Risks Log'!L9:L99=,"High")

"Scott_goddard" wrote:

I am trying to sum the amount of time two words "high" and "very high" appear
in a col....I can get this to work for one word but when i try and nest the
statement it doest work - Why and how to i solve it.

=COUNTIF('(R2) Risks Log'!L9:L99,"Very High",CountIF(Risks
Log'!L9:L99,"High"))

thanks.


Scott_goddard

Count If.....help
 
Didnt even think of doing this - very simple. thanks.

"Don Guillett" wrote:

try using a wildcard

=COUNTIF('(R2) Risks Log'!L9:L99,"*High")


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Scott_goddard" wrote in message
...
I am trying to sum the amount of time two words "high" and "very high"
appear
in a col....I can get this to work for one word but when i try and nest
the
statement it doest work - Why and how to i solve it.

=COUNTIF('(R2) Risks Log'!L9:L99,"Very High",CountIF(Risks
Log'!L9:L99,"High"))

thanks.


.


Scott_goddard

Count If.....help
 
Sorry - i am trying to count the amount of time in a col the words "high and
"very high" appear. You formula works great - can you tell me why count IF
doesnt work like thay? and what should i have used?

"Duke Carey" wrote:

First, your question is ambiguous. Are you tring to count the number of
times a cell's contents - as a whole - is either "High" or "Very High"? Or
are you looking to count how many times the a) word or b) phrase appears
within other cell contents?

Second, COUNTIF() doesn't work the way you've tried to use it.

Since you're are using COUNTIF, let's assume the cells contain only High or
Very High. Just add two COUNTIF()s together

=COUNTIF('(R2) Risks Log'!L9:L99,"Very High") +CountIF(Risks
Log'!L9:L99,"High")

"Scott_goddard" wrote:

I am trying to sum the amount of time two words "high" and "very high" appear
in a col....I can get this to work for one word but when i try and nest the
statement it doest work - Why and how to i solve it.

=COUNTIF('(R2) Risks Log'!L9:L99,"Very High",CountIF(Risks
Log'!L9:L99,"High"))

thanks.



All times are GMT +1. The time now is 02:12 AM.

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