Thread: Help with #N/A
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Al G Al G is offline
external usenet poster
 
Posts: 1
Default Help with #N/A

If I am adding a column that has an #N/A, it returns an #N/A. How can I get
it to work?

I used an if statement whe =if(+B5="#N/A",0,+B5)- it did not work.

Help.

Thanks.