LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,180
Default Extract value from Specific Cell

Here is how you might get into trouble if you do not follow
Roger's advice:
....type "=" and point to first cell that you wish to extract data
from...
You might instead fill in the Function Arguments of GETPIVOTDATA().
Assume your PT is located at A1 and looks like this:

Sum of Value Column
Row 2/1 2/2 2/3 Grand Total
DE 6 2 1 9
EA 4 6 4 14
EP 6 7 7 20
FM 4 9 5 18
GK 7 2 2 11
JH 3 1 9 13
KM 4 9 6 19
MG 2 4 4 10

If you want to extract the 20 in the Grand Total, you might write:
=GETPIVOTDATA("Value",E3:E10,"Row","EP")
which will give you the correct result.
However, if you unselect Column 2/3, you get #REF!
If you follow Roger's method, you get this formula:
=GETPIVOTDATA("Value",A1,"Row","EP")
and the result will be the row Grand Total, independent of
the number of columns.

 
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
Cell References [email protected] Excel Discussion (Misc queries) 2 November 15th 06 11:37 PM
Using an offset formula for the reference in a relative reference Cuda Excel Worksheet Functions 6 November 15th 06 05:12 PM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
how do I make a word typed in a cell go to a specific cell in anot Lmatarazzo Excel Discussion (Misc queries) 3 April 21st 05 04:29 AM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


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

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

About Us

"It's about Microsoft Excel"