Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Can getpivotdata use a cell reference?

In previous versions of Excel it was possible to use a cell reference in a
getpivotdata formula. Im not able to do this in Excel 2007.

Example:
Excel automatically generates this formula
=GETPIVOTDATA("[Measures].[Impressions: Delivered
Impressions]",$A$27,"[Time].[Dates]","[Time].[Dates].[Month].[august 2008]")

I try and replace the €śaugust 2008€ť with a cell reference like H1, but this
generates a #REF! error. Ive played around with the syntax but nothing seems
to work. Any ideas?

Thanks,
The Datamonkey


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 43
Default Can getpivotdata use a cell reference?

Bryon,

I am not familiar with XL2007 however could it be that the formula does not
recognize due to the fact you have to convert it to string.

Maybe something like this works:
=GETPIVOTDATA("[Measures].[Impressions: Delivered
Impressions]",$A$27,"[Time].[Dates]","[Time].[Dates].[Month]."&H1)

HTH,

Brotha lee
"Bryon Scruggs" wrote:

In previous versions of Excel it was possible to use a cell reference in a
getpivotdata formula. Im not able to do this in Excel 2007.

Example:
Excel automatically generates this formula
=GETPIVOTDATA("[Measures].[Impressions: Delivered
Impressions]",$A$27,"[Time].[Dates]","[Time].[Dates].[Month].[august 2008]")

I try and replace the €śaugust 2008€ť with a cell reference like H1, but this
generates a #REF! error. Ive played around with the syntax but nothing seems
to work. Any ideas?

Thanks,
The Datamonkey


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Can getpivotdata use a cell reference?

Nope. Neither of these formulas work:
=GETPIVOTDATA("[Measures].[Impressions: Delivered
Impressions]",$A$4,"[Placement].[Placement Site
Alias]","[Placement].[Placement Site Alias].&[b1]")

=GETPIVOTDATA("[Measures].[Impressions: Delivered
Impressions]",$A$4,"[Placement].[Placement Site
Alias]","[Placement].[Placement Site Alias].[&b1]")


"Brotha Lee" wrote:

Bryon,

I am not familiar with XL2007 however could it be that the formula does not
recognize due to the fact you have to convert it to string.

Maybe something like this works:
=GETPIVOTDATA("[Measures].[Impressions: Delivered
Impressions]",$A$27,"[Time].[Dates]","[Time].[Dates].[Month]."&H1)

HTH,

Brotha lee
"Bryon Scruggs" wrote:

In previous versions of Excel it was possible to use a cell reference in a
getpivotdata formula. Im not able to do this in Excel 2007.

Example:
Excel automatically generates this formula
=GETPIVOTDATA("[Measures].[Impressions: Delivered
Impressions]",$A$27,"[Time].[Dates]","[Time].[Dates].[Month].[august 2008]")

I try and replace the €śaugust 2008€ť with a cell reference like H1, but this
generates a #REF! error. Ive played around with the syntax but nothing seems
to work. Any ideas?

Thanks,
The Datamonkey


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default Can getpivotdata use a cell reference?

=GETPIVOTDATA("[Measures].[Impressions: Delivered
Impressions]",$A$4,"[Placement].[Placement Site Alias]","[Placement].[Placement
Site Alias].["&B1&"]")


Bryon Scruggs wrote:
Nope. Neither of these formulas work:
=GETPIVOTDATA("[Measures].[Impressions: Delivered
Impressions]",$A$4,"[Placement].[Placement Site
Alias]","[Placement].[Placement Site Alias].&[b1]")

=GETPIVOTDATA("[Measures].[Impressions: Delivered
Impressions]",$A$4,"[Placement].[Placement Site
Alias]","[Placement].[Placement Site Alias].[&b1]")


"Brotha Lee" wrote:

Bryon,

I am not familiar with XL2007 however could it be that the formula does not
recognize due to the fact you have to convert it to string.

Maybe something like this works:
=GETPIVOTDATA("[Measures].[Impressions: Delivered
Impressions]",$A$27,"[Time].[Dates]","[Time].[Dates].[Month]."&H1)

HTH,

Brotha lee
"Bryon Scruggs" wrote:

In previous versions of Excel it was possible to use a cell reference in a
getpivotdata formula. Im not able to do this in Excel 2007.

Example:
Excel automatically generates this formula
=GETPIVOTDATA("[Measures].[Impressions: Delivered
Impressions]",$A$27,"[Time].[Dates]","[Time].[Dates].[Month].[august 2008]")

I try and replace the €śaugust 2008€ť with a cell reference like H1, but this
generates a #REF! error. Ive played around with the syntax but nothing seems
to work. Any ideas?

Thanks,
The Datamonkey


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Can getpivotdata use a cell reference?

Let it be known to all that Glen rules. If I am the data monkey he is the
data ape.

"Glenn" wrote:

=GETPIVOTDATA("[Measures].[Impressions: Delivered
Impressions]",$A$4,"[Placement].[Placement Site Alias]","[Placement].[Placement
Site Alias].["&B1&"]")


Bryon Scruggs wrote:
Nope. Neither of these formulas work:
=GETPIVOTDATA("[Measures].[Impressions: Delivered
Impressions]",$A$4,"[Placement].[Placement Site
Alias]","[Placement].[Placement Site Alias].&[b1]")

=GETPIVOTDATA("[Measures].[Impressions: Delivered
Impressions]",$A$4,"[Placement].[Placement Site
Alias]","[Placement].[Placement Site Alias].[&b1]")


"Brotha Lee" wrote:

Bryon,

I am not familiar with XL2007 however could it be that the formula does not
recognize due to the fact you have to convert it to string.

Maybe something like this works:
=GETPIVOTDATA("[Measures].[Impressions: Delivered
Impressions]",$A$27,"[Time].[Dates]","[Time].[Dates].[Month]."&H1)

HTH,

Brotha lee
"Bryon Scruggs" wrote:

In previous versions of Excel it was possible to use a cell reference in a
getpivotdata formula. Im not able to do this in Excel 2007.

Example:
Excel automatically generates this formula
=GETPIVOTDATA("[Measures].[Impressions: Delivered
Impressions]",$A$27,"[Time].[Dates]","[Time].[Dates].[Month].[august 2008]")

I try and replace the €śaugust 2008€ť with a cell reference like H1, but this
generates a #REF! error. Ive played around with the syntax but nothing seems
to work. Any ideas?

Thanks,
The Datamonkey





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default Can getpivotdata use a cell reference?

Bryon Scruggs wrote:
Let it be known to all that Glen rules. If I am the data monkey he is the
data ape.



Thanks (I think)! Glad I could help.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
reference another cell in getpivotdata function Sarah (OGI) Excel Worksheet Functions 4 April 25th 07 05:12 PM
GETPIVOTDATA - HOW TO USE CELL REFERENCE? SSJ New Users to Excel 5 March 28th 07 08:59 PM
Getpivotdata - able to reference to another cell all parameters but not the datafield Roger The Rabbit Excel Discussion (Misc queries) 6 September 3rd 06 03:10 PM
GETPIVOTDATA - return cell reference, not value Slider Excel Worksheet Functions 0 August 29th 05 11:06 PM
can you use a variable or cell reference in a getpivotdata formul. stevec Excel Worksheet Functions 1 November 8th 04 09:20 PM


All times are GMT +1. The time now is 04:42 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"