#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 21
Default getpivotdata error

In Excel 2002 - I am using the following formula;
=GETPIVOTDATA(SUMMARY!I7,"Jane Brown"); however, if her name is not showing
up in the pivot table that day I am getting a #REF! error. How can I
change/formulate that to be 0 or blank?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 21
Default getpivotdata error

I figured it out - i just need to needed to show items with no data in the
pivot table.

"dchristo" wrote:

In Excel 2002 - I am using the following formula;
=GETPIVOTDATA(SUMMARY!I7,"Jane Brown"); however, if her name is not showing
up in the pivot table that day I am getting a #REF! error. How can I
change/formulate that to be 0 or blank?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,979
Default getpivotdata error

Another option is to use ISERROR in the formula, e.g.:

=IF(ISERROR(GETPIVOTDATA(SUMMARY!I7,"Jane Brown")),"",
GETPIVOTDATA(SUMMARY!I7,"Jane Brown"))


dchristo wrote:
I figured it out - i just need to needed to show items with no data in the
pivot table.

"dchristo" wrote:


In Excel 2002 - I am using the following formula;
=GETPIVOTDATA(SUMMARY!I7,"Jane Brown"); however, if her name is not showing
up in the pivot table that day I am getting a #REF! error. How can I
change/formulate that to be 0 or blank?




--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

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
getpivotdata geebee Excel Worksheet Functions 2 November 17th 07 04:55 PM
GetPivotData function returning N/A error for some rows Hari Excel Discussion (Misc queries) 1 May 15th 06 07:29 AM
GETPIVOTDATA returns #REF error yanf7 Excel Worksheet Functions 0 February 20th 06 06:00 PM
GetpivotData returns a #REF! error Jeff K Excel Worksheet Functions 2 December 6th 05 04:16 PM
Getpivotdata "N/A" error stevec Excel Worksheet Functions 1 December 16th 04 10:53 PM


All times are GMT +1. The time now is 08:43 AM.

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"