swelldandy
New Member
- Joined
- Feb 27, 2019
- Messages
- 2
I have to create a work plan spreadsheet that tracks tasks, which have steps.
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Task X [/TD]
[TD]Status[/TD]
[/TR]
[TR]
[TD]Step 1[/TD]
[TD]1. Status 1[/TD]
[/TR]
[TR]
[TD]Step 2[/TD]
[TD]2. Status 2[/TD]
[/TR]
[TR]
[TD]Step 3[/TD]
[TD]3. Status 3[/TD]
[/TR]
[TR]
[TD]Step 4[/TD]
[TD]4. Status 4[/TD]
[/TR]
[TR]
[TD]Step 5[/TD]
[TD]5. Status 5[/TD]
[/TR]
[TR]
[TD]Step 6[/TD]
[TD]6. Status 6[/TD]
[/TR]
</tbody>[/TABLE]
As each staff member completes the step, they will update the status line, for example "DoF approval received 01/01/2019"
From there, I would like to have a sheet where each task was condensed down into the task and the latest status. For example:
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Task [/TD]
[TD]Status[/TD]
[/TR]
[TR]
[TD]Task 1 [/TD]
[TD]4. DoF approval received 01/01/2019[/TD]
[/TR]
[TR]
[TD]Task 2[/TD]
[TD]3. Approval requested by DoF [/TD]
[/TR]
</tbody>[/TABLE]
Is it possible to ask Excel to look at line 6 (in table 1), and if blank, look at line 5 so on and so forth until it finds text at which point it copies the status? Or is there a better way to do it? Or can it not be done at all?
Thanks for your time.
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Task X [/TD]
[TD]Status[/TD]
[/TR]
[TR]
[TD]Step 1[/TD]
[TD]1. Status 1[/TD]
[/TR]
[TR]
[TD]Step 2[/TD]
[TD]2. Status 2[/TD]
[/TR]
[TR]
[TD]Step 3[/TD]
[TD]3. Status 3[/TD]
[/TR]
[TR]
[TD]Step 4[/TD]
[TD]4. Status 4[/TD]
[/TR]
[TR]
[TD]Step 5[/TD]
[TD]5. Status 5[/TD]
[/TR]
[TR]
[TD]Step 6[/TD]
[TD]6. Status 6[/TD]
[/TR]
</tbody>[/TABLE]
As each staff member completes the step, they will update the status line, for example "DoF approval received 01/01/2019"
From there, I would like to have a sheet where each task was condensed down into the task and the latest status. For example:
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Task [/TD]
[TD]Status[/TD]
[/TR]
[TR]
[TD]Task 1 [/TD]
[TD]4. DoF approval received 01/01/2019[/TD]
[/TR]
[TR]
[TD]Task 2[/TD]
[TD]3. Approval requested by DoF [/TD]
[/TR]
</tbody>[/TABLE]
Is it possible to ask Excel to look at line 6 (in table 1), and if blank, look at line 5 so on and so forth until it finds text at which point it copies the status? Or is there a better way to do it? Or can it not be done at all?
Thanks for your time.