Thread: #N/A error
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default #N/A error

=IF(ISNA(VLOOKUP(H1,B1:F28,2,FALSE)),0,VLOOKUP(H1, B1:F28,2,FALSE))


Gord Dibben MS Excel MVP


On Fri, 2 Mar 2007 06:31:28 -0800, Almir Vargas
wrote:

I'm using the VLOOKUP formula. Because some numbers are not found, the cell
shows error #N/A. Using a formula, is there any way the cell can return 0
instead #N/A?