View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jayarama Vytla Jayarama Vytla is offline
external usenet poster
 
Posts: 2
Default How do I Lookup next values in Excel?

I think you need to add a Macro.

Best Regards,
Jay

"mwl" wrote in message
...
I've got a worksheet containing data similar to the following:

Name1 Name2
Mark Sharon
John Tracy
Mark Tracy
Mark Chloe
Paul Emma
Paul Stuart

What I am trying to do is, on a new worksheet, obtain each unique name
from
Name1 and place it in column C. Beneath each unique name, I want to list
the
value(s) from Name2 in the cells in column B.

The result should look something like:

Mark
sharon
Tracy
Chloe
John
Tracy
Paul
Emma
Stuart

Is it possible to do this in excel?