ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   More SUMPRODUCT help (https://www.excelbanter.com/excel-discussion-misc-queries/191881-more-sumproduct-help.html)

Jeremy

More SUMPRODUCT help
 
I am trying to count all instances where Data!K7:K9999 = The option in
Monthly Summary!A10 when the date in Data!AE7:AE9999 = Data!$C$1

This is not adding up. See below for my formula. It returns Zero, it
should be returning 2.

Thanks for your help


=SUMPRODUCT((Data!K7:K9999='Monthly Summary'!A10)*($C$1=Data!AE7))

RagDyeR

More SUMPRODUCT help
 
Try This:

=SUMPRODUCT((Data!K7:K9999='Monthly
Summary'!A10)*(Data!AE7:AE9999=Data!$C$1))

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"Jeremy" <jeremiah.a.reynolds @ gmail.com wrote in message
...
I am trying to count all instances where Data!K7:K9999 = The option in
Monthly Summary!A10 when the date in Data!AE7:AE9999 = Data!$C$1

This is not adding up. See below for my formula. It returns Zero, it
should be returning 2.

Thanks for your help


=SUMPRODUCT((Data!K7:K9999='Monthly Summary'!A10)*($C$1=Data!AE7))



Mike H

More SUMPRODUCT help
 
Try

=SUMPRODUCT((Data!K7:K9999='Monthly Summary'!A10)*(Data!AE7:AE9999=Data!C1))

Mike

"Jeremy" wrote:

I am trying to count all instances where Data!K7:K9999 = The option in
Monthly Summary!A10 when the date in Data!AE7:AE9999 = Data!$C$1

This is not adding up. See below for my formula. It returns Zero, it
should be returning 2.

Thanks for your help


=SUMPRODUCT((Data!K7:K9999='Monthly Summary'!A10)*($C$1=Data!AE7))


Jeremy

More SUMPRODUCT help
 
Its giving me a value error

"Mike H" wrote:

Try

=SUMPRODUCT((Data!K7:K9999='Monthly Summary'!A10)*(Data!AE7:AE9999=Data!C1))

Mike

"Jeremy" wrote:

I am trying to count all instances where Data!K7:K9999 = The option in
Monthly Summary!A10 when the date in Data!AE7:AE9999 = Data!$C$1

This is not adding up. See below for my formula. It returns Zero, it
should be returning 2.

Thanks for your help


=SUMPRODUCT((Data!K7:K9999='Monthly Summary'!A10)*($C$1=Data!AE7))


Sandy Mann

More SUMPRODUCT help
 
Is the fact that you don't have the full range in Data!AE7:AE9999 just a
typo?

=SUMPRODUCT((Data!K7:K9999='Monthly Summary'!A10)*($C$1=Data!AE7:)AE9999)

If you do have the correct range then if may be that the *dates* are really
text that look like dates.

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Jeremy" <jeremiah.a.reynolds @ gmail.com wrote in message
...
I am trying to count all instances where Data!K7:K9999 = The option in
Monthly Summary!A10 when the date in Data!AE7:AE9999 = Data!$C$1

This is not adding up. See below for my formula. It returns Zero, it
should be returning 2.

Thanks for your help


=SUMPRODUCT((Data!K7:K9999='Monthly Summary'!A10)*($C$1=Data!AE7))





All times are GMT +1. The time now is 02:55 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com