#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 989
Default Formula

I am having trouble with the following formula:

=SUMPRODUCT(--(RBS!A2:A9999="1/4/2008"),--(RBS!A2:A9999<="31/3/2009"),--(RBS!M2:M9999="Directors Loan"),RBS!L2:L9999)

It is giving me a "0" as the result. I know this is not the case.

Column A is the date range
Column M is the description of the item
Column L is the cost for the item

If you should have an answer to the above question please let me have it in
the above format for ease of understanding. Many thanks in advance.

Mark


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Formula

Mark,

I'd do it like this
=SUMPRODUCT((RBS!A2:A9999=A1)*(RBS!A2:A9999<=B1)* (RBS!M2:M9999=C1)*(RBS!L2:L9999))

Where A1 & A2 are the date range and A3 is the text Directors choice

Mike

"Mark" wrote:

I am having trouble with the following formula:

=SUMPRODUCT(--(RBS!A2:A9999="1/4/2008"),--(RBS!A2:A9999<="31/3/2009"),--(RBS!M2:M9999="Directors Loan"),RBS!L2:L9999)

It is giving me a "0" as the result. I know this is not the case.

Column A is the date range
Column M is the description of the item
Column L is the cost for the item

If you should have an answer to the above question please let me have it in
the above format for ease of understanding. Many thanks in advance.

Mark


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default Formula

Mark,

You need to convert your date strings to dates:

=SUMPRODUCT((RBS!A2:A9=DATEVALUE("1/4/2008"))*(RBS!A2:A9<=DATEVALUE("31/3/2009"))*(RBS!M2:M9="Directors
Loan")*RBS!L2:L9)

Or use cell references....

HTH,
Bernie
MS Excel MVP


"Mark" wrote in message
...
I am having trouble with the following formula:

=SUMPRODUCT(--(RBS!A2:A9999="1/4/2008"),--(RBS!A2:A9999<="31/3/2009"),--(RBS!M2:M9999="Directors
Loan"),RBS!L2:L9999)

It is giving me a "0" as the result. I know this is not the case.

Column A is the date range
Column M is the description of the item
Column L is the cost for the item

If you should have an answer to the above question please let me have it in
the above format for ease of understanding. Many thanks in advance.

Mark




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



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