+ Reply to Thread
Results 1 to 4 of 4

How to use Vlookup-Case sensitive

Hybrid View

  1. #1
    Registered User
    Join Date
    06-02-2015
    Location
    India
    MS-Off Ver
    2010, 2013
    Posts
    91

    How to use Vlookup-Case sensitive

    Hello

    I want to lookup "SAND" not from "sand" in a column so is there any way to use the Match along with vlookup in case sensitive.


    Thanks
    Arpita

  2. #2
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,879

    Re: How to use Vlookup-Case sensitive

    Maybe something like this?

    =INDEX($B$1:$B$3,MATCH(1,FIND(D1,A1:A3,1),0)) - Commit using Ctrl+Shift+Enter

    See the file attached
    Attached Files Attached Files
    Cheers!
    Deep Dave

  3. #3
    Valued Forum Contributor quekbc's Avatar
    Join Date
    01-18-2010
    Location
    Sydney, Australia
    MS-Off Ver
    2010, 2013, 2016
    Posts
    1,149

    Re: How to use Vlookup-Case sensitive

    If you're talking about the MATCH function, you can use this.

    =MATCH(1,--EXACT(A1:A100,"SAND"),0)
    This is an array function and as such, you'll need to hold CTRL and SHIFT before pressing ENTER

  4. #4
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: How to use Vlookup-Case sensitive

    Try the following formula in E1:

    =SUMPRODUCT((EXACT(A$1:A$5,D$1)*(B$1:B$5)))
    Attached Files Attached Files

+ 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. [SOLVED] Case Sensitive Vlookup
    By DawginAuburn in forum Excel General
    Replies: 5
    Last Post: 05-11-2012, 03:39 PM
  2. Vlookup-- case sensitive
    By DawginAuburn in forum Excel General
    Replies: 1
    Last Post: 02-21-2012, 01:54 PM
  3. Case Sensitive Vlookup-How?
    By alfykunable in forum Excel General
    Replies: 4
    Last Post: 12-23-2011, 03:26 AM
  4. Case Sensitive Vlookup plus returning a value
    By Yeah! in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-27-2011, 01:38 AM
  5. Case Sensitive Vlookup
    By VegasL in forum Excel General
    Replies: 4
    Last Post: 05-25-2010, 01:20 PM
  6. Vlookup Case sensitive
    By vinaynaran in forum Excel General
    Replies: 8
    Last Post: 10-16-2008, 11:21 AM
  7. Case sensitive vlookup
    By Tawe in forum Excel General
    Replies: 3
    Last Post: 06-13-2005, 10:43 AM
  8. [SOLVED] any way to make vlookup case sensitive?
    By Dan in NY in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-10-2005, 06:06 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