+ Reply to Thread
Results 1 to 8 of 8

Need Case Sensitive VLOOKUP FOrmula

Hybrid View

  1. #1
    Registered User
    Join Date
    08-05-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    6

    Exclamation Need Case Sensitive VLOOKUP FOrmula

    In the attach picture I'm trying to find exact match of the value in Column C with Column A and if it finds exact match (case sensitive) it should return the value in Column B.

    I've tried the following formulas but it's not working:

    =VLOOKUP(MAX(EXACT(D2,$A$2:$A$9)*(ROW($A$2:$A$9))),$B$2:$C$9,2,0)

    also tried =INDEX(data,MATCH(TRUE,EXACT(D2,A2:AXXX),0),3)

    Appreciate the help in advance.

    Capture.PNG
    Last edited by jobie804; 03-15-2017 at 02:19 AM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,323

    Re: Need Case Sensitive VLOOKUP FOrmula

    This tutorial might help: https://www.ablebits.com/office-addi...nsitive-excel/
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Contributor
    Join Date
    02-14-2017
    Location
    India
    MS-Off Ver
    2013
    Posts
    128

    Re: Need Case Sensitive VLOOKUP FOrmula

    Jobie,

    try this

    =INDEX($A$1:$B$6,MATCH(TRUE,EXACT(C1,$A$1:$A$6),0),2)

    Its an Array formula. Use Ctrl+shift+Enter
    Manikandan Arumugam
    Excel Learner

  4. #4
    Registered User
    Join Date
    08-05-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    6

    Re: Need Case Sensitive VLOOKUP FOrmula

    Quote Originally Posted by Manikandan Arumugam View Post
    Jobie,

    try this

    =INDEX($A$1:$B$6,MATCH(TRUE,EXACT(C1,$A$1:$A$6),0),2)

    Its an Array formula. Use Ctrl+shift+Enter
    Thanks for this. But it still doesn't work. I still get NAs on the results.

  5. #5
    Registered User
    Join Date
    06-04-2014
    Location
    USA
    MS-Off Ver
    Office 2016
    Posts
    72

    Re: Need Case Sensitive VLOOKUP FOrmula

    This isn't going to be much help on the solution, but I believe, with the way your data are formatted, vlookup will not work because it doesn't look backwards so you will need a different function or need to set the data up differently.

  6. #6
    Forum Guru xlnitwit's Avatar
    Join Date
    06-27-2016
    Location
    London
    MS-Off Ver
    Windows: 2010; Mac: 16.13 (O365)
    Posts
    7,085

    Re: Need Case Sensitive VLOOKUP FOrmula

    Hi,

    If you are still getting #N/A on the INDEX MATCH array formula, you do not have exact matches for those rows. There may be leading or trailing spaces, for example.
    Don
    Please remember to mark your thread 'Solved' when appropriate.

  7. #7
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Need Case Sensitive VLOOKUP FOrmula

    ...or you did not use CTRL-Shift-Enter...

    Array Formulae are a little different from ordinary formulae in that they MUST be confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER.

    You will know the array is active when you see curly brackets { } - or "curly braces" for those of you in the USA, or "flower brackets" for those of you in India - appear around the outside of your formula. If you do not use CTRL+SHIFT+ENTER you will (almost always) get an error message or an incorrect answer. Press F2 on that cell and try again.

    Don't type the curly brackets yourself - it won't work...
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  8. #8
    Registered User
    Join Date
    08-05-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    6

    Re: Need Case Sensitive VLOOKUP FOrmula

    Quote Originally Posted by Glenn Kennedy View Post
    ...or you did not use CTRL-Shift-Enter...

    Array Formulae are a little different from ordinary formulae in that they MUST be confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER.

    You will know the array is active when you see curly brackets { } - or "curly braces" for those of you in the USA, or "flower brackets" for those of you in India - appear around the outside of your formula. If you do not use CTRL+SHIFT+ENTER you will (almost always) get an error message or an incorrect answer. Press F2 on that cell and try again.

    Don't type the curly brackets yourself - it won't work...

    Thanks! I tried again and did the CTRL-SHIFT-ENTER and it is now working!

    Thanks everyone!

+ 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. How to use Vlookup-Case sensitive
    By Terressa in forum Excel General
    Replies: 3
    Last Post: 07-15-2015, 02:57 AM
  2. [SOLVED] Case Sensitive Vlookup
    By DawginAuburn in forum Excel General
    Replies: 5
    Last Post: 05-11-2012, 03:39 PM
  3. Vlookup-- case sensitive
    By DawginAuburn in forum Excel General
    Replies: 1
    Last Post: 02-21-2012, 01:54 PM
  4. Case Sensitive Vlookup-How?
    By alfykunable in forum Excel General
    Replies: 4
    Last Post: 12-23-2011, 03:26 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

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