propilot81
New Member
- Joined
- Apr 12, 2013
- Messages
- 4
I have a data set where I am trying to create a formula for each work order that does not have a specific task ("Task 5" Below Table) within the work order based on specific customers that must have this task with their work. There will be customers that do not apply and will not need this task performed. I am trying to create the formula in column D.
As seen in the example below, customer A1111 must have Task 5 in their work order. In work order 111111, Task 5 is present and work order is OK, however, in work order 333333 Task 5 is not present for customer A1111 and needs to be flagged "Need Task 5." Customer B1111 is a customer that does not apply.
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Column A[/TD]
[TD]Column B[/TD]
[TD]Column C[/TD]
[TD]Column D[/TD]
[/TR]
[TR]
[TD]Task[/TD]
[TD]Work Order[/TD]
[TD]Customer #[/TD]
[TD]Exceptions[/TD]
[/TR]
[TR]
[TD][TABLE="width: 67"]
<tbody>[TR]
[TD]Task 5[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]111111[/TD]
[TD]A1111[/TD]
[TD]Ok[/TD]
[/TR]
[TR]
[TD][TABLE="width: 67"]
<tbody>[TR]
[TD]Task 1[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]111111[/TD]
[TD]A1111[/TD]
[TD]Ok[/TD]
[/TR]
[TR]
[TD]Task 2[/TD]
[TD]111111[/TD]
[TD]A1111[/TD]
[TD]Ok[/TD]
[/TR]
[TR]
[TD]Task 1[/TD]
[TD]222222[/TD]
[TD]B1111[/TD]
[TD]Not Applicable[/TD]
[/TR]
[TR]
[TD]Task 2[/TD]
[TD]222222[/TD]
[TD]B1111[/TD]
[TD]Not Applicable[/TD]
[/TR]
[TR]
[TD]Task 1[/TD]
[TD]333333[/TD]
[TD]C1111[/TD]
[TD]Need Task 5[/TD]
[/TR]
[TR]
[TD]Task 2[/TD]
[TD]333333[/TD]
[TD]C1111[/TD]
[TD]Need Task 5[/TD]
[/TR]
</tbody>[/TABLE]
As seen in the example below, customer A1111 must have Task 5 in their work order. In work order 111111, Task 5 is present and work order is OK, however, in work order 333333 Task 5 is not present for customer A1111 and needs to be flagged "Need Task 5." Customer B1111 is a customer that does not apply.
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Column A[/TD]
[TD]Column B[/TD]
[TD]Column C[/TD]
[TD]Column D[/TD]
[/TR]
[TR]
[TD]Task[/TD]
[TD]Work Order[/TD]
[TD]Customer #[/TD]
[TD]Exceptions[/TD]
[/TR]
[TR]
[TD][TABLE="width: 67"]
<tbody>[TR]
[TD]Task 5[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]111111[/TD]
[TD]A1111[/TD]
[TD]Ok[/TD]
[/TR]
[TR]
[TD][TABLE="width: 67"]
<tbody>[TR]
[TD]Task 1[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]111111[/TD]
[TD]A1111[/TD]
[TD]Ok[/TD]
[/TR]
[TR]
[TD]Task 2[/TD]
[TD]111111[/TD]
[TD]A1111[/TD]
[TD]Ok[/TD]
[/TR]
[TR]
[TD]Task 1[/TD]
[TD]222222[/TD]
[TD]B1111[/TD]
[TD]Not Applicable[/TD]
[/TR]
[TR]
[TD]Task 2[/TD]
[TD]222222[/TD]
[TD]B1111[/TD]
[TD]Not Applicable[/TD]
[/TR]
[TR]
[TD]Task 1[/TD]
[TD]333333[/TD]
[TD]C1111[/TD]
[TD]Need Task 5[/TD]
[/TR]
[TR]
[TD]Task 2[/TD]
[TD]333333[/TD]
[TD]C1111[/TD]
[TD]Need Task 5[/TD]
[/TR]
</tbody>[/TABLE]