Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

vlookup

ResolvedVersion Standard

John has attended:
Excel Advanced course
PowerPoint Intermediate Advanced course

VLOOKUP

Is it possible to change the standard error message from #N/A to something more user friednly such as "No match" or "0"

RE: VLOOKUP

try mixing vlookup with IF statements:

=IF(ISERROR(VLOOKUP(B2,Range1,1,FALSE)),0,VLOOKUP(B2,Range1,1,FALSE))

Please find attached an example

Attached files...

Vlookup-example.xls

 

Training courses

Training information:

See also:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.

Excel tip:

Concatenating Results of Formulas

To concatenate the results of formulas simply add the "&" after the formula or function closing bracket.

function1(....)&function2(.....)

see example Creating a range of monthly payments as text.

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.1 secs.