[TABLE="width: 500"]
<tbody>[TR]
[TD]Col A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]Row 1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Nov 18[/TD]
[TD]Dec 18[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]New[/TD]
[TD]R[/TD]
[TD]Customer[/TD]
[TD]45[/TD]
[TD]57[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Old[/TD]
[TD]R[/TD]
[TD]Customer[/TD]
[TD]45[/TD]
[TD]89[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Ok[/TD]
[TD]NF[/TD]
[TD]Customer[/TD]
[TD]24[/TD]
[TD]89[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Ok[/TD]
[TD]NF[/TD]
[TD]Customer[/TD]
[TD]12[/TD]
[TD]98[/TD]
[/TR]
</tbody>[/TABLE]
Hello - I'm trying to "Sum" the different b/w Col.'s E and D IF column B is equal to either "new" "old" "Ok" AND Col C is equal to "R" or "NF"
So for row 4, it would be if B is equal to OK and Col C is equal to NF, then take the difference b/w Col E and D (which is 86)
Thank you in advance
<tbody>[TR]
[TD]Col A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]Row 1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Nov 18[/TD]
[TD]Dec 18[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]New[/TD]
[TD]R[/TD]
[TD]Customer[/TD]
[TD]45[/TD]
[TD]57[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Old[/TD]
[TD]R[/TD]
[TD]Customer[/TD]
[TD]45[/TD]
[TD]89[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Ok[/TD]
[TD]NF[/TD]
[TD]Customer[/TD]
[TD]24[/TD]
[TD]89[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Ok[/TD]
[TD]NF[/TD]
[TD]Customer[/TD]
[TD]12[/TD]
[TD]98[/TD]
[/TR]
</tbody>[/TABLE]
Hello - I'm trying to "Sum" the different b/w Col.'s E and D IF column B is equal to either "new" "old" "Ok" AND Col C is equal to "R" or "NF"
So for row 4, it would be if B is equal to OK and Col C is equal to NF, then take the difference b/w Col E and D (which is 86)
Thank you in advance