View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
[email protected] jdemp42@gmail.com is offline
external usenet poster
 
Posts: 2
Default Removing #N/A from formula results

On Thursday, January 17, 2008 8:21:08 PM UTC-5, CLR wrote:
Wrap your formula in an IF statement.....

=IF(ISNA(YourFormula),"",YourFormula)

Vaya con Dios,
Chuck, CABGx3


"Holly" wrote in message
...
Hi All,

Is there a way to remove #N/A as a result from a formula, for example to
return a blank or zero result instead?
--
Cheers,
Holly


Awesome!! Big Help! Thank you very much!