Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default conditional formula question with multiple criteria

I need to sum the rows in a column that meet certain criteria.
column A= date
column B= has $ values
column c= has the dollar values I want to sum if the folling conditions are
met:

Column A date = January (01/01/09-01/31/09)
column B "0"

resulting in sum of column c values

thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default conditional formula question with multiple criteria

=SUMPRODUCT((MONTH(A2:A100)=1)*(B2:B1000)*(C2:C10 0))
Note that range sizes must be equal, and you can't callout entire column
(unless using XL 2007)

If you need more exact dates, could use:
=SUMPRODUCT((A2:A100=DATEVALUE("1/1/09")*(A2:A100<=DATEVALUE("1/31/09")*(B2:B1000)*(C2:C100))
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"joe@malvern" wrote:

I need to sum the rows in a column that meet certain criteria.
column A= date
column B= has $ values
column c= has the dollar values I want to sum if the folling conditions are
met:

Column A date = January (01/01/09-01/31/09)
column B "0"

resulting in sum of column c values

thanks!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default conditional formula question with multiple criteria

formula does not give me an error, however it returned a value of $0 when it
should have been $42,000 (6 january rows).

here is the formula as I entered it...do you see my error? thanks again for
your help

=SUMPRODUCT((K3:K299=DATEVALUE("01/01/09")*(K3:K299<=DATEVALUE("01/31/09")*(O3:O2990)*(M3:M299))))



"Luke M" wrote:

=SUMPRODUCT((MONTH(A2:A100)=1)*(B2:B1000)*(C2:C10 0))
Note that range sizes must be equal, and you can't callout entire column
(unless using XL 2007)

If you need more exact dates, could use:
=SUMPRODUCT((A2:A100=DATEVALUE("1/1/09")*(A2:A100<=DATEVALUE("1/31/09")*(B2:B1000)*(C2:C100))
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"joe@malvern" wrote:

I need to sum the rows in a column that meet certain criteria.
column A= date
column B= has $ values
column c= has the dollar values I want to sum if the folling conditions are
met:

Column A date = January (01/01/09-01/31/09)
column B "0"

resulting in sum of column c values

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
SumProduct - multiple criteria and IF question ronnomad Excel Discussion (Misc queries) 12 January 31st 07 01:27 AM
Multiple criteria/Countif question edju Excel Discussion (Misc queries) 3 September 16th 06 04:13 AM
Another multiple criteria/column question snobordr New Users to Excel 3 July 13th 06 08:29 PM
SUMIF question with multiple criteria Gretchster Excel Worksheet Functions 2 November 10th 05 06:41 PM
Multiple Criteria Lookup Question Gregg Riemer Excel Discussion (Misc queries) 3 February 22nd 05 01:18 AM


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