Thread: #N/A
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jan van Niekerk Jan van Niekerk is offline
external usenet poster
 
Posts: 2
Default #N/A

Hi

I use the if function and the iserror to eliminate the #na

if(Iserror(vlookup(...)),0,vlookup(...))
the iserror can be replaced by isna

The 0 can be replaced by "" this makes it need
The conditional formatting will refer to a text field ""


On Nov 17, 8:28*pm, Doug wrote:
Some of my cells have #N/A in them because one of the required lookups in
missing in some rows. *
The problem I am having is when I try to set up Conditional Formatting for
the values in that column. It will not work if the selected range runs over
top of that #N/A value.
Is there a way around this problem? I would just a soon that it overlook the
#N/A value. *
--
Thank you!