fbpx
Search
Close this search box.

Not so wild lookups

Share

Facebook
Twitter
LinkedIn

In case, this is the first time you are hearing about Excel formula wildcards, check out the Using wildcards in Excel VLOOKUP formula tutorial.

So you know about wild cards like * ?, now how would you tell VLOOKUP to ignore them?

Say, you are genuinely interested in looking the value “* Payroll” in a lookup table. What then?

This is exactly the problem faced by Peter in our forum post VLOOKUP and cells with “*” NOT to be interpreted as wildcard

How to deal with wildcard problem?

Of course, you can use one of the three approaches,

  1. Use formulas that ignore wildcards, like FIND() or = operator
  2. Replace wildcards with some other symbol (for ex: | or @) and do the lookups
  3. Or, just use ~ to tell Excel to ignore the wildcards

How to tell VLOOKUP to ignore the wildcards – Video

In this short video, learn how to use the ~ character to nullify the wildcard effect.

You may also watch this video on our YouTube channel.

Download the example workbook

Click here to download the example workbook for this video. Play with the data and formulas to learn more.

Other creative ways to lookup

Here at Chandoo.org, I am always on the lookup for crazy, fun & creative lookup problems. Check out these examples to one up your lookup quotient.

What is your wildest lookup challenge?

Ever had a wild time with lookups? Late nights with naughty data, nasty lookups and ninth cup of coffee? Please share your crazy lookup experiences, tips and stories in the comments section.

Facebook
Twitter
LinkedIn

Share this tip with your colleagues

Excel and Power BI tips - Chandoo.org Newsletter

Get FREE Excel + Power BI Tips

Simple, fun and useful emails, once per week.

Learn & be awesome.

Welcome to Chandoo.org

Thank you so much for visiting. My aim is to make you awesome in Excel & Power BI. I do this by sharing videos, tips, examples and downloads on this website. There are more than 1,000 pages with all things Excel, Power BI, Dashboards & VBA here. Go ahead and spend few minutes to be AWESOME.

Read my storyFREE Excel tips book

Excel School made me great at work.
5/5

– Brenda

Excel formula list - 100+ examples and howto guide for you

From simple to complex, there is a formula for every occasion. Check out the list now.

Calendars, invoices, trackers and much more. All free, fun and fantastic.

Advanced Pivot Table tricks

Power Query, Data model, DAX, Filters, Slicers, Conditional formats and beautiful charts. It's all here.

Still on fence about Power BI? In this getting started guide, learn what is Power BI, how to get it and how to create your first report from scratch.

Weighted Average in Excel with Percentage Weights

Weighted Average in Excel [Formulas]

Learn how to calculate weighted averages in excel using formulas. In this article we will learn what a weighted average is and how to Excel’s SUMPRODUCT formula to calculate weighted average / weighted mean.

What is weighted average?

Wikipedia defines weighted average as, “The weighted mean is similar to an arithmetic mean …, where instead of each of the data points contributing equally to the final average, some data points contribute more than others.”

Calculating weighted averages in excel is not straight forward as there is no built-in formula. But we can use SUMPRODUCT formula to easily calculate them. Read on to find out how.

2 Responses to “Not so wild lookups ”

  1. MF says:

    How to lookup only partially-matched value?? – Crazy lookup!!! | wmfexcel
    http://wmfexcel.com/2014/01/23/how-to-lookup-only-partially-matched-value-crazy-lookup/

    This is so far the wildest lookup i have encountered in workplace...
    Cheers,

  2. Michael (Micky) Avidan says:

    I have a quick short comment/suggestion.
    The VLOOKUP formula =VLOOKUP(C29,$G$20:$H$31,2,FALSE) (in cell B29) should return "Nothing" because cell H31 is Empty but, instead, it returns 0.
    So, in order for it to return "Nothing" - I would add a short Suffix, such as: &"".
    =VLOOKUP(C29,$G$20:$H$31,2,FALSE)&""
    This way I cover all 3 possibilities:
    Cell H31 has value, has 0, is empty.
    --------------------------
    Michael (Micky) Avidan
    “Microsoft® Answers" - Wiki author & Forums Moderator
    “Microsoft®” MVP – Excel (2009-2016)
    ISRAEL

Leave a Reply