Using Index Match to Pivot table

nazarene

New Member
Joined
Jun 25, 2015
Messages
43
Office Version
  1. 365
Platform
  1. Windows
Dear Sirs,

I am very stressful how to do the link from Pivot table using index match, as I always get the error value.
What I need to do is to link to pivot table using index match matching the percentage based on the Cost Center, Job and the months.
I don't know what is the problem, it always comes to error my formula INDEX('%'!D$5:M$55,MATCH('Jul21'!U$11,'%'!A$5:A$55,0),MATCH('Jul21'!AG9,'%'!B$5:B$55,0)*MATCH(AE$3,'%'!A$2:N$2,0))
Can please someone help me to resolve this. Thanks in advance

1637555032373.png



1637555069461.png
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
The way it looks to me, you should be using GetPivot formulas not Index/Match.
Any reason you are not using the GetPivot method ?
 
Upvote 0
Yes sir, actually i dont know how to use GetPivot method, can you show me sir how to use that Getpivot on my table? as i dont know how to start
 
Upvote 0
Can you give me an XL2BB of a few lines of your summary sheet and also of your pivot table.
 
Upvote 0
Ideally use XL2BB, see details below.
If you can't do that then load the spreadsheet to a shared platform such as google drive, onedrive, dropbox etc. Make it available to anyone with the link and post the link here.

MrExcel has a tool called “XL2BB” that lets you post samples of your data that will allow us to copy/paste it to our Excel spreadsheets, so we can work with the same copy of data that you are. Instructions on using this tool can be found here: XL2BB Add-in

Note that there is also a "Test Here” forum on this board. This is a place where you can test using this tool (or any other posting techniques that you want to test) before trying to use those tools in your actual posts.
 
Upvote 0
I use the we transfer

 
Upvote 0
Per your original post the formula is going to need the month number.
I have put it in: AE4
So you can see how it works.

Then in the Cell AE11 put this:-
Excel Formula:
=GETPIVOTDATA("%",'%'!$A$3,"Cost Ctr",$U11,"Job",AE$9,"Per",TEXT($AE$4,"000"))


Data.xlsx
AE
1
2
3Month
47
5
Jul21
 
Upvote 0
Solution
Dear Sir Alex,
Thank you so much, your formula, works perfectly sir.

Thank you again
 
Upvote 0

Forum statistics

Threads
1,215,066
Messages
6,122,948
Members
449,095
Latest member
nmaske

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