TdC
Trem's hunky sex love muffin
- Joined
- Dec 20, 2003
- Messages
- 30,925
I'm poo at excel. Please help me.
This is the deal: I want to select a range out of another range based on criteria that I have in a list. That selection I want to appear in the sheet at some place.
the range looks like this:
the list I have looks like this:
I want to select all instances in the range where col "name" exists in list "list" and copy that to some place in the sheet without using VB if possible.
Help
This is the deal: I want to select a range out of another range based on criteria that I have in a list. That selection I want to appear in the sheet at some place.
the range looks like this:
Code:
name some info more info other info different info
name some info more info other info different info
name some info more info other info different info
etc
the list I have looks like this:
Code:
nameA
nameB
nameC
etc
I want to select all instances in the range where col "name" exists in list "list" and copy that to some place in the sheet without using VB if possible.
Help