btadams
Well-known Member
- Joined
- Jan 6, 2003
- Messages
- 1,943
Hello Everybody!
I have a table of data that includes a calculated column (Referrals) that uses an Index/Match array formula to pull in data from another table. I've made a pivot table from the first table and I want it to sum all referrals for all people in the selected Site. So the pivot table has Site in the Filters field, Person in the Rows field, and Referrals in the Values field. If I set the Value Field Settings to Count, it counts correctly but when I change it to Sum I get a #N/A error.
The array formula in the first table is:
{=IFERROR(INDEX(referrals,MATCH(1,(B8=lastfirst)*(D8=quarter),0)),0)}
and it looks like all values in that column are numeric.
Anybody run into this?
Thanks,
Brian
I have a table of data that includes a calculated column (Referrals) that uses an Index/Match array formula to pull in data from another table. I've made a pivot table from the first table and I want it to sum all referrals for all people in the selected Site. So the pivot table has Site in the Filters field, Person in the Rows field, and Referrals in the Values field. If I set the Value Field Settings to Count, it counts correctly but when I change it to Sum I get a #N/A error.
The array formula in the first table is:
{=IFERROR(INDEX(referrals,MATCH(1,(B8=lastfirst)*(D8=quarter),0)),0)}
and it looks like all values in that column are numeric.
Anybody run into this?
Thanks,
Brian
Last edited: