fuzzyjonclay
New Member
- Joined
- Jul 30, 2017
- Messages
- 9
Hi everyone
I have a problem filtering out certain rows and wonder if someone could please help me.
The table below represents my spreadsheet. I have carried out an EXACT function to find cells underneath each other that are the same (e.g. David & David and Philip & Philip in ColumnB). This is represented by having TRUE in ColumnC on the first row of the matches.
What I would like to achieve is to only show the rows that have TRUE in ColumnC along with the row immediately below it. So, I would like to keep the 2 Davids and the 2 Philips, but get rid of the Sally and Sue rows.
[TABLE="width: 500"]
<tbody>[TR]
[TD]ColumnA[/TD]
[TD]ColumnB[/TD]
[TD]ColumnC[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]David[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]101[/TD]
[TD]David[/TD]
[TD]FALSE[/TD]
[/TR]
[TR]
[TD]102[/TD]
[TD]Sally[/TD]
[TD]FALSE[/TD]
[/TR]
[TR]
[TD]103[/TD]
[TD]Philip[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]104[/TD]
[TD]Philip[/TD]
[TD]FALSE[/TD]
[/TR]
[TR]
[TD]105[/TD]
[TD]Sue[/TD]
[TD]FALSE[/TD]
[/TR]
</tbody>[/TABLE]
I hope this makes sense!
Many thanks for your help.
Jon
I have a problem filtering out certain rows and wonder if someone could please help me.
The table below represents my spreadsheet. I have carried out an EXACT function to find cells underneath each other that are the same (e.g. David & David and Philip & Philip in ColumnB). This is represented by having TRUE in ColumnC on the first row of the matches.
What I would like to achieve is to only show the rows that have TRUE in ColumnC along with the row immediately below it. So, I would like to keep the 2 Davids and the 2 Philips, but get rid of the Sally and Sue rows.
[TABLE="width: 500"]
<tbody>[TR]
[TD]ColumnA[/TD]
[TD]ColumnB[/TD]
[TD]ColumnC[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]David[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]101[/TD]
[TD]David[/TD]
[TD]FALSE[/TD]
[/TR]
[TR]
[TD]102[/TD]
[TD]Sally[/TD]
[TD]FALSE[/TD]
[/TR]
[TR]
[TD]103[/TD]
[TD]Philip[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]104[/TD]
[TD]Philip[/TD]
[TD]FALSE[/TD]
[/TR]
[TR]
[TD]105[/TD]
[TD]Sue[/TD]
[TD]FALSE[/TD]
[/TR]
</tbody>[/TABLE]
I hope this makes sense!
Many thanks for your help.
Jon