Thread: Hiding #N/A
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Hiding #N/A

=if(iserror(vlookup(...)),"",vlookup(...))

if you're using xl2007, you may want to try:
=iferror(vlookup(...),"")



FP Novice wrote:

How do I show cells as empty (that actually house VLOOKUP formulas) instead
of the default #N/A?

Todd


--

Dave Peterson