Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Vlookup not working

I am using VLOOKUP with a range of part refs some are numeric only, some are
alphanumeric.

My lookup is working fine with the alphanumerics, but not the numerics.
Please help. I have tried formatting all refs in each worksheet as text to
no avail.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Vlookup not working

Formatting a cell to text won't change the value.

You'll have to do more to convert the number numbers to text.

If the lookup table has real text in it and there are real numbers in the value
to lookup, you could change your formula:

=vlookup(a1&"",.....

By concatenating the empty string "" to the value, you've made it text.

You could do the same thing in another column:
=a1&""
and drag down
then convert to values
and delete the original column of data.

=====
If you have to fix both the lookup table's key column and a column to match, you
could use:

Data|Text to columns
fixed width
(don't separate anything)
Choose Text as the field type.
(be aware that this will eliminate both leading and trailing spaces, though.)



SMRE wrote:

I am using VLOOKUP with a range of part refs some are numeric only, some are
alphanumeric.

My lookup is working fine with the alphanumerics, but not the numerics.
Please help. I have tried formatting all refs in each worksheet as text to
no avail.


--

Dave Peterson
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
Problem with VLOOKUP in 2003. Carlgru Excel Worksheet Functions 2 September 27th 06 08:04 PM
vlookup formula not working with data on separate sheet akee Excel Worksheet Functions 18 March 16th 06 03:18 PM
Vlookup not working because of duplicate matches BBS Excel Worksheet Functions 8 February 3rd 06 11:39 AM
Vlookup not working in 2000 - worked in 97! [email protected] Excel Discussion (Misc queries) 3 September 7th 05 11:30 AM
Vlookup info being used without vlookup table attached? Excel Worksheet Functions 0 January 25th 05 10:43 AM


All times are GMT +1. The time now is 12:54 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"