Below is the formula for a vlookup. It is working ok.
My question is: How can I get the column that shows
the points to be blank or zero instead of #n/a?
FYI: You can also use ISNA, which checks specifically for the #N/A error. ISERROR looks for any error. But either works fine in your case.
Bit I've read that COUNTIF is faster than VLOOKUP. So it would be better to do something like:
[tab][COLOR=blue white]=If(Countif(POINTS, C4),VLOOKUP(C4, POINTS, 2, 0), "")[/color]
[tt]_____
[blue]-John[/blue][/tt]
[tab][red]The plural of anecdote is not data[/red]
Help us help you. Please read FAQ 181-2886 before posting.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.