Formatting an IF Formula

ttauscher

New Member
Joined
Mar 21, 2013
Messages
2
How do I write a formula to calculate % of a benchmark? Example for a benchmark of $100. If this month my cost is $107 (+7%) and next it is $98 (-2%). How do I express the formula?
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Take your monthly cost and subtract from it the benchmark. In the first example, this would be 107 - 100 = 7. Then divide by the benchmark of 100 = 0.07 = 7%. What else do you need it to do?
 
Upvote 0
Subtract your benchmark from your monthly cost and then divide by the benchmark. For instance, 107 - 100 = 7 / 100 = 0.07 = 7%. What else do you need it to do?
 
Upvote 0
Thanks, I know how to do the math. I am new to Excel and was wanting to know how to write a formula so every time I enter new data, it will tell me how far I am off my benchmark.
 
Upvote 0
<FORM id=aspnetForm method=post name=aspnetForm action=http://office.microsoft.com/en-us/excel-help/cell-function-HP010062392.aspx>Benchmark = A1
Monthly Cost = B1
Difference = C1

The formula in C1 would be =(B1-A1)/A1

</FORM>Then you can just copy it down.
 
Upvote 0

Forum statistics

Threads
1,214,567
Messages
6,120,268
Members
448,953
Latest member
Dutchie_1

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top