Hi
I have column K which if the word 'research' is in there, then I want column G to then be looked at and if the word 'medical' is in there, then I want the sum of those research/medical figures in column M to be added.
The red bit below works on it's own just for adding up all the medical words, but I can't work out how to condition it further to just be picking up those medical values which are linked to research values:
=IF(K8:K13="research",SUMIF(G8:G13,"Medical",M8:M13),0)
Thank you for any help,
Catherine
I have column K which if the word 'research' is in there, then I want column G to then be looked at and if the word 'medical' is in there, then I want the sum of those research/medical figures in column M to be added.
The red bit below works on it's own just for adding up all the medical words, but I can't work out how to condition it further to just be picking up those medical values which are linked to research values:
=IF(K8:K13="research",SUMIF(G8:G13,"Medical",M8:M13),0)
Thank you for any help,
Catherine