megera716
Board Regular
- Joined
- Jan 3, 2013
- Messages
- 144
- Office Version
- 365
- Platform
- Windows
I don't know why I can't figure this out but I've googled every incarnation I can think of and I can't find what I'm looking for.
I have this set of numbers in columns J:M. I want a data bar in column N that is a percentage of spend vs budget (Column L/Column K), with a label of the actual dollars remaining from Column M:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Team[/TD]
[TD]Budget[/TD]
[TD]Spend[/TD]
[TD]Remaining[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Tech[/TD]
[TD]1416[/TD]
[TD]709[/TD]
[TD]707[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Reporting[/TD]
[TD]758[/TD]
[TD]280[/TD]
[TD]478[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Project Mgmt[/TD]
[TD]608[/TD]
[TD]510[/TD]
[TD]98[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is this impossible or am I just having a brain fart?
I have this set of numbers in columns J:M. I want a data bar in column N that is a percentage of spend vs budget (Column L/Column K), with a label of the actual dollars remaining from Column M:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Team[/TD]
[TD]Budget[/TD]
[TD]Spend[/TD]
[TD]Remaining[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Tech[/TD]
[TD]1416[/TD]
[TD]709[/TD]
[TD]707[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Reporting[/TD]
[TD]758[/TD]
[TD]280[/TD]
[TD]478[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Project Mgmt[/TD]
[TD]608[/TD]
[TD]510[/TD]
[TD]98[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is this impossible or am I just having a brain fart?