Mkae Mode function return "" instead of #N/A when there is no Mode

T

Tonso

Using Exel 97 for Windows, I am determining the mode for various
smples. When there is no mode, I get "#N/A". How can I get the
function to return " " instead when there is no mode?
Thanks so much,
Tonso
 
G

Guest

This will return a blank instead of #N/A

=IF(ISNA(your function)," ",your function again)
 

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

Top