excellearner17
New Member
- Joined
- Nov 10, 2017
- Messages
- 6
I have a long list (over 400 rows) of duplicated project names which have different actions and priorities.
On another tab I want to extract all the project names + action combination that have top priority assigned. How do I do that?
Example
Raw data tab
[TABLE="width: 500"]
<tbody>[TR]
[TD]Project name[/TD]
[TD]Action[/TD]
[TD]Priority[/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD]Contact Mark[/TD]
[TD]Top priority[/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD]Sign agreement[/TD]
[TD]Not top priority[/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD]Finalise presentation[/TD]
[TD]Top priority[/TD]
[/TR]
[TR]
[TD]Red[/TD]
[TD]Call Jessica[/TD]
[TD]Top priority[/TD]
[/TR]
[TR]
[TD]Green[/TD]
[TD]Schedule meeting[/TD]
[TD]Not top priority[/TD]
[/TR]
</tbody>[/TABLE]
Output tab
[TABLE="width: 500"]
<tbody>[TR]
[TD]Project name[/TD]
[TD]Action[/TD]
[TD]Priority[/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD]Contact Mark[/TD]
[TD]Top priority[/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD]Finalise presentation[/TD]
[TD]Top priority[/TD]
[/TR]
[TR]
[TD]Red[/TD]
[TD]Call Jessica[/TD]
[TD]Top priority[/TD]
[/TR]
</tbody>[/TABLE]
Thank you! I've been breaking my head trying to figure this out - any help will be very much appreciated!
On another tab I want to extract all the project names + action combination that have top priority assigned. How do I do that?
Example
Raw data tab
[TABLE="width: 500"]
<tbody>[TR]
[TD]Project name[/TD]
[TD]Action[/TD]
[TD]Priority[/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD]Contact Mark[/TD]
[TD]Top priority[/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD]Sign agreement[/TD]
[TD]Not top priority[/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD]Finalise presentation[/TD]
[TD]Top priority[/TD]
[/TR]
[TR]
[TD]Red[/TD]
[TD]Call Jessica[/TD]
[TD]Top priority[/TD]
[/TR]
[TR]
[TD]Green[/TD]
[TD]Schedule meeting[/TD]
[TD]Not top priority[/TD]
[/TR]
</tbody>[/TABLE]
Output tab
[TABLE="width: 500"]
<tbody>[TR]
[TD]Project name[/TD]
[TD]Action[/TD]
[TD]Priority[/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD]Contact Mark[/TD]
[TD]Top priority[/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD]Finalise presentation[/TD]
[TD]Top priority[/TD]
[/TR]
[TR]
[TD]Red[/TD]
[TD]Call Jessica[/TD]
[TD]Top priority[/TD]
[/TR]
</tbody>[/TABLE]
Thank you! I've been breaking my head trying to figure this out - any help will be very much appreciated!