Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
PokerZan
 
Posts: n/a
Default SUMIF with Mutiple Ranges & Criteria


I'm doing a sales report and have a single sheet with all my call/result
metrics on it.

I want to use SUMIF (I think ;) ) to calculate the cells in a
particular column if a cell in a specific column has a specific text
entry as well as a different text entry in another column (the two
columns are region and district). I know how do do a single
range/criteria in a SUMIF statement, but I don't know how to add
multiple SUMIF range/criterias.

So basically here is what I am looking for:

Sum a particular column G if column F equals "East Enterprise" and
column V equals "CSI".

I am currently breaking these out in a pivot table and adding a
seperate sheet to the report, then doing a sumif statement on the
columns I need but I know there has to be a way to do it in a single
formula, it is just beyond my grasp.

Also, if this makes no sense whatsoever, FLAME away... that just may be
the movitation I need today.

Humbly,

PokerZan


--
PokerZan
------------------------------------------------------------------------
PokerZan's Profile: http://www.excelforum.com/member.php...o&userid=23480
View this thread: http://www.excelforum.com/showthread...hreadid=392980

  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

=SUMPRODUCT(--(F2:F100="East Enterprise"),--(V2:v100="CSI"),G2:G100)

--

HTH

RP
(remove nothere from the email address if mailing direct)


"PokerZan" wrote in
message ...

I'm doing a sales report and have a single sheet with all my call/result
metrics on it.

I want to use SUMIF (I think ;) ) to calculate the cells in a
particular column if a cell in a specific column has a specific text
entry as well as a different text entry in another column (the two
columns are region and district). I know how do do a single
range/criteria in a SUMIF statement, but I don't know how to add
multiple SUMIF range/criterias.

So basically here is what I am looking for:

Sum a particular column G if column F equals "East Enterprise" and
column V equals "CSI".

I am currently breaking these out in a pivot table and adding a
seperate sheet to the report, then doing a sumif statement on the
columns I need but I know there has to be a way to do it in a single
formula, it is just beyond my grasp.

Also, if this makes no sense whatsoever, FLAME away... that just may be
the movitation I need today.

Humbly,

PokerZan


--
PokerZan
------------------------------------------------------------------------
PokerZan's Profile:

http://www.excelforum.com/member.php...o&userid=23480
View this thread: http://www.excelforum.com/showthread...hreadid=392980



  #3   Report Post  
PokerZan
 
Posts: n/a
Default


Thanks Bob,

It did the trick!

One quick question though, what do the "--" do before the parentheses
do?

PZan


--
PokerZan
------------------------------------------------------------------------
PokerZan's Profile: http://www.excelforum.com/member.php...o&userid=23480
View this thread: http://www.excelforum.com/showthread...hreadid=392980

  #4   Report Post  
PokerZan
 
Posts: n/a
Default


And the questions never stop... :P

There are about 7 different options that could be in column V, I am
only looking to extract "CSI", the others I want to add up the other 6
options...

So is there an way to add up all that DON'T say "CSI" in column V?

Thanks,
PZan


--
PokerZan
------------------------------------------------------------------------
PokerZan's Profile: http://www.excelforum.com/member.php...o&userid=23480
View this thread: http://www.excelforum.com/showthread...hreadid=392980

  #5   Report Post  
Bob Phillips
 
Posts: n/a
Default

Yeah, straight-forward

=SUMPRODUCT(--(F2:F100="East Enterprise"),--(V2:v100<"CSI"),G2:G100)

for the low-down on --, take a look at
http://www.xldynamic.com/source/xld.SUMPRODUCT.html

--

HTH

RP
(remove nothere from the email address if mailing direct)


"PokerZan" wrote in
message ...

And the questions never stop... :P

There are about 7 different options that could be in column V, I am
only looking to extract "CSI", the others I want to add up the other 6
options...

So is there an way to add up all that DON'T say "CSI" in column V?

Thanks,
PZan


--
PokerZan
------------------------------------------------------------------------
PokerZan's Profile:

http://www.excelforum.com/member.php...o&userid=23480
View this thread: http://www.excelforum.com/showthread...hreadid=392980





  #6   Report Post  
PokerZan
 
Posts: n/a
Default


Wow, great site, thanks a ton!


--
PokerZan
------------------------------------------------------------------------
PokerZan's Profile: http://www.excelforum.com/member.php...o&userid=23480
View this thread: http://www.excelforum.com/showthread...hreadid=392980

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
How do I use the sumif if I have multiple criteria (i.e. greater . Kellyatisl Excel Worksheet Functions 3 June 4th 06 06:33 AM
SUMIF using VLOOKUP as criteria Telly Excel Worksheet Functions 1 February 18th 05 10:17 PM
"criteria" in a sumif refering to the value in another cell mark Excel Discussion (Misc queries) 1 January 31st 05 07:39 PM
SUMIF and 3-D Ranges Ron In Tulsa Excel Worksheet Functions 2 November 22nd 04 07:30 PM
Can I use a cell reference in the criteria for the sumif function. Number Cruncher Excel Worksheet Functions 2 November 4th 04 07:52 PM


All times are GMT +1. The time now is 07:26 AM.

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"