I'm trying to put together my first pivot table. I have a tbl_population that contains the following fields:
72005 (contains the 2005 population)
72004
72003
72002
72001
72000
CountyCd (2 digit codes)
UnitType (township, city, etc)
ConsolID PK
I don't know how to do this so I can evaluate the population growth among these years. Appreciate any help with this.
72005 (contains the 2005 population)
72004
72003
72002
72001
72000
CountyCd (2 digit codes)
UnitType (township, city, etc)
ConsolID PK
I don't know how to do this so I can evaluate the population growth among these years. Appreciate any help with this.