8BITADDICTION
New Member
- Joined
- Nov 29, 2021
- Messages
- 4
- Office Version
- 2019
- Platform
- Windows
Hello, I have only recently started diving into GETPIVOTDATA and I am stumped as to how to have the following happen.
I would like to have the information for an employee to show up in a cell on another sheet by referencing their name on that sheet. but because we need to deal with different data every day, It needs to reference the date that is selected.
here is the formula I have written, it does not through a #REF or any error, but it isn't showing data so the cell ends up blank.
=IFERROR(IF(GETPIVOTDATA("[Measures].[Count of Duration]",'Activity Pivot'!$A$3,"[Activity RAW].[Label]","[Activity RAW].[Label].&[ACW]","[Activity RAW].[Sort Name]","[Activity RAW].[Sort Name].&["&'Automatic (WIP)'!$D7&"]","[Activity RAW].[Date]","[Activity RAW].[Date].&["&'Automatic (WIP)'!$C$1&"]")="","",GETPIVOTDATA("[Measures].[Count of Duration]",'Activity Pivot'!$A$3,"[Activity RAW].[Label]","[Activity RAW].[Label].&[ACW]","[Activity RAW].[Sort Name]","[Activity RAW].[Sort Name].&["&'Automatic (WIP)'!$D7&"]","[Activity RAW].[Date]","[Activity RAW].[Date].&["&'Automatic (WIP)'!$C$1&"]")),"")
If anyone has been successful in having this work, please let me know!
I would like to have the information for an employee to show up in a cell on another sheet by referencing their name on that sheet. but because we need to deal with different data every day, It needs to reference the date that is selected.
here is the formula I have written, it does not through a #REF or any error, but it isn't showing data so the cell ends up blank.
=IFERROR(IF(GETPIVOTDATA("[Measures].[Count of Duration]",'Activity Pivot'!$A$3,"[Activity RAW].[Label]","[Activity RAW].[Label].&[ACW]","[Activity RAW].[Sort Name]","[Activity RAW].[Sort Name].&["&'Automatic (WIP)'!$D7&"]","[Activity RAW].[Date]","[Activity RAW].[Date].&["&'Automatic (WIP)'!$C$1&"]")="","",GETPIVOTDATA("[Measures].[Count of Duration]",'Activity Pivot'!$A$3,"[Activity RAW].[Label]","[Activity RAW].[Label].&[ACW]","[Activity RAW].[Sort Name]","[Activity RAW].[Sort Name].&["&'Automatic (WIP)'!$D7&"]","[Activity RAW].[Date]","[Activity RAW].[Date].&["&'Automatic (WIP)'!$C$1&"]")),"")
If anyone has been successful in having this work, please let me know!