Vlookup help pls??

  • Thread starter Thread starter CP
  • Start date Start date
C

CP

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
 
Paste the below formula in E12 cell.

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

Remember to Click Yes, if this post helps!
 
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.
 
Back
Top