Thread: Hiding #N/A
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
VBA Noob VBA Noob is offline
external usenet poster
 
Posts: 1
Default Hiding #N/A


Hi,

Say A1 is a N/A error. the below if statement will return the text
"Error" if True or" No error" if False.

=IF(ISNA(A1),"Error","No Error")

Several tyoes of error



VBA Noob


--
VBA Noob
------------------------------------------------------------------------
VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833
View this thread: http://www.excelforum.com/showthread...hreadid=569187