ryan0521
Board Regular
- Joined
- Dec 7, 2016
- Messages
- 79
Can someone help me to solve this one, I want a formula that will return TRUE or FALSE only if all the following criteria will be met for this DATA.
I want to check if all the data here below:
[TABLE="width: 310"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Code[/TD]
[TD]Quantity[/TD]
[TD]Date[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]102[/TD]
[TD]4[/TD]
[TD]3/31/2018[/TD]
[/TR]
</tbody>[/TABLE]
will have the exact data below:
[TABLE="width: 488"]
<colgroup><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Code[/TD]
[TD]Quantity[/TD]
[TD]Quantity[/TD]
[TD]Quantity[/TD]
[TD]Date[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]103[/TD]
[TD]2[/TD]
[TD]1[/TD]
[TD]3[/TD]
[TD]3/30/2018[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]101[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]3/29/2018[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]102[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]4[/TD]
[TD]3/30/2018[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]102[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]4[/TD]
[TD]3/20/2018
[/TD]
[/TR]
</tbody>[/TABLE]
But I need to have additional 1 day allowance for date, so exact date or late by 1 day is alright and the quantity of 1st data can be match with any of 3 Quantity from the 2nd table.
Hope you help me.
I want to check if all the data here below:
[TABLE="width: 310"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Code[/TD]
[TD]Quantity[/TD]
[TD]Date[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]102[/TD]
[TD]4[/TD]
[TD]3/31/2018[/TD]
[/TR]
</tbody>[/TABLE]
will have the exact data below:
[TABLE="width: 488"]
<colgroup><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Code[/TD]
[TD]Quantity[/TD]
[TD]Quantity[/TD]
[TD]Quantity[/TD]
[TD]Date[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]103[/TD]
[TD]2[/TD]
[TD]1[/TD]
[TD]3[/TD]
[TD]3/30/2018[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]101[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]3/29/2018[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]102[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]4[/TD]
[TD]3/30/2018[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]102[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]4[/TD]
[TD]3/20/2018
[/TD]
[/TR]
</tbody>[/TABLE]
But I need to have additional 1 day allowance for date, so exact date or late by 1 day is alright and the quantity of 1st data can be match with any of 3 Quantity from the 2nd table.
Hope you help me.