Wrap your formula in an IF statement.....
=IF(ISNA(YourFormula),"",YourFormula)
Vaya con Dios,
Chuck, CABGx3
My Formula is a v lookup as follows:
=VLOOKUP(D223,Cashflow!P:R,3,FALSE)

Signature
Cheers,
Holly
> Wrap your formula in an IF statement.....
>
[quoted text clipped - 10 lines]
> > Cheers,
> > Holly
Pete_UK - 18 Jan 2008 01:34 GMT
Then change it to this:
=IF(ISNA(VLOOKUP(D223,Cashflow!P:R,3,FALSE)),"",VLOOKUP(D223,Cashflow!
P:R,3,FALSE))
Hope this helps.
Pete
> My Formula is a v lookup as follows:
>
[quoted text clipped - 19 lines]
>
> - Show quoted text -