View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
SARAH SARAH is offline
external usenet poster
 
Posts: 8
Default Extracting data from one row across multiple columns

I've got a worksheet containing the data extracted from
an electronic questionnaire, each set of answers are
contained in one column with each quesion answer on a
separate row. I need to find a way of looking up all the
answers from one particular question (i.e. the data from
the same row of multiple columns) and then extracting
these in the form of a list without duplicates. Can
anyone help?