View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Formula results in error - don't know why

Do you have any text in K7:K9999 on Data or in AE7:AE9999 on Data?

Do you have any errors in those ranges?

If you have text, you can change your formula:
=SUMPRODUCT(--(Data!K7:K9999='Monthly Summary'!A10),--(Data!AE7:AE9999=Data!C1))

If you have errors, you can use an array formula or fix the errors.





Jeremy wrote:

I get a value error with the below,
Any ideas why?

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


--

Dave Peterson