excellearner17
New Member
- Joined
- Nov 10, 2017
- Messages
- 6
Second part is based on the row number of the returned cell value, match other two columns. Maybe an example will make this more clear:
From the raw data I want to extract the program name whenever there is no responsible person assigned (cell blank), After I want to be able to match the sub-program and task with the right program
Key facts:
- The list is long, so I need a formula that can continue to scan down, even if more rows are added
- The raw data and output will be in separate tabs
Raw data[TABLE="width: 500"]
<tbody>[TR]
[TD]Program[/TD]
[TD]Sub-program[/TD]
[TD]Task[/TD]
[TD]Responsible person[/TD]
[/TR]
[TR]
[TD]Office
[/TD]
[TD]Supplies[/TD]
[TD]Contact suppliers[/TD]
[TD]Kevin
[/TD]
[/TR]
[TR]
[TD]Office[/TD]
[TD]Supplies[/TD]
[TD]Pay suppliers[/TD]
[TD]Jessica[/TD]
[/TR]
[TR]
[TD]Office[/TD]
[TD]Recruitment[/TD]
[TD]Contact agencies[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Home[/TD]
[TD]*******[/TD]
[TD]Monthly shopping[/TD]
[TD]Paul[/TD]
[/TR]
</tbody>[/TABLE]
Output
[TABLE="width: 500"]
<tbody>[TR]
[TD]Program[/TD]
[TD]Sub-program[/TD]
[TD]Task[/TD]
[/TR]
[TR]
[TD]Office[/TD]
[TD]Recruitment[/TD]
[TD]Contact agencies[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Any help much much appreciated!
****** id="cke_pastebin" style="position: absolute; top: 214.667px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">[TABLE="width: 500"]
<tbody>[TR]
[TD]Program[/TD]
[TD]Sub-program[/TD]
[TD]Task[/TD]
[/TR]
</tbody>[/TABLE]
</body>
From the raw data I want to extract the program name whenever there is no responsible person assigned (cell blank), After I want to be able to match the sub-program and task with the right program
Key facts:
- The list is long, so I need a formula that can continue to scan down, even if more rows are added
- The raw data and output will be in separate tabs
Raw data[TABLE="width: 500"]
<tbody>[TR]
[TD]Program[/TD]
[TD]Sub-program[/TD]
[TD]Task[/TD]
[TD]Responsible person[/TD]
[/TR]
[TR]
[TD]Office
[/TD]
[TD]Supplies[/TD]
[TD]Contact suppliers[/TD]
[TD]Kevin
[/TD]
[/TR]
[TR]
[TD]Office[/TD]
[TD]Supplies[/TD]
[TD]Pay suppliers[/TD]
[TD]Jessica[/TD]
[/TR]
[TR]
[TD]Office[/TD]
[TD]Recruitment[/TD]
[TD]Contact agencies[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Home[/TD]
[TD]*******[/TD]
[TD]Monthly shopping[/TD]
[TD]Paul[/TD]
[/TR]
</tbody>[/TABLE]
Output
[TABLE="width: 500"]
<tbody>[TR]
[TD]Program[/TD]
[TD]Sub-program[/TD]
[TD]Task[/TD]
[/TR]
[TR]
[TD]Office[/TD]
[TD]Recruitment[/TD]
[TD]Contact agencies[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Any help much much appreciated!
****** id="cke_pastebin" style="position: absolute; top: 214.667px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">[TABLE="width: 500"]
<tbody>[TR]
[TD]Program[/TD]
[TD]Sub-program[/TD]
[TD]Task[/TD]
[/TR]
</tbody>[/TABLE]
</body>