My data is such that I have quite a few duplicate work orders, depending on how many visits have been per workorder. Also, it's possible one workorder had more than one engineer, so for the second engineer the status is typically recorded as "as per lead engineer".
My data is arranged like this...
What I require is work orders to be arranged by status, so the work orders that have been completed, the "Complete" status WO needs to be listed first and then "Incomplete" and "As Per Lead Engineer". For work orders not yet completed, "Incomplete" needs to appear before "As per....". In my total visits column, I have a formula that counts all visits and totals on the last work order. Once again, I need this to be aligned with (where necessary) "completed", otherwise "incomplete".
Thanks
My data is arranged like this...
| Status | Total Visits | |
00010021 | Incomplete | ||
00010021 | As Per Lead Engineer | 2 | |
00010188 | As Per Lead Engineer | ||
00010188 | Complete | 2 | |
1000852979 | Incomplete | ||
1000852979 | As Per Lead Engineer | ||
1000852979 | Complete | 3 |
What I require is work orders to be arranged by status, so the work orders that have been completed, the "Complete" status WO needs to be listed first and then "Incomplete" and "As Per Lead Engineer". For work orders not yet completed, "Incomplete" needs to appear before "As per....". In my total visits column, I have a formula that counts all visits and totals on the last work order. Once again, I need this to be aligned with (where necessary) "completed", otherwise "incomplete".
Thanks