Dave I have not entered the cell reference info. The information will be
entered at a later date when the data become available. At this time the
values are reflecting #N/A. The #N/A I would like to hide. I only want
the calculated value to appear after I enter the cell reference data.
I'm not quite sure what you're doing, but this might work for you:
=if(iserror(yourformula),"",yourformula)
You may be able to make the iserror(formula) smaller than the real formula, but
that would depend on what you're doing.
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.