Hello Forum Experts!
I have a dillemma I hope someone may be able to help solve.
I have 2 sheets in the same workbook, RAW and Defects. Both sheets have mostly the same Headers but not in the same order. On the Defects sheet, I am trying to populate an 'Order Status' from the RAW sheet if Case numbers match between the two sheets. One thing to consider, there could be multiple Case No.'s in the defects sheet that match the RAW sheet.
Here is an example:
RAW Sheet[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Column I[/TD]
[TD]Column L[/TD]
[/TR]
[TR]
[TD]Order Status[/TD]
[TD]Case No.[/TD]
[/TR]
[TR]
[TD]Closed[/TD]
[TD]234-13-108921.01[/TD]
[/TR]
[TR]
[TD]Pending[/TD]
[TD]002-14-111961.01[/TD]
[/TR]
[TR]
[TD]Cancelled[/TD]
[TD]006-14-106841.01[/TD]
[/TR]
[TR]
[TD]Closed[/TD]
[TD]014-14-102681.02[/TD]
[/TR]
[TR]
[TD]Pending[/TD]
[TD]014-14-124681.01[/TD]
[/TR]
</tbody>[/TABLE]
Defects Sheet
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Column D[/TD]
[TD]Column Y[/TD]
[/TR]
[TR]
[TD]Case No.[/TD]
[TD]Order Status[/TD]
[/TR]
[TR]
[TD]234-13-108921.01[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]234-13-108921.01[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]002-14-111961.01[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]006-14-106841.01[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]006-14-106841.01[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]006-14-106841.01[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]014-14-102681.02[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]014-14-124681.01[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thanks for your time!
I have a dillemma I hope someone may be able to help solve.
I have 2 sheets in the same workbook, RAW and Defects. Both sheets have mostly the same Headers but not in the same order. On the Defects sheet, I am trying to populate an 'Order Status' from the RAW sheet if Case numbers match between the two sheets. One thing to consider, there could be multiple Case No.'s in the defects sheet that match the RAW sheet.
Here is an example:
RAW Sheet[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Column I[/TD]
[TD]Column L[/TD]
[/TR]
[TR]
[TD]Order Status[/TD]
[TD]Case No.[/TD]
[/TR]
[TR]
[TD]Closed[/TD]
[TD]234-13-108921.01[/TD]
[/TR]
[TR]
[TD]Pending[/TD]
[TD]002-14-111961.01[/TD]
[/TR]
[TR]
[TD]Cancelled[/TD]
[TD]006-14-106841.01[/TD]
[/TR]
[TR]
[TD]Closed[/TD]
[TD]014-14-102681.02[/TD]
[/TR]
[TR]
[TD]Pending[/TD]
[TD]014-14-124681.01[/TD]
[/TR]
</tbody>[/TABLE]
Defects Sheet
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Column D[/TD]
[TD]Column Y[/TD]
[/TR]
[TR]
[TD]Case No.[/TD]
[TD]Order Status[/TD]
[/TR]
[TR]
[TD]234-13-108921.01[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]234-13-108921.01[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]002-14-111961.01[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]006-14-106841.01[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]006-14-106841.01[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]006-14-106841.01[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]014-14-102681.02[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]014-14-124681.01[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thanks for your time!