VLook Up Help

icigarro

New Member
Joined
Mar 14, 2018
Messages
1
I got a pivot table and I want to be able to vlook up multiple Rows. Right now I have it like this so simple VLOOKUP. Ex. =VLOOKUP(A2,A:D,3,false) which would give me $718.15.



[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD] Category
[/TD]
[TD]Item
[/TD]
[TD]WK1
[/TD]
[TD]WK2
[/TD]
[/TR]
[TR]
[TD]Aprons(Blue Sownedge)
[/TD]
[TD]Aprons
[/TD]
[TD]$718.15
[/TD]
[TD]$977.76
[/TD]
[/TR]
[TR]
[TD]Boots(Lite)
[/TD]
[TD]Boots
[/TD]
[TD]$115.81
[/TD]
[TD]$0
[/TD]
[/TR]
[TR]
[TD]Bump Caps
[/TD]
[TD]Bump Caps
[/TD]
[TD]$116.90
[/TD]
[TD]$0
[/TD]
[/TR]
[TR]
[TD]Calculator
[/TD]
[TD]Cal
[/TD]
[TD]$44.48
[/TD]
[TD]$0
[/TD]
[/TR]
</tbody>[/TABLE]


But I want to do a more deeper search. Need help for ex what ever is in Cost Center 112210 just for Aprons in WK1 for $26.97 and then what ever is in cost center 112290 for Aprons WK 2 for $143.49. this is all in a pivot table and need help doing the formula.

[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]Cost Center
[/TD]
[TD]Category<strike></strike>
[/TD]
[TD]Item
[/TD]
[TD]WK1
[/TD]
[TD]W2
[/TD]
[TD]W3
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]112210
[/TD]
[TD]Aprons(Blue Sownedge)
[/TD]
[TD]Aprons
[/TD]
[TD]$26.97
[/TD]
[TD]$33.72
[/TD]
[TD]$33.72
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Bump Caps
[/TD]
[TD]Caps
[/TD]
[TD]$2.25
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Glove NonMetal
[/TD]
[TD]Blue Latex
[/TD]
[TD]$13.16
[/TD]
[TD]$16.40
[/TD]
[TD]$16.40
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]112290
[/TD]
[TD]Aprons(Blue Sownedge)
[/TD]
[TD]Aprons
[/TD]
[TD]$85.98
[/TD]
[TD]$143.49
[/TD]
[TD]$114.63
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Bump Caps
[/TD]
[TD]Caps
[/TD]
[TD]$13.49
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.

Forum statistics

Threads
1,223,903
Messages
6,175,279
Members
452,630
Latest member
OdubiYouth

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top