sumif question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to sum the values in a column if the text in a different column same
row CONTAINS a certain word. ie the text doesnt have to match exactly just
include that word. Is the anyway to do this?
Cheers,
Steven
 
=SUMIF(a5:a10,"*TEXT*",b5:b10)

a5-a10 is text field to measure
b5-b10 is value to add if true
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top