linked array formula returns 0?

J

Juan Sanchez

ADOT

I don't know if this has something to do with the problem,
but it might solve it... what you are doing with an array
formula is the same as this:

=SUMPRODUCT(--(CC_date>=DATE(2004,1,1)),--(CC_date<DATE
(2004,2,1)),CC_amount)

I am assuming that your linked formula does looks
something like this:

=SUM(('C:\original.xls'!C_date>=DATE(2004,1,1)...


this is not an array formula, just ENTER...

-----Original Message-----
Hi,
I have 2 identical array formulas, one in a document that
references local arrays and one in a document that links
to the first document and references arrays in the first
document. The result of the formula in the document that
contains the ranges that are referenced is calculated
correctly. The result of the same formula in the linked
document is 0. Does anyone know of a reason for this and
is there a solution?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top