Looking for a vlookup formula with conditions for a pivot table

Lisenbe

New Member
Joined
Aug 30, 2009
Messages
3
I have a tab with employee information on it, with the employee ID starting in C2.
I also have a pivot table (tab name is 12345 PIVOT) created from another tab with information that I want to pull into the employee information sheet.

The pivot contains the employee ID and two types of costs - LABOR and BURDN. Sum of hours worked and the associated amount sum are also depicted here by month (Jan through May).

I want to pull into the employee information sheet the sum of hours worked by month (Jan) by cost type (LABOR).

Thanks!
 

Attachments

  • DUMMY PIVOT DATA.png
    DUMMY PIVOT DATA.png
    41.7 KB · Views: 12

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Filter your pivot table just by cost type ( Labor) and months ( Jan). Drag the month and type in filed to the filter section.
 
Upvote 0
Filter your pivot table just by cost type ( Labor) and months ( Jan). Drag the month and type in filed to the filter section.
I have done that. What I then want to do is a lookup to pull that information into columns into my employee information sheet. I can create the lookup that pulls in whatever is filtered on the pivot (=VLOOKUP($C2,'PIVOT'!$A$5:$F$2370,6,FALSE) to pull in just Jan Labor but I also need to pull in Feb, March, April, May and June data for labor into columns and then the same (Jan-May) for burden. So I am looking for a formula to help do that.
 
Upvote 0

Forum statistics

Threads
1,215,092
Messages
6,123,063
Members
449,090
Latest member
fragment

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