I am trying to use VLOOKUP to match the text in Field C with the text in Field A and then populate Field D with the values from Field B. The formula I am using is =VLOOKUP("*"&C2&"*",$A$2:$B$7,2,FALSE). The first table below is the results I would like. The second table shows the results that I am getting. Any advice would be great. Thanks.
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]Field A
[/TD]
[TD]Field B
[/TD]
[TD]Field C
[/TD]
[TD]Field D
[/TD]
[/TR]
[TR]
[TD]Paper Gasket
[/TD]
[TD]1
[/TD]
[TD]Yellow Paper Gasket
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]Spacer
[/TD]
[TD]2
[/TD]
[TD]round spacer
[/TD]
[TD]2
[/TD]
[/TR]
[TR]
[TD]Paper Liner
[/TD]
[TD]3
[/TD]
[TD]Paper Liner Small
[/TD]
[TD]3
[/TD]
[/TR]
[TR]
[TD]Spark Plug
[/TD]
[TD]4
[/TD]
[TD]small pipe
[/TD]
[TD]6
[/TD]
[/TR]
[TR]
[TD]Spring
[/TD]
[TD]5
[/TD]
[TD]liner
[/TD]
[TD]3
[/TD]
[/TR]
[TR]
[TD]Pipe
[/TD]
[TD]6
[/TD]
[TD]Spring 2.5
[/TD]
[TD]5
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]Field A
[/TD]
[TD]Field B
[/TD]
[TD]Field C
[/TD]
[TD]Field D
[/TD]
[/TR]
[TR]
[TD]Paper Gasket
[/TD]
[TD]1
[/TD]
[TD]Yellow Paper Gasket
[/TD]
[TD]#N/A
[/TD]
[/TR]
[TR]
[TD]Spacer
[/TD]
[TD]2
[/TD]
[TD]round spacer
[/TD]
[TD]#N/A
[/TD]
[/TR]
[TR]
[TD]Paper Liner
[/TD]
[TD]3
[/TD]
[TD]Paper Liner Small
[/TD]
[TD]#N/A
[/TD]
[/TR]
[TR]
[TD]Spark Plug
[/TD]
[TD]4
[/TD]
[TD]small pipe
[/TD]
[TD]#N/A
[/TD]
[/TR]
[TR]
[TD]Spring
[/TD]
[TD]5
[/TD]
[TD]liner
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]Pipe
[/TD]
[TD]6
[/TD]
[TD]Spring 2.5
[/TD]
[TD]2
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]Field A
[/TD]
[TD]Field B
[/TD]
[TD]Field C
[/TD]
[TD]Field D
[/TD]
[/TR]
[TR]
[TD]Paper Gasket
[/TD]
[TD]1
[/TD]
[TD]Yellow Paper Gasket
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]Spacer
[/TD]
[TD]2
[/TD]
[TD]round spacer
[/TD]
[TD]2
[/TD]
[/TR]
[TR]
[TD]Paper Liner
[/TD]
[TD]3
[/TD]
[TD]Paper Liner Small
[/TD]
[TD]3
[/TD]
[/TR]
[TR]
[TD]Spark Plug
[/TD]
[TD]4
[/TD]
[TD]small pipe
[/TD]
[TD]6
[/TD]
[/TR]
[TR]
[TD]Spring
[/TD]
[TD]5
[/TD]
[TD]liner
[/TD]
[TD]3
[/TD]
[/TR]
[TR]
[TD]Pipe
[/TD]
[TD]6
[/TD]
[TD]Spring 2.5
[/TD]
[TD]5
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]Field A
[/TD]
[TD]Field B
[/TD]
[TD]Field C
[/TD]
[TD]Field D
[/TD]
[/TR]
[TR]
[TD]Paper Gasket
[/TD]
[TD]1
[/TD]
[TD]Yellow Paper Gasket
[/TD]
[TD]#N/A
[/TD]
[/TR]
[TR]
[TD]Spacer
[/TD]
[TD]2
[/TD]
[TD]round spacer
[/TD]
[TD]#N/A
[/TD]
[/TR]
[TR]
[TD]Paper Liner
[/TD]
[TD]3
[/TD]
[TD]Paper Liner Small
[/TD]
[TD]#N/A
[/TD]
[/TR]
[TR]
[TD]Spark Plug
[/TD]
[TD]4
[/TD]
[TD]small pipe
[/TD]
[TD]#N/A
[/TD]
[/TR]
[TR]
[TD]Spring
[/TD]
[TD]5
[/TD]
[TD]liner
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]Pipe
[/TD]
[TD]6
[/TD]
[TD]Spring 2.5
[/TD]
[TD]2
[/TD]
[/TR]
</tbody>[/TABLE]