View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default Removing #N/A from formula results

Then change it to this:

=IF(ISNA(VLOOKUP(D223,Cashflow!P:R,3,FALSE)),"",VL OOKUP(D223,Cashflow!
P:R,3,FALSE))

Hope this helps.

Pete

On Jan 18, 1:28*am, Holly wrote:
My Formula is a v lookup as follows:

=VLOOKUP(D223,Cashflow!P:R,3,FALSE)
--
Cheers,
Holly



"CLR" wrote:
Wrap your formula in an IF statement.....


=IF(ISNA(YourFormula),"",YourFormula)


Vaya con Dios,
Chuck, CABGx3


"Holly" wrote in message
...
Hi All,


Is there a way to remove #N/A as a result from a formula, for example to
return a blank or zero result instead?
--
Cheers,
Holly- Hide quoted text -


- Show quoted text -