#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Freddo
 
Posts: n/a
Default #N/A

Is there any way you can change #N/A to show anything else eg No
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default #N/A

=IF(ISNA(your_formula()),"No",your_formula))

--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com


"Freddo" wrote in message
...
Is there any way you can change #N/A to show anything else eg No



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Hanr3
 
Posts: n/a
Default #N/A

Yes, depends on the formula. However in the false answer for most formulas
put "" and it will leave the cell empty. I prefer to use "-". That way I know
the formual is working.
For example: IF(A2=3,"Yes","-")
--
Life is an adventure, are you living it?

These are just my opinions, please feel free to correct them if they are
wrong.


"Freddo" wrote:

Is there any way you can change #N/A to show anything else eg No

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Kevin Vaughn
 
Posts: n/a
Default #N/A

If this formula returns #N/A:
=VLOOKUP(A1, $A$4:$B$10,2,FALSE)
Try changing it to this:
=IF(ISNA(VLOOKUP(A1, $A$4:$B$10,2,FALSE)),"No", VLOOKUP(A1,
$A$4:$B$10,2,FALSE))
--
Kevin Vaughn


"Freddo" wrote:

Is there any way you can change #N/A to show anything else eg No

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 10:11 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"