help with formula

K

kevc123

hey, i am trying to make a spreadsheet for work and i need some help

what it is for is working out orienteering scores based on time, for example
if the fastest time was 27mins they would score 50 points and then the points
would go down as the times went up

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...e-60ff7f4537ea&dg=microsoft.public.excel.misc
 
T

Toppers

What are the rules for the allocation of points: if my time was 30 mins vs
fastest of 27mins, how many points would I get?
 
J

JE McGimpsey

One way, though you don't really give very much information:

=50 - x * MAX(0,A1 - TIME(0,27,0))

where x is a factor that determines how fast points are lost.
 
Top