#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 85
Default 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))
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default 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))


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default 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))

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 85
Default 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))

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,345
Default 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))





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 Mark R[_2_] Excel Discussion (Misc queries) 1 August 7th 07 11:31 PM
sumproduct? sumif(sumproduct)? David Excel Worksheet Functions 3 July 13th 07 07:06 PM
Sumproduct Help AndyO_UK Excel Worksheet Functions 4 December 11th 06 02:28 PM
SUMPRODUCT Serge Excel Discussion (Misc queries) 1 April 10th 06 09:50 PM
sumproduct FLKULCHAR Excel Worksheet Functions 1 September 18th 05 03:36 PM


All times are GMT +1. The time now is 10:08 PM.

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"