View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Fred Tuck Fred Tuck is offline
external usenet poster
 
Posts: 4
Default formula returns #N/A

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

Kyler

"Jason Morin" wrote:

The most common method:

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

HTH
Jason
Atlanta, GA

-----Original Message-----
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
.