strongman86
Board Regular
- Joined
- Feb 15, 2017
- Messages
- 115
- Office Version
- 2019
- Platform
- Windows
Hi lads,
Need formula in cell E1 that loops through Columns A & C and if cell value is identical i.e. AB1234X vs AB1234X then it need to compare corresponding adjscent cell values in column B & D to see if they are matching. If they are matching then it needs to return TRUE if not matching then FALSE.
[TABLE="class: grid, width: 500"]
<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]AB1234X[/TD]
[TD]2.40[/TD]
[TD]AD2456Y[/TD]
[TD]0.24[/TD]
[TD]FALSE[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]AU1336X[/TD]
[TD]1.20[/TD]
[TD]AB1234X[/TD]
[TD]2.40[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]AD2456Y[/TD]
[TD]0.20[/TD]
[TD]ZN3590Q[/TD]
[TD]1.54[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]TR3456U[/TD]
[TD]5.50[/TD]
[TD]AU1336X[/TD]
[TD]1.20[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]ZN3590Q[/TD]
[TD]1.54[/TD]
[TD]TR3456U[/TD]
[TD]5.52[/TD]
[TD]FALSE
[/TD]
[/TR]
</tbody>[/TABLE]
Regards,
Strongman86
Need formula in cell E1 that loops through Columns A & C and if cell value is identical i.e. AB1234X vs AB1234X then it need to compare corresponding adjscent cell values in column B & D to see if they are matching. If they are matching then it needs to return TRUE if not matching then FALSE.
[TABLE="class: grid, width: 500"]
<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]AB1234X[/TD]
[TD]2.40[/TD]
[TD]AD2456Y[/TD]
[TD]0.24[/TD]
[TD]FALSE[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]AU1336X[/TD]
[TD]1.20[/TD]
[TD]AB1234X[/TD]
[TD]2.40[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]AD2456Y[/TD]
[TD]0.20[/TD]
[TD]ZN3590Q[/TD]
[TD]1.54[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]TR3456U[/TD]
[TD]5.50[/TD]
[TD]AU1336X[/TD]
[TD]1.20[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]ZN3590Q[/TD]
[TD]1.54[/TD]
[TD]TR3456U[/TD]
[TD]5.52[/TD]
[TD]FALSE
[/TD]
[/TR]
</tbody>[/TABLE]
Regards,
Strongman86