Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Vlookup where text not exact

I want to lookup a text field, but although the field I am looking up against
contains the text in my lookup field, it is not exact so Vlookup is not
returning the value, i.e. the field I am using to identify against contains
first initial and surname and the sheet I am looking up contains full name.
I have tried the True option, but it doesn't work properly for all of the
entries. Is there another formula to use.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Vlookup where text not exact


in the formula bar type =vlookup(
then click on the equals sign next to the formula bar, the function
wizard shows, see what happens when you follow the wizard,
by the way vlookup only works left to right, could that be the problem?


--
davesexcel


------------------------------------------------------------------------
davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708
View this thread: http://www.excelforum.com/showthread...hreadid=573429

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,979
Default Vlookup where text not exact

You could use the MATCH and INDEX functions to find a value. For
example, with the name to look up in cell B9, and the lookup table in
cells B3:D6 --

=INDEX($C$3:$C$6,MATCH(LEFT(B9,1) & "*" &
RIGHT(B9,LEN(B9)-2),$B$3:$B$6,0))

Janicej wrote:
I want to lookup a text field, but although the field I am looking up against
contains the text in my lookup field, it is not exact so Vlookup is not
returning the value, i.e. the field I am using to identify against contains
first initial and surname and the sheet I am looking up contains full name.
I have tried the True option, but it doesn't work properly for all of the
entries. Is there another formula to use.



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

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
Return a text string when the result of VLOOKUP formula is #N/A jeremy nickels Excel Worksheet Functions 2 August 4th 06 05:26 PM
text limit using a vlookup Dave D Excel Discussion (Misc queries) 1 March 14th 06 12:09 AM
VLOOKUP (with text) Woody13 Excel Discussion (Misc queries) 3 January 24th 06 07:20 PM
How to get an exact mactch with Vlookup Grd Excel Worksheet Functions 2 April 26th 05 05:16 PM
VLOOKUP first numerical value (not text) titushanke Excel Worksheet Functions 1 February 16th 05 02:52 PM


All times are GMT +1. The time now is 01:07 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"