![]() |
How do I get a index% of two numbers when they are negative or pos
I am trying to get a formula to calculate the index% of two numbers when they
are either positive or negative and sometimes when one is positive and the other is negative. i.e. Actual Profit-------Budgeted Profit------Index % ($100)--------------($105) or Actual Profit-------Budgeted Profit------Index % $100-----------------$105 or Actual Profit-------Budgeted Profit------Index % $100--------------($105) or Actual Profit-------Budgeted Profit------Index % ($100)--------------$105 |
Answer: How do I get a index% of two numbers when they are negative or pos
To calculate the index percentage of two numbers, whether they are positive or negative, you can use the following formula:
Index % = (Actual Profit - Budgeted Profit) / ABS(Budgeted Profit) * 100 Here's how to use the formula in Excel:
For example, if your actual profit is -$100 and your budgeted profit is $105, the formula would be: Code:
Code:
|
How do I get a index% of two numbers when they are negative or pos
With your numbers in columns A and B, starting in row 2,
Put this in C2 and copy down =(B2-A2)*-1 Vaya con Dios, Chuck, CABGx3 "mrbernh" wrote: I am trying to get a formula to calculate the index% of two numbers when they are either positive or negative and sometimes when one is positive and the other is negative. i.e. Actual Profit-------Budgeted Profit------Index % ($100)--------------($105) or Actual Profit-------Budgeted Profit------Index % $100-----------------$105 or Actual Profit-------Budgeted Profit------Index % $100--------------($105) or Actual Profit-------Budgeted Profit------Index % ($100)--------------$105 |
All times are GMT +1. The time now is 04:52 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com