Hello all,
I have an issue which i am sure is an order of operation issue.
Column A: is a percentage of total Revenue for an department. it is derived by departments revenue / overall revenue
Column B: is the cost of infrastructure.
Column C: I want to see the percentage of the overall revenue that is spent on infrastructure.
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]9.88%[/TD]
[TD]15150[/TD]
[TD]revenue % cost of infra[/TD]
[/TR]
</tbody>[/TABLE]
THe formula i have been trying is
=(B1/(100*A1)) which results in an answer of 1533.400 which is incorrect.
I am sure i am just doing something wrong in the order of operations.
An y help would be great.
I have an issue which i am sure is an order of operation issue.
Column A: is a percentage of total Revenue for an department. it is derived by departments revenue / overall revenue
Column B: is the cost of infrastructure.
Column C: I want to see the percentage of the overall revenue that is spent on infrastructure.
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]9.88%[/TD]
[TD]15150[/TD]
[TD]revenue % cost of infra[/TD]
[/TR]
</tbody>[/TABLE]
THe formula i have been trying is
=(B1/(100*A1)) which results in an answer of 1533.400 which is incorrect.
I am sure i am just doing something wrong in the order of operations.
An y help would be great.