View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave F Dave F is offline
external usenet poster
 
Posts: 2,574
Default Whats wrong with this OR formula?

Replace ISERROR with ISNA.

Dave
--
Brevity is the soul of wit.


"Mark" wrote:

Greetings. I am trying to get this formula containing an OR command that
looks like this:

=IF(OR(F15=" ",F15=0,ISERROR(F15)),"N/A","Approval Needed")

When #N/A appears in cell F15 because of an invalid lookup value, I still
get #N/A instead of N/A like I have in quotes above. Why won't this formula
work?

Thanks