Dear all,
I am new on this forum and got some issues trying to merge data from different excel sources.
I've got two different excel files I would like to analyse using Powerpivot (or any other solution would be appreciated). Let me take an example:
File DB1.xlsx:
File DB2.xlsx:
I would like to compare my costs (file 1) against my allocated budget (file 2) by project. I cannot consider that activities names are not exactly the same between the 2 files.
Something like that:
I am using Powerpivot (Excel 2010) to build my my pivot table but unfortunately, there is a wrong calculation for the budget (1200!).
Maybe my problem is that I cannot identify Project as a joining key, because the names are not uniques (different activities linked to the same project).
Thanks for your help
I am new on this forum and got some issues trying to merge data from different excel sources.
I've got two different excel files I would like to analyse using Powerpivot (or any other solution would be appreciated). Let me take an example:
File DB1.xlsx:
Code:
[B]Activity Project Cost[/B]
Act1 Proj1 10
Act2 Proj2 20
Act3 Proj2 30
Act4 Proj1 50
File DB2.xlsx:
Code:
[B]Activity Project Avail budget[/B]
Act1' Proj1 100
Act2' Proj2 200
Act3' Proj2 300
Act4' Proj1 600
I would like to compare my costs (file 1) against my allocated budget (file 2) by project. I cannot consider that activities names are not exactly the same between the 2 files.
Something like that:
Code:
[B]Project budget cost[/B]
Proj1 700 60
Proj2 500 50
I am using Powerpivot (Excel 2010) to build my my pivot table but unfortunately, there is a wrong calculation for the budget (1200!).
Maybe my problem is that I cannot identify Project as a joining key, because the names are not uniques (different activities linked to the same project).
Thanks for your help