N
neotokyo
Hi all!
Lets say I have a Pivot table with the top being :
Apples Oranges Pears
and the side column being :
Bill
Bob
Joe
Total
To total it, I use
GETPIVOTDATA(table, "Total Orange")+GETPIVOTDATA(table, "Tota
Apple")+GETPIVOTDATA(table, "Total Pears")
The problem is, sometimes one of the columns will have no data(o
change), and therefore be missing from the Pivot table. When thi
happens, the GETPIVOTDATA will return a N/A(even when the other
coumns have data).
Any ideas how to change this so that it adds a 0 instead of just
N/A?
eg. if apples is 0, I want GETPIVOTDATA cell to add 3+0+2=5, instead o
showing N/A.
Keep in mind, my real table has like 30 columns, so using IF statement
would be really tedious.
Any ideas??
THANKS!
Lets say I have a Pivot table with the top being :
Apples Oranges Pears
and the side column being :
Bill
Bob
Joe
Total
To total it, I use
GETPIVOTDATA(table, "Total Orange")+GETPIVOTDATA(table, "Tota
Apple")+GETPIVOTDATA(table, "Total Pears")
The problem is, sometimes one of the columns will have no data(o
change), and therefore be missing from the Pivot table. When thi
happens, the GETPIVOTDATA will return a N/A(even when the other
coumns have data).
Any ideas how to change this so that it adds a 0 instead of just
N/A?
eg. if apples is 0, I want GETPIVOTDATA cell to add 3+0+2=5, instead o
showing N/A.
Keep in mind, my real table has like 30 columns, so using IF statement
would be really tedious.
Any ideas??
THANKS!