wanstronian
New Member
- Joined
- Dec 12, 2008
- Messages
- 10
Hi,
I have two columns of data, as below.
<tbody>
</tbody>
I want to create, using formulas instead of macros if possible, two further lists, with headings of "Fred" and "Barney" and under each, is the list of people/dinosaurs associated with each. So the two resultant lists would be:
<tbody>
</tbody>
So effectively I want to be able to select the list of things in column B, where the adjacent value in Column A is equal to the heading in my new list. It feels like an array formula might do this, but my initial attempts have been catastrophic failure.
Can anybody help?
Thanks
W
I have two columns of data, as below.
Col A | Col B |
Fred | Wilma |
Barney | Betty |
Barney | Bam Bam |
Fred | Pebbles |
Fred | Dino |
<tbody>
</tbody>
I want to create, using formulas instead of macros if possible, two further lists, with headings of "Fred" and "Barney" and under each, is the list of people/dinosaurs associated with each. So the two resultant lists would be:
Fred | Barney |
Wilma | Betty |
Pebbles | Bam Bam |
Dino |
<tbody>
</tbody>
So effectively I want to be able to select the list of things in column B, where the adjacent value in Column A is equal to the heading in my new list. It feels like an array formula might do this, but my initial attempts have been catastrophic failure.
Can anybody help?
Thanks
W