Posted to microsoft.public.excel.misc
|
|
lookup returning several cells
Thank you for the help. Problem solved.
"VBA Noob" wrote:
Hi,
Try this array
=INDEX(Sheet2!$A$1:$A$3,MATCH(TRUE,ISNUMBER(SEARCH ("*"&$A$1:$A$3&"*",A1)),0))
Use Ctrl + Shift + enter to use
VBA Noob
--
VBA Noob
------------------------------------------------------------------------
VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833
View this thread: http://www.excelforum.com/showthread...hreadid=561251
|