View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default help needed urgently

Try using an IF(ISNA(...) construct:
=IF(ISNA(yourformula),"the value you have entered is not
available",yourformula)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"wardah" wrote:
hi, could you please tell me how to replace #N/A error sign with a warning
message that says," the value you have entered is not available" ?