+ Reply to Thread
Results 1 to 9 of 9

Vlookup Case sensitive

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    09-30-2008
    Location
    London
    Posts
    127
    Hi Ron,

    It's gives me number like 1,2,3,4..
    but in sheet1 output i want like

    a small
    A big
    w small
    W big
    q No match
    q No match
    s small
    Q big

    Thanks

    Vinay

  2. #2
    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

    OOPS! I copied the wrong formula...(sorry)
    Try this
    B1: =IF(ISNUMBER(MATCH(1,INDEX(--EXACT(A1,
    Sheet2!$A$1:$A$6),0),0)),INDEX(Sheet2!$B$1:$B$6,MATCH(1,
    INDEX(--EXACT(A1,Sheet2!$A$1:$A$6),0),0)),"No Match")
    Actually....this formula is a bit shorter
    (and still doesn't involve array entering...C+S+E)
    B1: =IF(COUNT(INDEX(1/EXACT(A1,Sheet2!$A$1:$A$6),0)),
    INDEX(Sheet2!$B$1:$B$6,MATCH(1,INDEX(--EXACT(A1,
    Sheet2!$A$1:$A$6),0),0)),"no match")
    Better?
    Last edited by Ron Coderre; 10-16-2008 at 11:15 AM. Reason: offer an alternative formula
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

+ 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