hey there,
i have a pivot table that has a distribution percentage by country.
there are currently 42 country listed.
on a second sheet i have the top ten countries listed by referencing the those top 10 on the pivot list.
i want to create a "all other" column which would the sum of the 11th to the bottom of the pivot minus one row (grand total row)
obviously this is easy but i want a forumla for the All Other to add the new countries values as the rows grow in the pivot.
current fromula is
thanks
i have a pivot table that has a distribution percentage by country.
there are currently 42 country listed.
on a second sheet i have the top ten countries listed by referencing the those top 10 on the pivot list.
i want to create a "all other" column which would the sum of the 11th to the bottom of the pivot minus one row (grand total row)
obviously this is easy but i want a forumla for the All Other to add the new countries values as the rows grow in the pivot.
current fromula is
Code:
=SUM('Paycountry Distribution'!B14:B45)
thanks