help needed urgently

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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" ?
 
Try using an IF(ISNA(...) construct:
=IF(ISNA(yourformula),"the value you have entered is not
available",yourformula)
 
=IF(ISERROR(your formula giving N/A),"the value you have entered is not
available",your formula giving N/A)

Regards,
Stefi

„wardah†ezt írta:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top