DaraMurray
New Member
- Joined
- Feb 6, 2017
- Messages
- 14
Hi there!
I am new to posting on the forum, but have been an avid reader as I work on my Excel skills (after switching from another platform).
Here's my question that is beyond my skillset:
I have a large list that I need to pull subsets from. My master list contains names, phone numbers, addresses, etc. I want to create smaller lists in brand new sheets by pulling a name, for example, only if certain criteria are met such as: city, experience, etc. I've hit a frustration wall.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Phone #[/TD]
[TD]City[/TD]
[TD]Experienced[/TD]
[TD]French[/TD]
[TD]Trained[/TD]
[/TR]
[TR]
[TD]Amanda[/TD]
[TD]123-456-7890[/TD]
[TD]Dallas[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Brenda[/TD]
[TD]234-567-8901[/TD]
[TD]Houston[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Catherine[/TD]
[TD]345-678-9012[/TD]
[TD]Austin[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Debra[/TD]
[TD]567-890-1234[/TD]
[TD]Dallas[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Eve[/TD]
[TD]678-901-2345[/TD]
[TD]Houston[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Frances[/TD]
[TD]890-123-4567[/TD]
[TD]Austin[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
In my NEW sheet (Sheet2) I would want to create a formula so that a name would be populated based on living in Dallas and being "Experienced" so that my first column in my new sheet is only filled with the names of experienced people who also live in Dallas. I would then go on to populate the next column in the new sheet with phone numbers of those people, but once I have the names I can just do VLOOKUP or INDEX/MATCH. It's the first step I'm hung up on!
I tried something like this: =INDEX('Sheet1'!A2:F7,,1,IF('Sheet1'!C2:C7,"Dallas",AND('Sheet1'!D2:D7,"0")))
Which of course returned an error.
Thank you in advance for your time and help!
I am new to posting on the forum, but have been an avid reader as I work on my Excel skills (after switching from another platform).
Here's my question that is beyond my skillset:
I have a large list that I need to pull subsets from. My master list contains names, phone numbers, addresses, etc. I want to create smaller lists in brand new sheets by pulling a name, for example, only if certain criteria are met such as: city, experience, etc. I've hit a frustration wall.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Phone #[/TD]
[TD]City[/TD]
[TD]Experienced[/TD]
[TD]French[/TD]
[TD]Trained[/TD]
[/TR]
[TR]
[TD]Amanda[/TD]
[TD]123-456-7890[/TD]
[TD]Dallas[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Brenda[/TD]
[TD]234-567-8901[/TD]
[TD]Houston[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Catherine[/TD]
[TD]345-678-9012[/TD]
[TD]Austin[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Debra[/TD]
[TD]567-890-1234[/TD]
[TD]Dallas[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Eve[/TD]
[TD]678-901-2345[/TD]
[TD]Houston[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Frances[/TD]
[TD]890-123-4567[/TD]
[TD]Austin[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
In my NEW sheet (Sheet2) I would want to create a formula so that a name would be populated based on living in Dallas and being "Experienced" so that my first column in my new sheet is only filled with the names of experienced people who also live in Dallas. I would then go on to populate the next column in the new sheet with phone numbers of those people, but once I have the names I can just do VLOOKUP or INDEX/MATCH. It's the first step I'm hung up on!
I tried something like this: =INDEX('Sheet1'!A2:F7,,1,IF('Sheet1'!C2:C7,"Dallas",AND('Sheet1'!D2:D7,"0")))
Which of course returned an error.
Thank you in advance for your time and help!