Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() Please can someone help me? I would like to use parameter data_field as cell reference in getpivotdata function? Is it possible and if yes so plesae how? I tried it several times but result is still #REF!. Example: =GETPIVOTDATA(B4;$A$3;"Partner";"ABC") There goes about the B4 parameter because if I rewrite value from cell B4 as a text then it returns right data. Thanks in advance |
#2
![]() |
|||
|
|||
![]()
If you append an empty string at either end of the cell reference, the
formula should work, e.g.: =GETPIVOTDATA(""&B4;$A$3;"Partner";"ABC") or =GETPIVOTDATA(B4&"";$A$3;"Partner";"ABC") Tomas wrote: Please can someone help me? I would like to use parameter data_field as cell reference in getpivotdata function? Is it possible and if yes so plesae how? I tried it several times but result is still #REF!. Example: =GETPIVOTDATA(B4;$A$3;"Partner";"ABC") There goes about the B4 parameter because if I rewrite value from cell B4 as a text then it returns right data. Thanks in advance -- Debra Dalgleish Excel FAQ, Tips & Book List http://www.contextures.com/tiptech.html |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
cell color index comparison | New Users to Excel | |||
Cell Change Color - Need Help | New Users to Excel | |||
Pasting Word table cell with paragraph markers into single Excel c | Excel Discussion (Misc queries) | |||
inserting data from a row to a cell, when the row number is specified by a formula in a cell | New Users to Excel | |||
VLookup resulting in a blank cell... | Excel Worksheet Functions |