LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 28
Default How do I use case sensitive VLOOKUP?

I have a problem that I have not found a suitable solution to:

I have a list of all possible combinations of two letters. (i.e. AA,
Aa,....ZZ,Zz)
NOTE that there are four possibilities for any arangement of the letters-
AA Aa aA aa

Each of these combinations has a different value assigned to it in the next
column.
AA 1
Aa 2
aA 3
aa 4

So, how can I use my table to "lookup" the values of any of the combinatios?
Also, it should be noted that not ALL of the values in the cells are two
characters long..... A and a and B and b are in this list as well.

What I need to be able to do is simply type into a cell what I want to
"lookup" and have it spit out the value.

This is formula I have been using but it does not work with all possibilities.
=IF(EXACT(E2761,VLOOKUP(E2761,$B$1:$C$2756,1,FALSE ))=FALSE,VLOOKUP(E2761,$B$1:$C$2756,2,FALSE),"No MATCH")

Basically it works but can only return certain values:

"AA" will return a value as will "aa" but "Aa" or "aA" will not.....
why?

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Case sensitive filter Shudder777 Excel Worksheet Functions 3 February 25th 07 11:26 PM
Case Sensitive w/ IF jeffP Excel Worksheet Functions 11 February 6th 06 01:16 AM
can vlookup be forced to make a case sensitive match? alan Excel Discussion (Misc queries) 1 September 22nd 05 12:59 PM
Case sensitive vlookup Tawe Excel Discussion (Misc queries) 3 June 13th 05 03:43 PM
any way to make vlookup case sensitive? Dan in NY Excel Worksheet Functions 5 February 10th 05 09:05 PM


All times are GMT +1. The time now is 09:52 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"