View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Eduardo Eduardo is offline
external usenet poster
 
Posts: 2,276
Default Turning N/A cells to blank Cells

Hi,

=IFERROR(VLOOKUP(D21,'Postpaid New'!$L$2:$BC$860,7,FALSE),0)

"amik" wrote:

Is there somthing I can insert in to a vlookup formula so that if the cells
comes up N/A that it will be shown as a blank cell.

=VLOOKUP(D21,'Postpaid New'!$L$2:$BC$860,7,FALSE)

Any advice would be appreciated