Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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" ? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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" ? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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: 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" ? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sports Comp Ladder tabulating help needed | Excel Worksheet Functions | |||
fomula needed to find the "new" time, for example if | Excel Discussion (Misc queries) | |||
Help Needed Urgently | Excel Worksheet Functions | |||
help NEEDED URGENTLY (I HAVE TRIED SOME SUGGESTIONS BUT THEY DONT WORK UNLESS I AM DOING THEM WRONG | Excel Worksheet Functions | |||
Urgent help needed: IF function | Excel Worksheet Functions |