try using a wildcard
=COUNTIF('(R2) Risks Log'!L9:L99,"*High")
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(E-Mail Removed)
"Scott_goddard" <(E-Mail Removed)> wrote in message
news:ED739740-3447-4DF9-AE27-(E-Mail Removed)...
>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.