Help with formula

User avatar
Rudi
gamma jay
Posts: 25455
Joined: 17 Mar 2010, 17:33
Location: Cape Town

Help with formula

Post by Rudi »

What formula would I use to fill in the blanks?
AB
1AchievementScore
280120
375 
470 
565100
660 
755 
85080
Gosh this table html is terrible!!!!!
Regards,
Rudi

If your absence does not affect them, your presence didn't matter.

User avatar
HansV
Administrator
Posts: 78545
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: Help with formula

Post by HansV »

Do you need to keep the constants 120, 100 and 80, or is it OK to replace them with formulas?
Best wishes,
Hans

User avatar
Rudi
gamma jay
Posts: 25455
Joined: 17 Mar 2010, 17:33
Location: Cape Town

Re: Help with formula

Post by Rudi »

It can be replaced, but the calculated value must remain as indicated. TX.
Regards,
Rudi

If your absence does not affect them, your presence didn't matter.

User avatar
StuartR
Administrator
Posts: 12615
Joined: 16 Jan 2010, 15:49
Location: London, Europe

Re: Help with formula

Post by StuartR »

Do the scores need to be rounded to multiples of 5? Or of 10?
It's going to be a tricky formula!
StuartR


User avatar
Rudi
gamma jay
Posts: 25455
Joined: 17 Mar 2010, 17:33
Location: Cape Town

Re: Help with formula

Post by Rudi »

Latest feedback;

The person who requested this emailed me back and mentioned they managed to resolve it with a formula as follows:

=(B2-A2)/(ROW(B2)-ROW(A2))

I find this strange as it returns #DIV/0 for every formula as the ROW()-ROW() part will always return 0.

Frankly, I'm not sure what the person did to mention the formula is resolved??

If you guys have energy for it, please provide me your proposed formula, ignoring my previous limitations. See it as a puzzle and tell me what formula you propose to fill the B columns blanks.
Regards,
Rudi

If your absence does not affect them, your presence didn't matter.

User avatar
HansV
Administrator
Posts: 78545
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: Help with formula

Post by HansV »

If you want to leave 120 in B2 and 80 in B8, you can enter this formula in B3, then fill down to B7:

=$B$2-($B$2-$B$8)/($A$2-$A$8)*($A$2-$A$3)*(ROW()-ROW($B$2))

If you want to replace all cells in column B with formulas, enter this formula in B2, then fill down to B8:

=120-20/3*(ROW()-2)
Best wishes,
Hans

User avatar
Rudi
gamma jay
Posts: 25455
Joined: 17 Mar 2010, 17:33
Location: Cape Town

Re: Help with formula

Post by Rudi »

TX Hans. That looks perfect.
Now I'll step through it and see how the calc process flows... :cheers:
Regards,
Rudi

If your absence does not affect them, your presence didn't matter.