formula returns #N/A

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a formula which returns #N/A in some cells in a string--I need a
formula to ignore the error and leave the cell blank so that another formula
which reads the contents of that cell will skip over it and go to the next
cell
 
The most common method:

=IF(ISNA(your_formula),"",your_formula)

HTH
Jason
Atlanta, GA
 
Thanks very much--I have been looking for a solution for a while now and
this works like a charm--best regards!!!!

Kyler
 

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

Back
Top