is there any way to have multiple TEXT criteria in a 'sumif' funct

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

Guest

I'm trying to run a sumif function from two different words in the same row
and then sum the range three cells to the right.

Any ideas?
 
Let's see if I understand you correctly by way of this example:

You have a column of varying contents (Col_A) and another column containing
numbers (Col_B).

For each cell in Col_A that equals "Dave" or "Steve" you want to sum the
corresponding values from Col_B

For that scenario, this formula returns that sum:
C1: =SUM(SUMIF(A:A,{"Dave","Steve"},B:B))

Is that something you can work with?
***********
Regards,
Ron

XL2002, WinXP
 

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