RE: Vlookup where value begins with
- From: sebastienm <sebastienm@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 23 Nov 2007 18:16:08 -0800
Hi,
What about somthing like:
If A2 starts with X2 then VLOOKUP(...) else A2
= IF( LEFT(A2,LEN(X2)) = LEFT(X2,LEN(X2)) , VLOOKUP(...) , A2 )
--
Regards,
Sébastien
<http://www.ondemandanalysis.com>
"Stephen" wrote:
I have a nother vlookup problem where I'm hoping to be able to return a value.
if the lookup value BEGINS with a certain number which can be found in a
particular cell... I'm not sure it's going to be possible to say...
If the lookup values in the named range begin with the value found in cell
x2, then return the value from the third column in the namged range.
thanks in advance.
- Follow-Ups:
- RE: Vlookup where value begins with
- From: Stephen
- RE: Vlookup where value begins with
- Prev by Date: Re: VLookUp Syntax Error ?
- Next by Date: Re: Deleting content after the last data value in VB or Macro.
- Previous by thread: At a complete loss for lookup/delete...
- Next by thread: RE: Vlookup where value begins with
- Index(es):
Relevant Pages
|