Could someone tell me the difference in these formulas?

  • Thread starter Thread starter Guest
  • Start date Start date
This is not an excel question, but here is the answer
(+Budget/Actual)-1
Budget Actual
= -------- - --------
Actual Actual

Budget - Actual
= ----------------
Actual
((Actual - Budget)/Budget)

Actual - Budget
= ----------------
Budget

Do you see it now???
 
Mel said:
(+Budget/Actual)-1
((Actual - Budget)/Budget)

The first formula is effectively (budget-actual)/actual.
Conversely, the second formula is effectively
(actual/budget)-1.

Now you can see the difference. The first formula is the
percentage difference between "budget" over "actual".
The second formula is the percentage difference between
"actual" over "budget".

The second formual is typically what want in this context.
It answers the question: "what percentage over-budget
are we?".

But if you change the names, both formulas might be
equally valid, depending on what you want. For example,
if "budget" is "myDistance" and "annual" is "yourDistance",
the first formula answers the question: "what percentage
more (or less) did I travel?"; and the second formula
answers the question: "what percentage more (or less)
did you travel?".

HTH.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top