ScottishLass
New Member
- Joined
- Oct 17, 2017
- Messages
- 1
Hello I'm having trouble with a spreadsheet I have created. When I turn on the filter I can't get the information to display as I want. Please see example layout below.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]Committee 1[/TD]
[TD]Joe Smith[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Jane Brown[/TD]
[/TR]
[TR]
[TD]Committee 2[/TD]
[TD]Alex Davies[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Heather Nimmo[/TD]
[/TR]
[TR]
[TD]Committee 3[/TD]
[TD]Tom Munro[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Jake McDonald[/TD]
[/TR]
[TR]
[TD]Committee 4[/TD]
[TD]David Clark[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Jane Brown[/TD]
[/TR]
</tbody>[/TABLE]
If I filter column B on Jane Brown to see how many Committee's she is on the result is this
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Jane Brown[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Jane Brown[/TD]
[/TR]
</tbody>[/TABLE]
I want column A to show that she is on Committee 1 and 4. I don't want to duplicate the Committee's all the way down column A. Any help would be much appreciated!
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]Committee 1[/TD]
[TD]Joe Smith[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Jane Brown[/TD]
[/TR]
[TR]
[TD]Committee 2[/TD]
[TD]Alex Davies[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Heather Nimmo[/TD]
[/TR]
[TR]
[TD]Committee 3[/TD]
[TD]Tom Munro[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Jake McDonald[/TD]
[/TR]
[TR]
[TD]Committee 4[/TD]
[TD]David Clark[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Jane Brown[/TD]
[/TR]
</tbody>[/TABLE]
If I filter column B on Jane Brown to see how many Committee's she is on the result is this
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Jane Brown[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Jane Brown[/TD]
[/TR]
</tbody>[/TABLE]
I want column A to show that she is on Committee 1 and 4. I don't want to duplicate the Committee's all the way down column A. Any help would be much appreciated!