Estimation Formula Based on Available Data

MikeMikeMike

New Member
Joined
Oct 11, 2010
Messages
38
Ok so say I have two columns:

<table style="width: 373px; height: 178px;" border="0" cellpadding="0" cellspacing="0"><col style="width: 67pt;" width="89"> <col style="width: 48pt;" span="2" width="64"> <tbody><tr style="height: 15pt;" height="20"> <td style="height: 15pt; width: 67pt;" height="20" width="89">Company</td> <td style="width: 48pt;" width="64"> Score
</td> <td style="width: 48pt;" width="64">
</td> </tr> <tr style="height: 15pt;" height="20"> <td style="height: 15pt;" height="20">Person1
</td> <td class="xl63" align="right">100,000</td> <td class="xl63">
</td> </tr> <tr style="height: 15pt;" height="20"> <td style="height: 15pt;" height="20">Person2
</td> <td class="xl63" align="right">200,000</td> <td class="xl63">
</td> </tr> <tr style="height: 15pt;" height="20"> <td style="height: 15pt;" height="20">Person3
</td> <td class="xl63" align="right">300,000</td> <td class="xl63">
</td> </tr> <tr style="height: 15pt;" height="20"> <td style="height: 15pt;" height="20">
</td> <td class="xl63" align="right">
</td> <td class="xl63">
</td> </tr> </tbody></table>Now say that above those three fields I have in three columns:

Person1 in column A and the ACTUAL Score...actual because I am person 1 and above is an estimated score for all people. Since I know my own score and I know the estimated for mine and everyone else I want to calculate the difference between my actual score and the estimated score.

Then using that difference and the estimates for everyone else create a third column that displays a more accurate estimation. Or at least another number to look at.

Any ideas on how to turn this into an excel formula?

All help is most appreciated!!

-Mike
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Excel Workbook
ABCD
1CompanyEst ScoreActual scoreUpdated est
2Person1100,000110,000
3Person2200,000220,000
4Person3300,000330,000
...
Cell Formulas
RangeFormula
D3=$C$2/$B$2*B3
D4=$C$2/$B$2*B4


Take the ratio of person1 (est / actual) and multiply that by the est, of each of the other persons.
 
Upvote 0

Forum statistics

Threads
1,215,712
Messages
6,126,408
Members
449,313
Latest member
tomgrandy

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