Fing value in column and associate result to it

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Excel 2003:

I need to search a value in worksheet (2) that exists in worksheet (1), confirm if it status, in the same row but another column, is "ok" or "not ok" and associate a result for the search ("yes" if "ok" or "no" if "not ok"). But in worksheet (2) there are more than one result for each search.

Example:
worksheet 1: | worksheet 2:
column A | column A column B
HOME | HOME---------------ok
CAT | HOME--------------not ok
DOG | HOME--------------not ok
FATHER | DOG-----------------ok
MOTHER | DOG-----------------not ok
SON | CAT-----------------not ok


If one of the values on status (column B, worksheet 2) is "ok" for the same name associated (column A), the result is "yes", independently if the other status is "not ok"

Thanks a lot
Eduardo
 
See reply in misc - and please don't multipost.

--
Andy.


Eduardo said:
Excel 2003:

I need to search a value in worksheet (2) that exists in worksheet (1),
confirm if it status, in the same row but another column, is "ok" or "not
ok" and associate a result for the search ("yes" if "ok" or "no" if "not
ok"). But in worksheet (2) there are more than one result for each search.
Example:
worksheet 1: | worksheet 2:
column A | column A column B
HOME | HOME---------------ok
CAT | HOME--------------not ok
DOG | HOME--------------not ok
FATHER | DOG-----------------ok
MOTHER | DOG-----------------not ok
SON | CAT-----------------not ok


If one of the values on status (column B, worksheet 2) is "ok" for the
same name associated (column A), the result is "yes", independently if the
other status is "not ok"
 

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

Back
Top