Indirect.ext #value!

S

Stuartf

Hi,

Im using Indirect.ext to pull in info from closed workbooks, The
problem is that if a workbook dont exist it displays #VALUE!, im then
doing sum calculations on this pulled in info but because of the
#Value! the sums wont work. Anyone know a work around??

Cheers
 
S

Stuartf

But it would be nice to display something else instead of #VALUE! Like
No Document ??? any suggestions??
 
R

Roger Govier

Hi Stuart

You could wrap your formula in an Iserror statement
=IF(ISERROR(your_formula),"No Document",your_formula)
 

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