IAmLemondrop
New Member
Hello. I’m trying to display some budget data and utilize some of Excel’s calculated fields, but I can’t get it to work properly.
I’m using an Index/Match formula to combine this data:
[pre]
[/pre]
Against these actuals in order to create a pivot table.
Budget Item Cost Account Actuals
10,000 123 987 235
10,000 123 988 123
10,000 123 999 55.68
20,000 124 568 2.88
20,000 124 456 1.23
20,000 124 123 2.05
15,000 125 789 2.58
15,000 125 458 9.08
30,000 126 890 10.01
30,000 126 258 5.68[/code][/pre]
Now my problem is because each item is displayed more than once, it brings in the budget more than once. So using the example above, Item #123 would show a budget of $30,000 which isn’t right. Any suggestions? I’ve tried the multiple consolidation ranges, but it doesn’t give me the flexibility to put in calculated fields or really move around my data. (In reality there are more columns than cost account and actuals, but the budget field is the only one giving me problems).
I’m using an Index/Match formula to combine this data:
[pre]
Code:
Item Budget
123 10,000
124 20,000
125 15,000
126 30,000
And this data:
[pre][code]Item Cost Accounts
123 987
123 988
123 999
124 568
124 456
124 123
125 789
125 458
126 890
126 258
Against these actuals in order to create a pivot table.
Budget Item Cost Account Actuals
10,000 123 987 235
10,000 123 988 123
10,000 123 999 55.68
20,000 124 568 2.88
20,000 124 456 1.23
20,000 124 123 2.05
15,000 125 789 2.58
15,000 125 458 9.08
30,000 126 890 10.01
30,000 126 258 5.68[/code][/pre]
Now my problem is because each item is displayed more than once, it brings in the budget more than once. So using the example above, Item #123 would show a budget of $30,000 which isn’t right. Any suggestions? I’ve tried the multiple consolidation ranges, but it doesn’t give me the flexibility to put in calculated fields or really move around my data. (In reality there are more columns than cost account and actuals, but the budget field is the only one giving me problems).