my excel sheet contains a lot of tasks (rows), in one column the status is maintained like (dropdowlist):
"", Open, Started, Closed etc...
One activity consists of a lot of these tasks, so i want to determine the lowest status of the task and assign that to the task.
For example
task 1 Open
task 2 Started
task 3 Closed
task 4 Started
Activity = Open
task 1 Started
task 2 Started
task 3 Closed
task 4 Started
Activity = Started
etc....
How can i simpliest do that in an xlsx. ???
"", Open, Started, Closed etc...
One activity consists of a lot of these tasks, so i want to determine the lowest status of the task and assign that to the task.
For example
task 1 Open
task 2 Started
task 3 Closed
task 4 Started
Activity = Open
task 1 Started
task 2 Started
task 3 Closed
task 4 Started
Activity = Started
etc....
How can i simpliest do that in an xlsx. ???