Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 60
Default multiple SUMIF arguments

Here's an example of what i want to do

i have three columns
Name of person(multiple names)/Month(every month of the year)/Sales price

I would like to be able to build a calculation that sums up the Sales prices
of John Doe for October. Sum of sales prices for Jane Doe for Nov. Ect.

Please help! Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,886
Default multiple SUMIF arguments

Hi Jess

Assuming that Names are in column A, Dates in column B and Values in
column C
Assuming you place the Name you want to find in E2 and the Month you
want in F1 in the format of 01 Oct 2006 for October
(This cell can be formatted with FormatCellsNumberCustommmm to just
show Oct if you wish)

In cell F2 enter
=SUMPRODUCT(($A$2:$A$100=$E2)
*(TEXT($B2:$B100=TEXT(F$1)*($C$2:$C$100))

If you want to add more names down through E3, E4 etc, just drag the
formula down.
Equally, if you add other month dates in G1, H1 etc. you can drag the
formula across to pick up data for other months

--
Regards

Roger Govier


"Jess" wrote in message
...
Here's an example of what i want to do

i have three columns
Name of person(multiple names)/Month(every month of the year)/Sales
price

I would like to be able to build a calculation that sums up the Sales
prices
of John Doe for October. Sum of sales prices for Jane Doe for Nov.
Ect.

Please help! Thanks



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 across multiple worksheets triffidbook Excel Worksheet Functions 9 January 4th 18 02:23 AM
Countif & Sumif with Multiple criteria Kim Shelton at PDC Excel Worksheet Functions 6 September 25th 06 03:36 PM
How to SUMIF multiple ranges? karesz Excel Discussion (Misc queries) 1 November 10th 05 12:34 AM
SUMIF With Multiple Criteria Mike Excel Worksheet Functions 1 November 2nd 05 11:08 PM
Is it possible to specify multiple condition with SUMIF? Daniel Excel Worksheet Functions 1 November 17th 04 01:38 AM


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