View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
S Shipley S Shipley is offline
external usenet poster
 
Posts: 11
Default Finding a value in one of two columns

I have a spreadsheet where column A contains 4 character department codes
i.e. A123 and column B contains multiple 4 character department codes
separated by commas. I want to find the value A123 in either column A or
column B and if found put a Yes in column C and if not found then put a No in
column C for that row. I have tried several different functions and
combinations of functions but I can't seem to get reliable results.