Dear All,
I want to check whether the delivery dates of SKUs in any Purchase Order have the same date or not.
In case the delivery dates are different in any Purchase Order, the remarks should be FALSE or if the dates are same, then it should be TRUE.
I am providing a sample set with desired result across A1:D7.
Could somebody help me out with the solution pls?
[TABLE="width: 345"]
<tbody>[TR]
[TD]Purchase Order No[/TD]
[TD]SKU NO[/TD]
[TD]Delivery Date[/TD]
[TD]Result[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]a[/TD]
[TD]17-Jan[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]b[/TD]
[TD]17-Jan[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]c[/TD]
[TD]17-Jan[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]q[/TD]
[TD]15-Jan[/TD]
[TD]FALSE[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]t[/TD]
[TD]16-Jan[/TD]
[TD]FALSE[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]u[/TD]
[TD]16-Jan[/TD]
[TD]FALSE[/TD]
[/TR]
</tbody>[/TABLE]
I want to check whether the delivery dates of SKUs in any Purchase Order have the same date or not.
In case the delivery dates are different in any Purchase Order, the remarks should be FALSE or if the dates are same, then it should be TRUE.
I am providing a sample set with desired result across A1:D7.
Could somebody help me out with the solution pls?
[TABLE="width: 345"]
<tbody>[TR]
[TD]Purchase Order No[/TD]
[TD]SKU NO[/TD]
[TD]Delivery Date[/TD]
[TD]Result[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]a[/TD]
[TD]17-Jan[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]b[/TD]
[TD]17-Jan[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]c[/TD]
[TD]17-Jan[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]q[/TD]
[TD]15-Jan[/TD]
[TD]FALSE[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]t[/TD]
[TD]16-Jan[/TD]
[TD]FALSE[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]u[/TD]
[TD]16-Jan[/TD]
[TD]FALSE[/TD]
[/TR]
</tbody>[/TABLE]