Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15
Default VLOOKUP returning value when range_lookup false

Hello!
I have "false" as my range_lookup in VLOOKUP. It is still returning a match
to something that is not exact. Am I doing something wrong?
Thanks!
--
Jodie
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default VLOOKUP returning value when range_lookup false

Post your formula with a description of when this happens, and we might
be able to help you.

Pete

jodieg donotspam wrote:
Hello!
I have "false" as my range_lookup in VLOOKUP. It is still returning a match
to something that is not exact. Am I doing something wrong?
Thanks!
--
Jodie


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15
Default VLOOKUP returning value when range_lookup false

Here is my formula:
=VLOOKUP(A23,MFRPT11.XLS!$A$6:$B$20,2,FALSE)
It is matching the numbers for both of the following values:
*******MIXED ADC
*AUTO**MIXED ADC
even though they are not exactly the same.
--
Jodie

Pete_UK" wrote:

Post your formula with a description of when this happens, and we might
be able to help you.

Pete

jodieg donotspam wrote:
Hello!
I have "false" as my range_lookup in VLOOKUP. It is still returning a match
to something that is not exact. Am I doing something wrong?
Thanks!
--
Jodie



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default VLOOKUP returning value when range_lookup false

It is treating the * as wildcards.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"jodieg" .(donotspam) wrote in message
...
Here is my formula:
=VLOOKUP(A23,MFRPT11.XLS!$A$6:$B$20,2,FALSE)
It is matching the numbers for both of the following values:
*******MIXED ADC
*AUTO**MIXED ADC
even though they are not exactly the same.
--
Jodie

Pete_UK" wrote:

Post your formula with a description of when this happens, and we might
be able to help you.

Pete

jodieg donotspam wrote:
Hello!
I have "false" as my range_lookup in VLOOKUP. It is still returning a

match
to something that is not exact. Am I doing something wrong?
Thanks!
--
Jodie





  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15
Default VLOOKUP returning value when range_lookup false

Is there a way to prevent it from viewing it as a wildcard and as a character
with value instead?
--
Jodie Gardner


"Bob Phillips" wrote:

It is treating the * as wildcards.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"jodieg" .(donotspam) wrote in message
...
Here is my formula:
=VLOOKUP(A23,MFRPT11.XLS!$A$6:$B$20,2,FALSE)
It is matching the numbers for both of the following values:
*******MIXED ADC
*AUTO**MIXED ADC
even though they are not exactly the same.
--
Jodie

Pete_UK" wrote:

Post your formula with a description of when this happens, and we might
be able to help you.

Pete

jodieg donotspam wrote:
Hello!
I have "false" as my range_lookup in VLOOKUP. It is still returning a

match
to something that is not exact. Am I doing something wrong?
Thanks!
--
Jodie







  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default VLOOKUP returning value when range_lookup false

Hi Jodie,

Not that formula as far as I can see, but you can get it with this somewhat
more convoluted formula

=INDEX($B$6:$B$20,MIN(IF(SUBSTITUTE(A23,"*","~")=S UBSTITUTE($A$6:$A$20,"*","
~"),ROW($A$6:$A$20)-ROW($A$6)+1)))

which is an array formula, it should be committed with Ctrl-Shift-Enter, not
just Enter.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"jodieg" .(donotspam) wrote in message
...
Is there a way to prevent it from viewing it as a wildcard and as a

character
with value instead?
--
Jodie Gardner


"Bob Phillips" wrote:

It is treating the * as wildcards.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"jodieg" .(donotspam) wrote in message
...
Here is my formula:
=VLOOKUP(A23,MFRPT11.XLS!$A$6:$B$20,2,FALSE)
It is matching the numbers for both of the following values:
*******MIXED ADC
*AUTO**MIXED ADC
even though they are not exactly the same.
--
Jodie

Pete_UK" wrote:

Post your formula with a description of when this happens, and we

might
be able to help you.

Pete

jodieg donotspam wrote:
Hello!
I have "false" as my range_lookup in VLOOKUP. It is still

returning a
match
to something that is not exact. Am I doing something wrong?
Thanks!
--
Jodie







Reply
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
VLOOKUP - WISH TO SUBSTITUTE FALSE FOR A VALUE David Excel Discussion (Misc queries) 6 July 13th 06 01:43 AM
vlookup returning a #N/A value Ian Excel Worksheet Functions 5 May 17th 06 02:58 PM
vlookup is returning a value one cell above the correct cell. dbaker4 Excel Worksheet Functions 4 April 20th 06 08:21 PM
Shorten a Macro mully Excel Discussion (Misc queries) 7 December 30th 05 05:52 PM
MY VLOOKUP IS RETURNING N/A AND THEREFORE MY TOTAL SUM AT THE BOT. Martin Excel Discussion (Misc queries) 2 December 13th 04 11:21 AM


All times are GMT +1. The time now is 04:29 AM.

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"