View Single Post
  #2   Report Post  
Don Guillett
 
Posts: n/a
Default

try
=sumproduct(--([table.xls]sheet1!rng=A1),--[table.xls]sheet1!table)
or
=sumproduct(([table.xls]sheet1!rng=A1)*[table.xls]sheet1!table)

--
Don Guillett
SalesAid Software

"ww" wrote in message
...
If I use sumif([table.xls]sheet1!rng,A1,[table.xls]sheet1!table) it

returns
the correct value.
However if I use
sumproduct(--([table.xls]sheet1!rng=A1),[table.xls]sheet1!table)
it returns #value. Anybody have any ideas as to what I might be doing
wrong? Thanks.