View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.newusers
Max
 
Posts: n/a
Default How to assign #N/A N.A. data?

=IF(ISNA(<formula),"---",<formula)

Just to clarify that the above construct will return: "---"
if <formula evaluates to an #N/A

If you want blanks: "" to be returned instead,
just replace "---" with "" in the construct
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--