SUMIF and text

S

Silja

I am looking for a way to use the SUMIF function on text. I have a sheet with
several different words in A column and different values in the B column.
For instance would I like to get SUMIF to return the value in B were the
word BAKER is in column A. But I would also like it to return the value for
the word BAKER 2 and BAKER 3 in the same cell (All vaues starting with BAKER).
Is it possible to make a formula with SUMIF that returns for instance alle
values where the text starts with BAKER?
 
P

Pete_UK

You can use wildcards with SUMIF, like this:

=SUMIF(A:A,"BAKER*",B:B)

Hope this helps.

Pete
 

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