replacing #N/A values with -

A

andy

is it possible to replace #N/A values within an excel spreadsheet with a - ? the #N/A value appears because i have no data in a box my formula is referring to.
 
K

Ken Wright

=IF(ISNA(Your_Formula),"?",Your_Formula)

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :)
----------------------------------------------------------------------------



andy said:
is it possible to replace #N/A values within an excel spreadsheet with a - ?
the #N/A value appears because i have no data in a box my formula is referring
to.
 
Top