#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Unidentical VLOOKUP


Hi all,

I'm currently using the below formula to check if a project name
appears in another spreadsheet:

=IF(VLOOKUP(A4,'Retail Tracker 3.3.xls'!twooffive,1,FALSE)=D4,"Y","")

I have a slight problem though as a number of projects names have extra
words either side of them - thus making the VLOOKUP obsolete. For
example - in the documents with the above formula a project appears as
'Newark-On-Trent', however in the file 'Retail Tracker 3.3.xls, it
might appear as 'Newark-on-Trent Broad Street' or even 'Broad Street
Newark-on-Trent'.

Can anyone suggest what I need to do to my current formula (or another
formula altogether) that would allow for these differences in name, but
still pick it up if (again, for example) 'Newark-On-Trent' appears in
the project name.

Hope that's clear.

TIA,

SamuelT


--
SamuelT
------------------------------------------------------------------------
SamuelT's Profile: http://www.excelforum.com/member.php...o&userid=27501
View this thread: http://www.excelforum.com/showthread...hreadid=573744

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 179
Default Unidentical VLOOKUP

add "*"

=IF(VLOOKUP(A4&"*",'Retail Tracker 3.3.xls'!twooffive,1,FALSE)=D4,"Y","")


"SamuelT" wrote:


Hi all,

I'm currently using the below formula to check if a project name
appears in another spreadsheet:

=IF(VLOOKUP(A4,'Retail Tracker 3.3.xls'!twooffive,1,FALSE)=D4,"Y","")

I have a slight problem though as a number of projects names have extra
words either side of them - thus making the VLOOKUP obsolete. For
example - in the documents with the above formula a project appears as
'Newark-On-Trent', however in the file 'Retail Tracker 3.3.xls, it
might appear as 'Newark-on-Trent Broad Street' or even 'Broad Street
Newark-on-Trent'.

Can anyone suggest what I need to do to my current formula (or another
formula altogether) that would allow for these differences in name, but
still pick it up if (again, for example) 'Newark-On-Trent' appears in
the project name.

Hope that's clear.

TIA,

SamuelT


--
SamuelT
------------------------------------------------------------------------
SamuelT's Profile: http://www.excelforum.com/member.php...o&userid=27501
View this thread: http://www.excelforum.com/showthread...hreadid=573744


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Unidentical VLOOKUP


Many thanks Muhammed.


--
SamuelT
------------------------------------------------------------------------
SamuelT's Profile: http://www.excelforum.com/member.php...o&userid=27501
View this thread: http://www.excelforum.com/showthread...hreadid=573744

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 a Vlookup adamb2000 Excel Worksheet Functions 4 June 28th 06 10:54 PM
VLOOKUP Problem Ian Excel Discussion (Misc queries) 3 April 6th 06 06:47 PM
VLOOKUP Limitations chris_manning Excel Worksheet Functions 2 August 9th 05 06:23 PM
vlookup data hidden within worksheet Excel Worksheet Functions 0 January 26th 05 12:09 PM
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 03:28 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"