J
J
WindowsXP, and Excell 2002 (XP), Celeron 1gig
Something is wrong here.
I have rebooted. Twice
And rebuilt the notebook.
Cell formula
result
------------------------------------------ -------------
=VLOOKUP("a",table1,2,FALSE) a
=VLOOKUP("A",table1,2,FALSE) a
=VLOOKUP("a",table1,2,TRUE) A
=VLOOKUP("A",table1,2,TRUE) A
-----------table1------------
a a
A A
b b
B B
The FALSE parameter is supposed to display the actual value.
Range_lookup is a logical value that specifies whether you want VLOOKUP to
find an exact match or an approximate match. If TRUE or omitted, an
approximate match is returned. In other words, if an exact match is not
found, the next largest value that is less than lookup_value is returned. If
FALSE, VLOOKUP will find an exact match. If one is not found, the error
value #N/A is returned.
Anybody have an idea?
J
Something is wrong here.
I have rebooted. Twice
And rebuilt the notebook.
Cell formula
result
------------------------------------------ -------------
=VLOOKUP("a",table1,2,FALSE) a
=VLOOKUP("A",table1,2,FALSE) a
=VLOOKUP("a",table1,2,TRUE) A
=VLOOKUP("A",table1,2,TRUE) A
-----------table1------------
a a
A A
b b
B B
The FALSE parameter is supposed to display the actual value.
Range_lookup is a logical value that specifies whether you want VLOOKUP to
find an exact match or an approximate match. If TRUE or omitted, an
approximate match is returned. In other words, if an exact match is not
found, the next largest value that is less than lookup_value is returned. If
FALSE, VLOOKUP will find an exact match. If one is not found, the error
value #N/A is returned.
Anybody have an idea?
J