LookUP certain words and return back corresponding values

E

Excel Dumbo

Hello friends,

please help build a formula to lookup certain values ina list of dat
and pull out corresponding values.

Please see attached.

Any help will be appreciated.


Regards,
Dumb

+-------------------------------------------------------------------
|Filename: LookUP certian words and return back values.zip
|Download: http://www.excelbanter.com/attachment.php?attachmentid=865
+-------------------------------------------------------------------
 
C

Claus Busch

Hi,

Am Fri, 3 May 2013 08:36:20 +0100 schrieb Excel Dumbo:
please help build a formula to lookup certain values ina list of data
and pull out corresponding values.

try in D2:
=IF(COUNT(SEARCH({"EYECARE PLUS","EYE CARE PLUS"},A2))+COUNT(SEARCH({"EYECARE PLUS","EYE CARE PLUS"},B2))>0,C2,0)


Regards
Claus Busch
 
E

Excel Dumbo

thanks claus. it worked like magic. thanks heap

+-------------------------------------------------------------------
+-------------------------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top