If you're using xl2007, you could look at =iferror().
If you're using xl2003 or below, you can look twice:
=if(isna(vlookup(...)),0,vlookup(...))
Thanks Dave, that worked just great. Forgive me for thinking only Pete_UK
could help. Good to know there are so many sources of information for a
fairly novice at this.
Does VLOOKUP general help screens in Excel give this kind of ISNA
combination example, or is this just something one has to experiment with on
their own?
Thanks again,

Signature
Clay
> If you're using xl2007, you could look at =iferror().
>
[quoted text clipped - 17 lines]
> > --
> > Clay
Dave Peterson - 29 Mar 2008 23:48 GMT
Excel's help talks about returning errors, but I didn't see anything that
explained how to use =isna() inside the help for =vlookup().
But there are lots of resources available.
Google can help you search for similar questions/responses:
http://groups.google.com/advanced_group_search
http://groups.google.com/advanced_group_search?q=group:*Excel*&num=100
Debra Dalgleish has lots of notes on =vlookup():
http://www.contextures.com/xlFunctions02.html (for =vlookup())
> Thanks Dave, that worked just great. Forgive me for thinking only Pete_UK
> could help. Good to know there are so many sources of information for a
[quoted text clipped - 33 lines]
> >
> > Dave Peterson

Signature
Dave Peterson
Pete_UK - 30 Mar 2008 02:09 GMT
Thanks for the vote of confidence, Clay, but Dave (along with many
others) has been doing this a lot longer than I have.
Pete
> Thanks Dave, that worked just great. Forgive me for thinking only Pete_UK
> could help. Good to know there are so many sources of information for a
[quoted text clipped - 35 lines]
>
> - Show quoted text -