Is this type of lookup possible?...

D

Dan B

Hi,

I have a column with text in it. Can I look for specific words in a string
of text in any cell in that range. The cell will not equal the word because
there is a string of text. I need to add up numbers in the next column if
the cell contains the specific word. So basically....If any cell in
B25:B500 contains "the specified word" then sum the number in column C next
to where it is found.

Thanks.
 
T

Toppers

This will sum K1:K5 where J1:J5 contain the string "AB" - not case sensitive

=SUMIF(J1:J5,"=*AB*",K1:K5)

HTH
 

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

Top