ashleynh2011
New Member
- Joined
- Jun 12, 2020
- Messages
- 13
Hi there, I've been searching through posts, but I haven't been able to find out whether you can use the GETPIVOTDATA function in one tab while the pivot table is in another tab. Here's what I'm trying to do:
Here's the formula in Tab1 that's returning "#REF!" : GETPIVOTDATA("Employee ID",'Tab2'!$A$7,"Employee ID",'Tab1'!B3)
- I have a list of IDs in Tab1 and in Tab2 I have a pivot table counting the number of times those IDs appear in a data data.
- the IDs in the pivot table are in rows and the values are simply a count of those IDs
- In Tab1, I have a table with a number of data points in columns for each of those employee IDs in rows
- I want one of those columns to be the count by ID from the pivot table in Tab2, but based on the ID in column 1 in Tab1
Here's the formula in Tab1 that's returning "#REF!" : GETPIVOTDATA("Employee ID",'Tab2'!$A$7,"Employee ID",'Tab1'!B3)