getpivotdata

  1. B

    =GETPIVOTDATA dyanmic formula based on cells value

    Hi, I'm trying to get a =GETPIVOTDATA formula to update daily based upon todays date but am struggling. The data feeds from a SQL DataMart and the formula is: =GETPIVOTDATA("[Measures].[Case Completed -Invoiced - Count]",SBVSDATA!$A$6,"[Time].[Day]","[Time].[Day].&[25]","[Lender].[MI...
  2. G

    Average of column from a subset in a table

    I am using Excel 2007. I am using a table with headers. I have about 500 rows of data with a column heading called CI (competitive index) - a number from 0.00 to 1.00. I also have a column heading called category. So my table looks something like: <table border="0" cellpadding="0"...
  3. B

    VBA GetPivotData error handling

    I have code that pulls data from a pivot table and places it another table. It will work fine until it tries to do a look up in the pivot table for a value that isn't listed in the pivot table. The Pivot table is based on pulls from our ticketing system so it might not have tickets from all the...
  4. W

    Copy GetPivotData Formula or Find Pivot Field Name ?

    Hi Gang: I've run afoul again and need some assistance. Here is the issue: Our DP folks assign agreements a unique ID number in the database. When I set up a pivot table What I see is the actual agreement number (as i understand it the 'label') and not the ID number. As an example agreement...
  5. T

    How to reference cells in a pivot table when the table layout changes each month

    I'm building monthly reports from one or more pivot tables (Excel 2003). My pivot tables have 3 initial columns: Trade Sector, Category, Brand (and then a load of data in columns to the right). The Trade Sectors obviously only appear once in the 1st column, but the Categories and Brands are...
  6. R

    get filename of pivottable

    Any suggestions on how to write a formula that will return the filename of the source of a pivot table. I have two files. File1 is data, file2 has a pivot table of the data from file1. So, in file2 i want a formula that tells me the filename, path, etc, of file1 by looking at the pivot table...
  7. L

    getpivotdata question

    Hi, So I want to use a cell reference in a getpivotdata function but it keeps springing a #ref error. The formula originally looked like: =GETPIVOTDATA("2010 Vol $",PT!$A$3,"PERSON",A6,"AREA NAME",B6) With A6 = to a person's name and B6 = to the area. What I tried to do is change it to...
  8. M

    Excel VBA using GetPivotdata is returning #VALUE

    Hi Experts<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p> I have setting up a customer Excel function in VBA that gets data from a Pivot table.<o:p></o:p> The purpose of the function is to return the value from a pivot table like Excel GETPIVOTDATA...
  9. Grizlore

    Can you chart a series with GetPivotData (or something like?)

    Can you chart with GetPivotData (or something like?) I have a sheet with numerous charts, plotting data from a pivot. The chart are using series values like this =ScorecardData!$B$8:$N$8 This is fine, however when the pivot changes, I lose the references and everything gets mixed up. Is there...
  10. Grizlore

    Charting from a Pivot table, losing series values. (named range possible?)

    Hi All, Is there a way to use a sort of names range, to chart from a pivot? I currently have an ‘analysis’ worksheet which displays two pieces of data from two pivot tables, which are on different worksheets. The ‘analysis’ worksheet displays the last months figure, and charts the history...
  11. P

    Validating cell referenced data in external workbooks

    I'm building an excel report consolidating data from various other workbooks and worksheets using cell references ( i.e. =[Book2]Sheet1!$E$5). Since these referenced workbooks are built by an external organization, I'm concerned about formatting changing. I'm familiar with using "&B1&" in...
  12. M

    VBA GetPivotData doesn't return a wanted 0

    Hi I have this pivot issue that I'd like to have some help with. I'm using VBA to write a macro that should pick values from a Pivot and put them in a table. Say for example I am selling clothes. I can get a "Count of Clothes" using: iVal = myWorkSheet.myPivot.GetPivotData("Count of...
  13. A

    GETPIVOTDATA not working

    Hi, I am referencing data in another workbook using GETPIVOTDATA. In Workbook A, I click in the cell where I want to place the value, insert the = sign and then click on a field in the pivot table in Workbook B. This creates a GETPIVOTDATA formula that references Workbook B. This kind of...
  14. L

    Getpivotdata in VBA, also with lastrow function?

    <!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves/> <w:TrackFormatting/> <w:PunctuationKerning/> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent>...
  15. L

    using getpivotdata in VBA

    I'm looking for a code to extract entries out of a pivot table and put them in a new table. I'd like to be able to fill every cell in the new table. I have used getpivotdata manually in Excel and it works fine. When I try to record it as a macro things get complicated. Once I have it working...
  16. S

    excel 2003 - GETPIVOTDATA

    Hi, I am having difficulty trying to create a cell reference within my GETPIVOTDATA formula example : GETPIVOTDATA("Sum of "&$C$16,ASIAN!$DD$10,"Week",DATE(D$8,D$7,D$6)) How do I create a cell reference for : ASIAN!$DD$10 ?? Thanks in advance :)
  17. R

    Row(n:m) not evaluating to an array when placed inside GetPivotData() array formula

    Hi all, I couldn't figure out the syntax to use to specify that all the keywords must be present in search results, so I may have missed a past topic dealing with this. If so, sorry about that. My problem is as follows: When I use (for instance) Row(1:5) inside a Sum array formula...
  18. P

    How to use a formula in Getpivotdata data fields

    I am trying to use the getpivotdata function in excel. I can use it to simply drag data from a pivot table in another file quite easily as below: =GETPIVOTDATA("Temperature",'[20090109.xls]Sheet1'!$B4,"Date",DATE(2009,1,9),"Hour","00") I would like to be able to make this formula more...
  19. 5

    Issues w/ using equations on pivot tables

    Hello all, So i have been reviewing a large record set of data using a pivot table connected directly to my access database. From that pivot table i am trying to extract information but am getting stuck. Here's my issue: In my pivot table i am pulling savings per item by supplier (data...
  20. S

    getpivotdata() behaves differently depending on the order of fields

    Hi all, I'm encountering a problem in getting data from a pivot table using two sets of arguments to getpivotdata(). Depending on how the Pivot Table is laid out, I sometimes get a #REF! with one or both the getpivotdata() calls. I have a pivot table on a sheet with the following fields...

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