Condition on the List

Hi, 

I want to check if the status is Start/ In Progress  or Completed.

1. if the list is  {"Start"; "Start"; "Start"}, result would be Start

2. if the list is  {"Start"; "In Progress"; "Start"} or any combination that the values are not the same, result would be In Progress

3. if the list is  {"Completed"; "Completed"; "Completed"}, result would be Completed.

please help.

Thanks,

  Discussion posts and replies are publicly visible