Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22
Default Sumif with a few criteria

Example:
A B C D
Person Period Sales Type Commision
Mary 1 Industrial $500
Jason 1 Municipal $1000
Mary 2 Municipal $700
Jason 2 Industrial $1500
Mary 1 Municipal $750
Jason 1 Municipal $410

I would like to know, how much commision Jason had for his Municipal sales
in period 1.
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1,327
Default Sumif with a few criteria

Spend half an hour to google/learn Pivot Tables. Formula solutions may seem
familiar and safe and sufficient, but a Pivot is way faster and unbelievably
powerful.

Best wishes Harald


"Jarod" skrev i melding
...
Example:
A B C
D
Person Period Sales Type Commision
Mary 1 Industrial
$500
Jason 1 Municipal $1000
Mary 2 Municipal $700
Jason 2 Industrial
$1500
Mary 1 Municipal $750
Jason 1 Municipal $410

I would like to know, how much commision Jason had for his Municipal sales
in period 1.



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22
Default Sumif with a few criteria

I want it in a formula because I am going to be continuously updating the
spreadsheet. I want it to just automatically update.

"Harald Staff" wrote:

Spend half an hour to google/learn Pivot Tables. Formula solutions may seem
familiar and safe and sufficient, but a Pivot is way faster and unbelievably
powerful.

Best wishes Harald


"Jarod" skrev i melding
...
Example:
A B C
D
Person Period Sales Type Commision
Mary 1 Industrial
$500
Jason 1 Municipal $1000
Mary 2 Municipal $700
Jason 2 Industrial
$1500
Mary 1 Municipal $750
Jason 1 Municipal $410

I would like to know, how much commision Jason had for his Municipal sales
in period 1.



.

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 449
Default Sumif with a few criteria

Of course.

"Jarod" wrote in message
...
I want it in a formula because I am going to be continuously updating the
spreadsheet. I want it to just automatically update.

"Harald Staff" wrote:

Spend half an hour to google/learn Pivot Tables. Formula solutions may
seem
familiar and safe and sufficient, but a Pivot is way faster and
unbelievably
powerful.

Best wishes Harald


"Jarod" skrev i melding
...
Example:
A B C
D
Person Period Sales Type Commision
Mary 1 Industrial
$500
Jason 1 Municipal
$1000
Mary 2 Municipal
$700
Jason 2 Industrial
$1500
Mary 1 Municipal
$750
Jason 1 Municipal
$410

I would like to know, how much commision Jason had for his Municipal
sales
in period 1.



.


  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 376
Default Sumif with a few criteria

Hi Jarod

I would reinforce what Harald says.
If you make your source data a List (XL2003) a Table(XL2007) or a
Dynamic named Range (any XL version), then the new data will
automatically be included.
You can even make the refreshing of the Pivot Table automatic, whenever
you activate it.

For more help on Dynamic Ranges take a look at
http://www.contextures.com/xlNames03.html

--
Regards
Roger Govier

Jarod wrote:
I want it in a formula because I am going to be continuously updating the
spreadsheet. I want it to just automatically update.

"Harald Staff" wrote:

Spend half an hour to google/learn Pivot Tables. Formula solutions may seem
familiar and safe and sufficient, but a Pivot is way faster and unbelievably
powerful.

Best wishes Harald


"Jarod" skrev i melding
...
Example:
A B C
D
Person Period Sales Type Commision
Mary 1 Industrial
$500
Jason 1 Municipal $1000
Mary 2 Municipal $700
Jason 2 Industrial
$1500
Mary 1 Municipal $750
Jason 1 Municipal $410

I would like to know, how much commision Jason had for his Municipal sales
in period 1.


.



  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 15,768
Default Sumif with a few criteria

Use cells to hold the criteria...

F2 = Jason
G2 = 1
H2 = Municipal

=SUMPRODUCT(--(A2:A7=F2),--(B2:B7=G2),--(C2:C7=H2),D2:D7)

If you're using Excel 2007:

=SUMIFS(D2:D7,A2:A7,F2,B2:B7,G2,C2:C7,H2)

--
Biff
Microsoft Excel MVP


"Jarod" wrote in message
...
Example:
A B C
D
Person Period Sales Type Commision
Mary 1 Industrial
$500
Jason 1 Municipal $1000
Mary 2 Municipal $700
Jason 2 Industrial
$1500
Mary 1 Municipal $750
Jason 1 Municipal $410

I would like to know, how much commision Jason had for his Municipal sales
in period 1.



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
OR within Criteria of SUMIF Pekka Numminen New Users to Excel 2 February 21st 10 02:20 AM
SUMIF criteria lkawecki Excel Worksheet Functions 4 August 5th 08 11:47 PM
sumif with more than 1 criteria Andrew@rushington[_2_] Excel Worksheet Functions 5 November 30th 07 01:52 PM
nested sumif or sumif with two criteria dshigley Excel Worksheet Functions 5 April 5th 05 03:34 AM
Criteria with "<" or ">" in sumif() Loan Excel Discussion (Misc queries) 3 February 14th 05 01:07 PM


All times are GMT +1. The time now is 05:31 AM.

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

About Us

"It's about Microsoft Excel"