mearmortal
Programmer
Ive created a list of two columns, the first column lists 0-9, space, a-z and A-Z. Sorted the list using case sensitive so you get 0-9, space, a A b B c C, etc. I then added the second column with similar numbers/letters etc but substituted letters like a with 4 and L with 1. Like you would do with password creations.
The vloopup matches a case of character say 'a' with the one in the first column and substitues the one on the second column right.
(VLOOKUP(C$5,$N:$O,2,FALSE)
C$5 contains 'M' and
$N:$O contains the lookup values
So why is it the returned value is 'm' not 'M' why is the selection not case sensitive, can I adjust it so its case specific.?
I'm looking forward to the reply
The vloopup matches a case of character say 'a' with the one in the first column and substitues the one on the second column right.
(VLOOKUP(C$5,$N:$O,2,FALSE)
C$5 contains 'M' and
$N:$O contains the lookup values
So why is it the returned value is 'm' not 'M' why is the selection not case sensitive, can I adjust it so its case specific.?
I'm looking forward to the reply