Forum Discussion
alechanson
Mar 26, 2019Copper Contributor
Index and Match with a pivot table
Hi, I am working on making our sales reports less manual entry and want to use formulas to grab from a pivot table that has all our data. The pivot table currently contains three of the seven...
Detlef_Lewin
Mar 26, 2019Silver Contributor
I would suggest that you use GETPIVOTDATA(). It's a lookup function designed for pivot tables.
And IFNA() should be the outermost function.
alechanson
Mar 27, 2019Copper Contributor
Thanks, I'll give that a try today!