+ Reply to Thread
Results 1 to 9 of 9

Vlookup Case sensitive

Hybrid View

  1. #1
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Vlookup Case sensitive

    With
    Sheet2 containing this list in A1:B6
    a	small
    A	big
    w	small
    W	big
    Q	big
    s	small
    and...Sheet1 containing this list in A1:A8
    a
    A
    w
    W
    q
    q
    s
    Q
    This formula returns the category (from Sheet2) that corresponds
    to the letter in Col_A
    B1: =IF(ISNUMBER(MATCH(1,INDEX(--EXACT(A1,
    Sheet2!$A$1:$A$6),0),0)),MATCH(1,INDEX(--EXACT(
    A1,Sheet2!$A$1:$A$6),0),0),"No Match")
    Copy that formula down through B8.

    Is that something you can work with?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    if as in your example its only one letter and you want to return upper and lower case matches use a helper column in front of your data on sheet 1
    with =code(b1) dragged down where col b is list of letters in upper/lower
    and col c is big,small
    then on sheet 2 col b use
    =VLOOKUP(CODE(A1),Sheet1!A1:C100,3,FALSE)

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Spellnumber
    By Williams in forum Excel - New Users/Basics
    Replies: 13
    Last Post: 02-16-2020, 03:34 AM
  2. number to words
    By vjn in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-05-2008, 04:57 AM
  3. Numbers to Text
    By sachinattri in forum Excel General
    Replies: 6
    Last Post: 06-15-2008, 03:07 AM
  4. "Translating" numbers into words
    By Portuga in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-14-2008, 11:44 AM
  5. Spell number
    By nowfal in forum Excel General
    Replies: 4
    Last Post: 08-20-2007, 04:21 PM

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