Thanks, Peo. That solves the problem. I also then noticed that this
question is a common one that has been solved many times.
"Peo Sjoblom" wrote:
> =IF(ISNA(vlookup_formula),"",vlookup_formula)
>
>
> --
>
>
> Regards,
>
>
> Peo Sjoblom
>
>
>
> "TQCON" <(E-Mail Removed)> wrote in message
> news:16556C9E-DD19-4801-8736-(E-Mail Removed)...
> > I'm looking up values in a column using the VLOOKUP with the FALSE
> > included
> > so that if the lookup item isn't present, I purposely get a "#N/A". Can I
> > nest an "IF" statement so that if the vlookup returns a "#N/A", I want it
> > to
> > appear blank instead of getting the "#N/A"? Thanks.
>
>
>
|