I am trying to set up a pivot report to summarise the following data:-
Adress Type A Type B Type C Type D
1 Smith Street 2008 2009 2018 2008
2 Smith Street 2018 2008 2010 2008
3 Smith Street 2014 2015 2015 2015
4 Smith Street 2015 2017 2018 2014
5 Smith Street 2012 2014 2015 2014
6 Smith Street 2018 2012 2015 2008
7 Smith Street 2010 2009 2016 2010
8 Smith Street 2009 2008 2019 2015
I want to count the number of adressed for ech Type by year as follows:-
Type A Type B Type C Type D
2008 1 2
2009 1 etc
2010 1 etc
2011 0
2012 1
This works if dropping a single type into the row data but not if more than one type is added-this could be done using the 'countif' function but I want to be able to then drill down to the addresses and to add a total for all of the types.
Any help appreciated.
Adress Type A Type B Type C Type D
1 Smith Street 2008 2009 2018 2008
2 Smith Street 2018 2008 2010 2008
3 Smith Street 2014 2015 2015 2015
4 Smith Street 2015 2017 2018 2014
5 Smith Street 2012 2014 2015 2014
6 Smith Street 2018 2012 2015 2008
7 Smith Street 2010 2009 2016 2010
8 Smith Street 2009 2008 2019 2015
I want to count the number of adressed for ech Type by year as follows:-
Type A Type B Type C Type D
2008 1 2
2009 1 etc
2010 1 etc
2011 0
2012 1
This works if dropping a single type into the row data but not if more than one type is added-this could be done using the 'countif' function but I want to be able to then drill down to the addresses and to add a total for all of the types.
Any help appreciated.