+ Reply to Thread
Results 1 to 2 of 2

can vlookup be forced to make a case sensitive match?

  1. #1
    alan
    Guest

    can vlookup be forced to make a case sensitive match?

    i have data that is case sensitive, and a vlookup function needs to
    differentiate between for examle two values like 'tree' and Tree'.

    is it possible to force the vlookup function to match case? thanks

  2. #2
    Domenic
    Guest

    Re: can vlookup be forced to make a case sensitive match?

    Try...

    =VLOOKUP("Tree",IF(EXACT(A1:A10,"Tree"),A1:B10),2,0)

    or

    =INDEX(B1:B10,MATCH(TRUE,EXACT(A1:A10,"Tree"),0))

    Both formulas need to be confirmed with CONTROL+SHIFT+ENTER, not just
    ENTER.

    Hope this helps!

    In article <[email protected]>,
    "alan" <[email protected]> wrote:

    > i have data that is case sensitive, and a vlookup function needs to
    > differentiate between for examle two values like 'tree' and Tree'.
    >
    > is it possible to force the vlookup function to match case? thanks


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1