G Guest Jul 28, 2006 #1 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?
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?
G Guest Jul 28, 2006 #2 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
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