[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]1[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD][/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]jdoe[/TD]
[TD]Acct[/TD]
[TD][/TD]
[TD]jdoe[/TD]
[TD]Accounting[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]jsmith[/TD]
[TD]Business[/TD]
[TD][/TD]
[TD]jsmith[/TD]
[TD]Business Office[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]tmax[/TD]
[TD]HR[/TD]
[TD][/TD]
[TD]tmax[/TD]
[TD]Human Resources[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]hgerald[/TD]
[TD]Acct[/TD]
[TD][/TD]
[TD]hgerald[/TD]
[TD]Accounting[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]dhummer[/TD]
[TD]Admin[/TD]
[TD][/TD]
[TD]dhummer[/TD]
[TD]Administration[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]dlane[/TD]
[TD]Sec[/TD]
[TD][/TD]
[TD]dlane[/TD]
[TD]Security[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]rsmith[/TD]
[TD]Admin[/TD]
[TD][/TD]
[TD]rsmith[/TD]
[TD]Administration
[/TD]
[/TR]
</tbody>[/TABLE]
I need to take Column A and compare with Column D, and if they Match, then I need it to Replace Column B with Column E.
So if jdoe (A2) matched a Column D Value, then replace Acct with Accounting.
Any Thoughts? Hopefully I've explained it well enough.
Jazz
<tbody>[TR]
[TD]1[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD][/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]jdoe[/TD]
[TD]Acct[/TD]
[TD][/TD]
[TD]jdoe[/TD]
[TD]Accounting[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]jsmith[/TD]
[TD]Business[/TD]
[TD][/TD]
[TD]jsmith[/TD]
[TD]Business Office[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]tmax[/TD]
[TD]HR[/TD]
[TD][/TD]
[TD]tmax[/TD]
[TD]Human Resources[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]hgerald[/TD]
[TD]Acct[/TD]
[TD][/TD]
[TD]hgerald[/TD]
[TD]Accounting[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]dhummer[/TD]
[TD]Admin[/TD]
[TD][/TD]
[TD]dhummer[/TD]
[TD]Administration[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]dlane[/TD]
[TD]Sec[/TD]
[TD][/TD]
[TD]dlane[/TD]
[TD]Security[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]rsmith[/TD]
[TD]Admin[/TD]
[TD][/TD]
[TD]rsmith[/TD]
[TD]Administration
[/TD]
[/TR]
</tbody>[/TABLE]
I need to take Column A and compare with Column D, and if they Match, then I need it to Replace Column B with Column E.
So if jdoe (A2) matched a Column D Value, then replace Acct with Accounting.
Any Thoughts? Hopefully I've explained it well enough.
Jazz