VLOOKUP from a Pivot table that has reff value (example MIN/MAX).

Mostafizul

New Member
Joined
Feb 1, 2016
Messages
1
Hello Legends,
First of all a Huge Thanks for looking into my issue. So I am kinda new to this VLOOKUP, INDEX, MATCHING etc. So far I have been solving issues with other basic functions. But I guess this time I will have to push my boundary a little bit further. I already tried to learn about VLOOKUP, INDEXING etc from various resources available in the internet but found out that the issue I am facing right now can't (more or less) be solved with VLOOKUP (I really hope I am wrong here). Because I am trying to pick values from a Pivot Table and the data inside the pivot table is MIN/MAX values from another table or reff. Below are the tables for your reff:

ModelINPUT NO1 (MODEL01 or MODEL02 or.....)
UnitINPUT NO2 (UNIT01 or UNIT02 or.....)
MinimumOUTPUT or VALUE TO BE SHOWN FROM TABLE 01
MaxOUTPUT or VALUE TO BE SHOWN FROM TABLE 02

<tbody>
</tbody>







TABLE 01UNIT01UNIT02UNIT03UNIT04
MODEL01=MIN(ARRAY)=MIN(ARRAY)=MIN(ARRAY)=MIN(ARRAY)
MODEL02=MIN(ARRAY)=MIN(ARRAY)=MIN(ARRAY)=MIN(ARRAY)
MODEL03=MIN(ARRAY)=MIN(ARRAY)=MIN(ARRAY)=MIN(ARRAY)
MODEL04=MIN(ARRAY)=MIN(ARRAY)=MIN(ARRAY)=MIN(ARRAY)
MODEL05=MIN(ARRAY)=MIN(ARRAY)=MIN(ARRAY)=MIN(ARRAY)

<tbody>
</tbody>









TABLE 02UNIT01UNIT02UNIT03UNIT04
MODEL01=MAX(ARRAY)=MAX(ARRAY)=MAX(ARRAY)=MAX(ARRAY)
MODEL02=MAX(ARRAY)=MAX(ARRAY)=MAX(ARRAY)=MAX(ARRAY)
MODEL03=MAX(ARRAY)=MAX(ARRAY)=MAX(ARRAY)=MAX(ARRAY)
MODEL04=MAX(ARRAY)=MAX(ARRAY)=MAX(ARRAY)=MAX(ARRAY)
MODEL05=MAX(ARRAY)=MAX(ARRAY)=MAX(ARRAY)=MAX(ARRAY)

<tbody>
</tbody>











Hope this helps understanding my situation. Any help solving this would be much appreciated. Thanks a lot in Advance! :biggrin:


Best Regards,
~ M
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
If I understand your requirements correctly, GETPIVOTDATA is the function you are looking for.

The easiest way to get a head start with GETPIVOTDATA, is to select some empty cell, type = and then select a field in your Pivot table and press enter.
Now the cell has the GETPIVOTDATA function.

If not, check your Excel options - Formulas, and make sure to have checked option "Use GetPivotData functions for PivotTable references".
 
Upvote 0

Forum statistics

Threads
1,215,459
Messages
6,124,946
Members
449,198
Latest member
MhammadishaqKhan

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