From: CP on
Hi - I am trying to put the following formula into a cell E12 but failing

=sum of [Col D] where ([Col B] is equel to "this text")

many thanks for any help
From: Ms-Exl-Learner on
Paste the below formula in E12 cell.

=SUMIF(B:B,"THIS TEXT",D:D)

Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------


"CP" wrote:

> Hi - I am trying to put the following formula into a cell E12 but failing
>
> =sum of [Col D] where ([Col B] is equel to "this text")
>
> many thanks for any help
From: Mike H on
Hi,

=SUMIF(B1:B20,"This Text",D1:D20)
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"CP" wrote:

> Hi - I am trying to put the following formula into a cell E12 but failing
>
> =sum of [Col D] where ([Col B] is equel to "this text")
>
> many thanks for any help