View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Harry Seymour[_2_] Harry Seymour[_2_] is offline
external usenet poster
 
Posts: 9
Default Problems changing array field in formula

have double checked that and have no luck.



"Duke Carey" wrote:

Ensure that the range names all define ranges of the same size

"Harry Seymour" wrote:

I've created a formula

=SUMPRODUCT(--(Name="Jon"),--(Category=B"),Spend)

which sums the spend when columns name = Jon and category = B.

I've now changed the "Spend" array to "SpendVol" array (which represents a
new column)
therefore use
=SUMPRODUCT(--(Name="Jon"),--(Category=B"),SpendVol)
But this returns #VALUE.

This makes no sense as its the same formula just accessing a different column.

Does anyone know why this would return this value or if there are any bugs
that can occur in a file that would cause this.

Thanks
Harry