Error in formula after auto-filtered

M

may25

In a table, i have one column (let say Column A) where the formula is
referred to another workbook. The formula works well, until i do an
auto-filtered on another column (Column B). The formula in Column A would
then displayed "#Value!". The formula would works well only if i have the
other workbook opened.

How do i do an auto-filter without getting the error on the formula?

Pls advice.

Thanks
 
D

Dave Peterson

I know that there are some worksheet functions that only work if the other
workbook is open. A few of them are =countif(), =sumif(), =indirect().

There may be workarounds with =sumproduct() or =index(), but you'd have to share
the offending formula to get any sort of guess.

And I don't have a guess why the autofilter causes a problem.
 

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