LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Vlookup not returning information

--Have you tried the below version
=VLOOKUP("*" & TRIM($A53) & "*",Sheet2!A:B,2,0)

--I am sure this is something simple which we are unable to track. Check
your named range; Copy paste a small set of data to another workbook and try
out sample VLOOKUPS() to find whats happening..

If this post helps click Yes
---------------
Jacob Skaria


"dannaz" wrote:

No spaces before or after. I have tried copying the part number from
spreadsheet B and inserting it into spreadsheet A to make sure the number are
identical. Still will not return the description. Also, if I insert a new
line in spreadsheet B and enter a new part number and description, then try
to recall this in spreadsheet A, it still will not find that new part number
description.

Dan

"Jacob Skaria" wrote:

OK. Check whether you are having a space before or after ":CFF-8" in cell $A53.


Inorder to handle the additional : in your lookup table you can adjust the
vlookup to the below...which will lookup "CFF-8" and return the results for
":CFF-8" ....

=VLOOKUP("*" & TRIM($A53) & "*",Sheet2!A:B,2,0)

If this post helps click Yes
---------------
Jacob Skaria

 
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
Copying concatenate not returning correct cell information Aneka Excel Discussion (Misc queries) 6 December 10th 08 05:24 PM
VLookUp - Does the VLookUp return the exact information? Cpviv Excel Worksheet Functions 2 October 28th 08 09:57 AM
VLookup returning more than one Row of information Kharum Excel Worksheet Functions 2 November 29th 06 06:58 PM
Looking up information and returning a value Camp7640 Excel Discussion (Misc queries) 4 September 21st 06 07:13 PM
Help comparing data and returning information... dcjames Excel Worksheet Functions 1 April 5th 05 04:58 PM


All times are GMT +1. The time now is 04:06 PM.

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"