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

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.07 secs.