wanstronian
New Member
- Joined
- Dec 12, 2008
- Messages
- 10
Hi,
I have two columns of data, as below.
[TABLE="class: cms_table, width: 500"]
<tbody>[TR]
[TD]Col A[/TD]
[TD]Col B[/TD]
[/TR]
[TR]
[TD]Fred[/TD]
[TD]Wilma[/TD]
[/TR]
[TR]
[TD]Barney[/TD]
[TD]Betty[/TD]
[/TR]
[TR]
[TD]Barney[/TD]
[TD]Bam Bam[/TD]
[/TR]
[TR]
[TD]Fred[/TD]
[TD]Pebbles[/TD]
[/TR]
[TR]
[TD]Fred[/TD]
[TD]Dino[/TD]
[/TR]
</tbody>[/TABLE]
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:
[TABLE="class: cms_table, width: 500"]
<tbody>[TR]
[TD]Fred[/TD]
[TD]Barney[/TD]
[/TR]
[TR]
[TD]Wilma[/TD]
[TD]Betty[/TD]
[/TR]
[TR]
[TD]Pebbles[/TD]
[TD]Bam Bam[/TD]
[/TR]
[TR]
[TD]Dino[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
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.
[TABLE="class: cms_table, width: 500"]
<tbody>[TR]
[TD]Col A[/TD]
[TD]Col B[/TD]
[/TR]
[TR]
[TD]Fred[/TD]
[TD]Wilma[/TD]
[/TR]
[TR]
[TD]Barney[/TD]
[TD]Betty[/TD]
[/TR]
[TR]
[TD]Barney[/TD]
[TD]Bam Bam[/TD]
[/TR]
[TR]
[TD]Fred[/TD]
[TD]Pebbles[/TD]
[/TR]
[TR]
[TD]Fred[/TD]
[TD]Dino[/TD]
[/TR]
</tbody>[/TABLE]
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:
[TABLE="class: cms_table, width: 500"]
<tbody>[TR]
[TD]Fred[/TD]
[TD]Barney[/TD]
[/TR]
[TR]
[TD]Wilma[/TD]
[TD]Betty[/TD]
[/TR]
[TR]
[TD]Pebbles[/TD]
[TD]Bam Bam[/TD]
[/TR]
[TR]
[TD]Dino[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
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