Formula referring to a different sheet

G

Guest

I have a SUMIF formula on one spreadsheet, which is reading information from
another spreadsheet.

On opening my spreadsheet it shows #VALUE in every cell which refers to this
sheet. I have to then open the other spreadsheet to get the results to return.

I have links to other spreadsheets in my main spreadsheet and this doesn't
happen anywhere else...

Any ideas guys???
 
D

Don Guillett

sumif is one that won't work on closed workBOOKS. try sumproduct instead.
instead of
=sumif(othersheetrange,1)
try
=sumproduct((othersheetrange=1)*1)
 

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

Top