Hello guys,
need your help
i have the below table
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]1[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Qty[/TD]
[TD]Received[/TD]
[TD]Missing[/TD]
[TD]Completed[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]50[/TD]
[TD]10[/TD]
[TD]=A3-B3[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
i need to create a formula in D3 that will do the following:
IF C3 is empty D3 is empty
IF C3 is lower then A2 = Pending
IF C3 is equil to B3 = Completed
Thank you for the help
need your help
i have the below table
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]1[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Qty[/TD]
[TD]Received[/TD]
[TD]Missing[/TD]
[TD]Completed[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]50[/TD]
[TD]10[/TD]
[TD]=A3-B3[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
i need to create a formula in D3 that will do the following:
IF C3 is empty D3 is empty
IF C3 is lower then A2 = Pending
IF C3 is equil to B3 = Completed
Thank you for the help