Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(ISNA(MODE()),"",MODE())
-- Gary''s Student gsnu200709 "Tonso" wrote: 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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Mar 10, 11:58 am, Gary''s Student
wrote: =IF(ISNA(MODE()),"",MODE()) -- Gary''s Student gsnu200709 "Tonso" wrote: 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- Hide quoted text - - Show quoted text - Thanks! Works Perfect!!! Tonso |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Mkae Mode function return "" instead of #N/A when there is no Mode | Excel Discussion (Misc queries) | |||
Error Msg "Can't Exit Design Mode" | Excel Discussion (Misc queries) | |||
Excel 2007 and "Compatibility Mode" | Excel Discussion (Misc queries) | |||
Make "Edit" mode default, rather than "Enter"? | Excel Discussion (Misc queries) | |||
Excel "mode" function returns different results based on sort orde | Excel Worksheet Functions |