jwoodsford
New Member
- Joined
- May 30, 2012
- Messages
- 4
I have two pivot tables with the same headers. The data is a count by site, by month.
I have to compare the two tables and show the differences between the counts, either + or -, in another area in the spreadsheet.
Problem is that table one has a column of sites from 100-206. The second table only show sites that have data in the row so there might be 100-107, 109, 122, etc.
How do i complare the data(counts) from ONLY the sites where the data matches and show the data from table 1 where there is no site in table 2?
ex.table one
site count
101 300
102 200
103 100
104 50
107 450
121 550
155 650
ex. table two
site count
101 250
107 500
121 600
155 700
output from comparison ex.
site count
101 50
102 200
103 100
104 50
107 50
121 50
155 50
I have to compare the two tables and show the differences between the counts, either + or -, in another area in the spreadsheet.
Problem is that table one has a column of sites from 100-206. The second table only show sites that have data in the row so there might be 100-107, 109, 122, etc.
How do i complare the data(counts) from ONLY the sites where the data matches and show the data from table 1 where there is no site in table 2?
ex.table one
site count
101 300
102 200
103 100
104 50
107 450
121 550
155 650
ex. table two
site count
101 250
107 500
121 600
155 700
output from comparison ex.
site count
101 50
102 200
103 100
104 50
107 50
121 50
155 50