I have a worksheet that contains information like this in two separate columns:
Name 1 Securities & Capital Markets
Name 2 Employment
Name 3 Employment
Name 4 Global Projects
Name 5 Global Projects
Name 6 ERISA
Name 7 Intellectual Property
Name 8 Investment Management
Name 9 ERISA
In a separate worksheet, what I would like to get is a list of all of the names associated with a certain group from the first worksheet. So for the ERISA worksheet, I would get back Name 6 and Name 9 only and none of the others. So it would look like:
ERISA Names header
Name 6
Name 9
I've tried vlookups and just regular lookups, but I keep running into the problem of getting the same name and never getting the second name on the list. Is there some kind of programming I have to do for this?
Name 1 Securities & Capital Markets
Name 2 Employment
Name 3 Employment
Name 4 Global Projects
Name 5 Global Projects
Name 6 ERISA
Name 7 Intellectual Property
Name 8 Investment Management
Name 9 ERISA
In a separate worksheet, what I would like to get is a list of all of the names associated with a certain group from the first worksheet. So for the ERISA worksheet, I would get back Name 6 and Name 9 only and none of the others. So it would look like:
ERISA Names header
Name 6
Name 9
I've tried vlookups and just regular lookups, but I keep running into the problem of getting the same name and never getting the second name on the list. Is there some kind of programming I have to do for this?