Hello,
I am trying to pull from a column within a table that has mixed data types (numbers & Text comine) and place it into another table. When I am doing so, some items return as the exact match and others read a "N/A". I am looking for an excel formula to return/match all items needed.
Here is sample data:
(Where I would like the data to go) - Item Call
[TABLE="width: 500"]
<tbody>[TR]
[TD]Ref Number[/TD]
[TD]Item Call[/TD]
[/TR]
[TR]
[TD]912364[/TD]
[TD]Purse[/TD]
[/TR]
[TR]
[TD]18666B6[/TD]
[TD]N/A[/TD]
[/TR]
</tbody>[/TABLE]
Data Source:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Ref Number (Match)[/TD]
[TD]Item Call (Index)[/TD]
[/TR]
[TR]
[TD]912364[/TD]
[TD]Purse[/TD]
[/TR]
[TR]
[TD]18666B4[/TD]
[TD]Shoes[/TD]
[/TR]
</tbody>[/TABLE]
I am trying to pull from a column within a table that has mixed data types (numbers & Text comine) and place it into another table. When I am doing so, some items return as the exact match and others read a "N/A". I am looking for an excel formula to return/match all items needed.
Here is sample data:
(Where I would like the data to go) - Item Call
[TABLE="width: 500"]
<tbody>[TR]
[TD]Ref Number[/TD]
[TD]Item Call[/TD]
[/TR]
[TR]
[TD]912364[/TD]
[TD]Purse[/TD]
[/TR]
[TR]
[TD]18666B6[/TD]
[TD]N/A[/TD]
[/TR]
</tbody>[/TABLE]
Data Source:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Ref Number (Match)[/TD]
[TD]Item Call (Index)[/TD]
[/TR]
[TR]
[TD]912364[/TD]
[TD]Purse[/TD]
[/TR]
[TR]
[TD]18666B4[/TD]
[TD]Shoes[/TD]
[/TR]
</tbody>[/TABLE]