help with formula

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top