Thread: SumProduct
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Shane Devenshire Shane Devenshire is offline
external usenet poster
 
Posts: 857
Default SumProduct

Hi,

In 2003 and earlier you can't reference the entire column for some
functions. change references like A:A to A1:A65000.

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"ColleenK" wrote:

I am trying to sum a column based on 2 sets of criteria, the first criteria
stipulates that the data being summed is <= a date, the second criteria
defines a name, when met it sums hours. The formula I used is:

=sumproduct((H:H<=m7),(Q:Q=A11),K:K)

Where m7 is a date & A11 is a name

It keep returning #NUM! please help
--
CK