I have played around with a bunch of search functions, but I keep falling short. I think this is an easy question, but I am just at my end of my capabilities.
I have raw data in a sheet1 called "pulled". Then a sheet2 called "pay".
The end result I need is a formula in the "pay" tab of Sheet1 to show the pay for a particular item under the B column. For example, the formula in B2 would equal $3. The formula in B5 would equal $7.
The challenge I have is the data in the sheet1 A2:A5 will always vary with years and models, but the ending names (part types) will always match the data in the sheet2 pay.
Basically, I need to have a formula that looks at the data in sheet1 A column, searches the text in sheet2 A column and return the value in sheet 1 B column.
Sheet1 (PULLED)
[TABLE="width: 500, align: left"]
<tbody>[TR]
[TD][TABLE="width: 327"]
<colgroup><col width="327"></colgroup><tbody>[TR]
[TD="class: xl65, width: 327"]PULLED
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 64"]
<colgroup><col width="64"></colgroup><tbody>[TR]
[TD="class: xl65, width: 64"]PAY
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 327"]
<colgroup><col width="327"></colgroup><tbody>[TR]
[TD="class: xl65, width: 327"](BAR) 2002 FORD F250SD PICKUP Speedometer[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][TABLE="width: 327"]
<colgroup><col width="327"></colgroup><tbody>[TR]
[TD="class: xl65, width: 327"](BAR) 2014 MALIBU L Taillight[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][TABLE="width: 327"]
<colgroup><col width="327"></colgroup><tbody>[TR]
[TD="class: xl65, width: 327"](BAR) 1998 BMW 528i Right Fender[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 327"]
<tbody>[TR]
[TD="class: xl63, width: 327"]
Sheet2 (Pay)
[TABLE="width: 500, align: left"]
<tbody>[TR]
[TD][TABLE="width: 116"]
<colgroup><col width="116"></colgroup><tbody>[TR]
[TD="class: xl65, width: 116"]PART TYPE
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 64"]
<colgroup><col></colgroup><tbody>[TR]
[TD] PAY
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 116"]
<colgroup><col width="116"></colgroup><tbody>[TR]
[TD="class: xl65, width: 116"]Speedometer[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]$3.00
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 116"]
<colgroup><col width="116"></colgroup><tbody>[TR]
[TD="class: xl65, width: 116"]L Taillight[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]$5.00
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 116"]
<colgroup><col width="116"></colgroup><tbody>[TR]
[TD="class: xl65, width: 116"]Right Fender[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]$7.00
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
I have raw data in a sheet1 called "pulled". Then a sheet2 called "pay".
The end result I need is a formula in the "pay" tab of Sheet1 to show the pay for a particular item under the B column. For example, the formula in B2 would equal $3. The formula in B5 would equal $7.
The challenge I have is the data in the sheet1 A2:A5 will always vary with years and models, but the ending names (part types) will always match the data in the sheet2 pay.
Basically, I need to have a formula that looks at the data in sheet1 A column, searches the text in sheet2 A column and return the value in sheet 1 B column.
Sheet1 (PULLED)
[TABLE="width: 500, align: left"]
<tbody>[TR]
[TD][TABLE="width: 327"]
<colgroup><col width="327"></colgroup><tbody>[TR]
[TD="class: xl65, width: 327"]PULLED
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 64"]
<colgroup><col width="64"></colgroup><tbody>[TR]
[TD="class: xl65, width: 64"]PAY
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 327"]
<colgroup><col width="327"></colgroup><tbody>[TR]
[TD="class: xl65, width: 327"](BAR) 2002 FORD F250SD PICKUP Speedometer[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][TABLE="width: 327"]
<colgroup><col width="327"></colgroup><tbody>[TR]
[TD="class: xl65, width: 327"](BAR) 2014 MALIBU L Taillight[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][TABLE="width: 327"]
<colgroup><col width="327"></colgroup><tbody>[TR]
[TD="class: xl65, width: 327"](BAR) 1998 BMW 528i Right Fender[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 327"]
<tbody>[TR]
[TD="class: xl63, width: 327"]
Sheet2 (Pay)
[TABLE="width: 500, align: left"]
<tbody>[TR]
[TD][TABLE="width: 116"]
<colgroup><col width="116"></colgroup><tbody>[TR]
[TD="class: xl65, width: 116"]PART TYPE
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 64"]
<colgroup><col></colgroup><tbody>[TR]
[TD] PAY
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 116"]
<colgroup><col width="116"></colgroup><tbody>[TR]
[TD="class: xl65, width: 116"]Speedometer[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]$3.00
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 116"]
<colgroup><col width="116"></colgroup><tbody>[TR]
[TD="class: xl65, width: 116"]L Taillight[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]$5.00
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 116"]
<colgroup><col width="116"></colgroup><tbody>[TR]
[TD="class: xl65, width: 116"]Right Fender[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]$7.00
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]