View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Question: Regarding Lookups

C3 x 4.1

Is that the literal TEXT string C3 x 4.1 or does that mean cell C3 times
4.1?

If you're using the LOOKUP( ) function then the lookup_vector *must* be
sorted in ascending order otherwise there's no telling what result you may
get.

You can probably use the VLOOKUP( ) and set the range_lookup argument to 0
or FALSE to find exact matches only.

--
Biff
Microsoft Excel MVP


"Derrick" wrote in message
...
Why won't Lookup recognize C3 x 4.1 when the cell im looking it up in
has...
C3 x 4.1 exactly?
also in that column are 2 x 4, 2 x 2 x .125, and many more, but Lookup()
can
'lookup' these cells.

can anyone offer an explanation? or a method of fixing this?

thanks