AronEpstein
New Member
- Joined
- Feb 6, 2012
- Messages
- 5
i have a powerpivot with data as follows
[TABLE="width: 100, align: left"]
<TBODY>[TR]
[TD]Cost Center[/TD]
[TD]Expense Type[/TD]
[TD]Month[/TD]
[TD]Amount[/TD]
[/TR]
[TR]
[TD]East[/TD]
[TD]Admin[/TD]
[TD]Budget[/TD]
[TD]10000[/TD]
[/TR]
[TR]
[TD]East[/TD]
[TD]Admin[/TD]
[TD]January[/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD]East[/TD]
[TD]Admin[/TD]
[TD]February[/TD]
[TD]650[/TD]
[/TR]
</TBODY>[/TABLE]
I want to calculate the total ytd (1150) as a percentage of the budget (10,000).
[TABLE="width: 100, align: left"]
<TBODY>[TR]
[TD]Cost Center[/TD]
[TD]Expense Type[/TD]
[TD]Month[/TD]
[TD]Amount[/TD]
[/TR]
[TR]
[TD]East[/TD]
[TD]Admin[/TD]
[TD]Budget[/TD]
[TD]10000[/TD]
[/TR]
[TR]
[TD]East[/TD]
[TD]Admin[/TD]
[TD]January[/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD]East[/TD]
[TD]Admin[/TD]
[TD]February[/TD]
[TD]650[/TD]
[/TR]
</TBODY>[/TABLE]
I want to calculate the total ytd (1150) as a percentage of the budget (10,000).