Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Can I use vlookup to find a wildcard text string ie =vlookup(*a2*,data_range,2,false) If not vlookup, is there an alternative? Thanks Robo -- Robo ------------------------------------------------------------------------ Robo's Profile: http://www.excelforum.com/member.php...o&userid=12058 View this thread: http://www.excelforum.com/showthread...hreadid=487236 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() You ned to concatenate your *s to the cell reference. Your formula would be: =vlookup("*"& A2 & "*", data_range,2,false) -- mdbct ------------------------------------------------------------------------ mdbct's Profile: http://www.excelforum.com/member.php...o&userid=28733 View this thread: http://www.excelforum.com/showthread...hreadid=487236 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thanks very much!! Robo -- Robo ------------------------------------------------------------------------ Robo's Profile: http://www.excelforum.com/member.php...o&userid=12058 View this thread: http://www.excelforum.com/showthread...hreadid=487236 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Looking up a string of text within a string of text | Excel Worksheet Functions | |||
Auto convert an alphanumeric string (CIS9638S) to numbers only? | Excel Worksheet Functions | |||
Inserting Filtered RC cell information into other worksheets | Excel Discussion (Misc queries) | |||
How do I use 3 cells to create the string for a lookup function? | Excel Worksheet Functions | |||
Wildcard MATCH() breaks on long (?) strings | Excel Worksheet Functions |