Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Sumif with Multiple Criteria

I am trying to use a sumif with multiple criteria so that it will sum with a
range of data included in the criteria. The criteria will be 50+ cells in a
row.

=SUMIF($B$3:$B$6,B10:D10,$C$3:$C$6)

I'm not sure how to get this to work or if I need to use a sumproduct
formula instead?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Sumif with Multiple Criteria

Try it like this:

=SUMPRODUCT(--(ISNUMBER(MATCH(B3:B6,B10:D10,0))),C3:C6)

--
Biff
Microsoft Excel MVP


"No Idea" <No wrote in message
...
I am trying to use a sumif with multiple criteria so that it will sum with
a
range of data included in the criteria. The criteria will be 50+ cells in
a
row.

=SUMIF($B$3:$B$6,B10:D10,$C$3:$C$6)

I'm not sure how to get this to work or if I need to use a sumproduct
formula instead?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Sumif with Multiple Criteria

Thank-you so much!

"T. Valko" wrote:

Try it like this:

=SUMPRODUCT(--(ISNUMBER(MATCH(B3:B6,B10:D10,0))),C3:C6)

--
Biff
Microsoft Excel MVP


"No Idea" <No wrote in message
...
I am trying to use a sumif with multiple criteria so that it will sum with
a
range of data included in the criteria. The criteria will be 50+ cells in
a
row.

=SUMIF($B$3:$B$6,B10:D10,$C$3:$C$6)

I'm not sure how to get this to work or if I need to use a sumproduct
formula instead?




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Sumif with Multiple Criteria

You're welcome!

--
Biff
Microsoft Excel MVP


"No Idea" wrote in message
...
Thank-you so much!

"T. Valko" wrote:

Try it like this:

=SUMPRODUCT(--(ISNUMBER(MATCH(B3:B6,B10:D10,0))),C3:C6)

--
Biff
Microsoft Excel MVP


"No Idea" <No wrote in message
...
I am trying to use a sumif with multiple criteria so that it will sum
with
a
range of data included in the criteria. The criteria will be 50+ cells
in
a
row.

=SUMIF($B$3:$B$6,B10:D10,$C$3:$C$6)

I'm not sure how to get this to work or if I need to use a sumproduct
formula instead?






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 multiple criteria Sarah (OGI) Excel Worksheet Functions 5 September 26th 07 02:54 PM
SUMIF with multiple criteria ricky[_2_] Excel Discussion (Misc queries) 4 July 7th 07 08:06 PM
SUMIF with multiple criteria Plum Excel Discussion (Misc queries) 4 April 21st 07 06:31 PM
SumIf with Multiple Criteria DEE Excel Worksheet Functions 4 November 21st 06 10:04 PM
SUMIF with multiple criteria penri0_0 Excel Discussion (Misc queries) 5 May 18th 06 04:55 PM


All times are GMT +1. The time now is 09:28 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"