Tuesday 17 April 2012

Use of vlookup With-wild-card-example


Dear All,


For Example. In the below data, we may not remember the full name of sales person, but we know that her/his name starts with jac. Now how do you get the sales amount for that person?

Data:
Data for this Example -Using Wildcards with VLOOKUP formula

Solution

Simple. Use wild cards. Like this: =VLOOKUP("jac*",$B$5:$E$17,3,FALSE) to fetch the value from 3rd column for the person whose name starts with jac

Examples:

Data for this Example -Using Wildcards with VLOOKUP formula


Hope you learned something out of this trick.  "HAPPY LEARNING"


No comments:

Post a Comment