Help with Pivottable, Vlookup and Offset

steve1040

New Member
Joined
Sep 20, 2011
Messages
44
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
I have a pivottable that I'm using vlookup on.
The following works when I try and pull totals by quarter
=VLOOKUP($B5,soi_PivDB,4,FALSE) (b5 = Calendar Quarter 1-2011 Total) = 3.65

How can I pull total where b5 = Calendar Quarter 1-2011 Total
and c5 = Used Orderset - Yes Total

So using the screenshot The return result would be 3.66

Thanks
Steve


6188538023_65cd11f934.jpg
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Welcome to MrExcel.

Why don't you use GETPIVOTDATA?

http://www.contextures.com/xlPivot06.html


Thanks but I never had any luck with GETPIVOTDATA.
It confuses me
For example I used the excel generated GETPIVOTATA
=GETPIVOTDATA("Risk Adjusted LOS",$B$6,"OSU","Used Orderset - Yes","DischargeQtr","Calendar Quarter 1-2011")

and tried to convert it to a dynamic function

F37 = Risk Adjusted LOS
E38 = Used Orderset - Yes Total
D37 = Calendar Quarter 1-2011
=GETPIVOTDATA($F$37,$B$6,"OSU",$E$38,"DischargeQtr",$D$37)

I don't get why this won't work - I replaced hard coded values with cell values
 
Upvote 0

Forum statistics

Threads
1,224,545
Messages
6,179,432
Members
452,915
Latest member
hannnahheileen

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