Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6665465
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T02:43:34+00:00 2026-05-26T02:43:34+00:00

I have a spreadsheet which contains ‘unique’ IDs. The problem is that they are

  • 0

I have a spreadsheet which contains ‘unique’ IDs. The problem is that they are only case sensitive unique, meaning that I have: a06D000000QO5uW & a06D000000QO5uw.

I want to perform a vlookup on these IDs and pull back a related value. It’s possible to do case sensitive matching using this article I found:

http://support.microsoft.com/kb/214264

The problem I have found is that because the vlookup is nested within the Exact function, it returns the first match it finds, which may not be the one I am after. If I use the data sample from the article, it looks like:

Name    Age     Joe
Mary    32  
joe     48  
Bob     53  
Sue     27  
Joe     30  

and the look up looks like:

=IF(EXACT(C1,VLOOKUP(C1,A1:B6,1,FALSE))=TRUE,VLOOKUP(C1,A1:B6,2,FALSE),"No exact match")

The problem seems to be that the vlookup to test “Joe” comes across “joe” first of all and because it isn’t case sensitive returns that as a match – meaning it never gets to “Joe”. The exact function then fails because it is trying to test “Joe” against “joe”.

Is there any way around this? I really wanted to avoid going down the VBA route because we have a mix of Mac and Window users and so I wanted to keep it to formulas.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T02:43:35+00:00Added an answer on May 26, 2026 at 2:43 am

    Your problem (with this exact example) is covered here

    • The array formula (press Ctrl ShiftEnter
      ) together will return 30 against joe (NA if no match is found). =INDEX(B1:B6,MATCH(1,--EXACT(A1:A6,C1),0))
    • A more straightforward formula mentioned in the same article is =LOOKUP(1,1/EXACT(A1:A6,C1),B1:B6)

    enter image description here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a spreadsheet that contains pivot tables, pivot table charts, xml map tables
I have an excel spreadsheet which contains addresses. I'm reading the data from the
I have inherited an Excel spreadsheet which contains an external data query. I can
I have an application that uses COM interop to create a spreadsheet which is
I have a spreadsheet that has a small number of inputs, which drive a
Suppose you have inherited a massive spreadsheet which contains lots and lots of data.
I have a spreadsheet which requires only one value to be entered into cell
I have a google spreadsheet in which I want a date with only the
I have an excel spreadsheet which contains a calendar control (Microsoft Calendar Control 2007,
I have an Excel Spreadsheet that contains all my data that I need to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.