Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Excel is returning a "N/A" error for either of these
=GETPIVOTDATA('Detail Pivot'!$A$7,"Parts HP M12 total Sales$") =GETPIVOTDATA('Detail Pivot'!$A$7,"Parts HP"&"M12 total Sales$") I feel that having a 2 word row heading is causing the problem. How can I fix this? |
#2
![]() |
|||
|
|||
![]()
You can enclose two word items in single quotes. For example:
=GETPIVOTDATA(Pivot!B5,"Ontario 'Pen Sets'") stevec wrote: Excel is returning a "N/A" error for either of these =GETPIVOTDATA('Detail Pivot'!$A$7,"Parts HP M12 total Sales$") =GETPIVOTDATA('Detail Pivot'!$A$7,"Parts HP"&"M12 total Sales$") I feel that having a 2 word row heading is causing the problem. How can I fix this? -- Debra Dalgleish Excel FAQ, Tips & Book List http://www.contextures.com/tiptech.html |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Findlink Error | Links and Linking in Excel | |||
error message ISBLANK | Excel Discussion (Misc queries) | |||
Error when entering and exiting excel | Excel Discussion (Misc queries) | |||
Downloading Templates for Excel error with a windows error. | Excel Discussion (Misc queries) | |||
#REF error | Excel Worksheet Functions |