View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR
 
Posts: n/a
Default How do I replace "#N/A" error, to continue my formula w/o error?

=IF(ISNA(YourVlookupFormula),"",YourVlookupFormula )

Vaya con Dios,
Chuck, CABGx3


"Ali Khan" wrote:

I am using a VLookup formula to collect data from a sheet, but every time I
get '#N/A#' error in one cell & the entire formula returns an error message.
I need to intervene manually to fix, which causes alot of time wastage.

I tried using 'conditional formatting'but had no luck.

Pls suggest a quick solution.