Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default is there any way to have multiple TEXT criteria in a 'sumif' funct

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?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,118
Default is there any way to have multiple TEXT criteria in a 'sumif' funct

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


"datasorter" wrote:

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?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default is there any way to have multiple TEXT criteria in a 'sumif' funct

Hi!

Try this:

=SUM(SUMIF(A1:A10,{"word_1","word_2"},D1:D10))

Biff

"datasorter" wrote in message
...
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?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sumif with multiple criteria jn77 Excel Worksheet Functions 5 July 19th 06 09:52 PM
Multiple SUMIF Criteria azazel Excel Worksheet Functions 3 November 10th 05 08:31 PM
SUMIF With Multiple Criteria Mike Excel Worksheet Functions 1 November 2nd 05 11:08 PM
Justify text across multiple columns fins2r Excel Discussion (Misc queries) 4 October 26th 05 05:07 PM
SumIf Function using multiple criteria Jamie A Miller Excel Worksheet Functions 1 February 4th 05 05:14 PM


All times are GMT +1. The time now is 03:04 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"