![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 13
|
8:30:30 8:32:12.09 01:42.09 102
8:33:00 8:34:43.56 01:43.56 104 8:42:00 8:43:12.23 01:12.23 72 8:44:00 0:00:00.00 START FINISH ELAPSED POINTS From the above example, is there a formula that can find the slowest time( 01:43.56) + 10% or 20% of the above elapsed times and the can be converted to points. (Automatically) |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
What is the conversion formula that you want to apply? Aladin |
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Apr 2002
Posts: 13
|
That was what i was asking, if there is a formula that can convert to slowest time(of the times shown) + 10% or even 20% with the result being a whole number.
|
|
|
|
|
|
#4 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
|
|
|
|
|
|
|
#5 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Monterrey, Mexico
Posts: 1,433
|
Try the following formula:
=ROUND(C3*1.1*86400,0) If Cell C3 has the slowest time, then the formula will add 10%, convert it to a number, and then round it to the nearest whole number.
__________________
Kind regards, Al Chara |
|
|
|
|
|
#6 | ||
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
|
||
|
|
|
|
|
#7 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Monterrey, Mexico
Posts: 1,433
|
Aladin,
I think he converted the time to seconds. |
|
|
|
|
|
#8 |
|
Board Regular
Join Date: Feb 2002
Location: Calgary, Alberta Canada
Posts: 2,065
|
You may want to look at Rank =RANK(C1,$C$1:$C$8,1) You can then assign points based on the rank. You did not say how you assign points. Say there are 8 people and the fastest gets 8 points and slowest 1; the following assigns points and considers ties. =AVERAGE((8-D1+1),(8-(D1+COUNTIF($D$1:$D$8,D1)-1)+1)) |
|
|
|
|
|
#9 |
|
New Member
Join Date: Apr 2002
Posts: 13
|
I'm using this for motorsport ralling.
That is corect, I converted time to seconds. Then if a driver arrives at a stage late or does not complete a stage, the penalties. Slowest time + 10%(in a group) = ??? Slowest time + 20%(in a group) = ??? + 10% is failure to complete a stage + 20% is failure to attemp a stage So within a group of four driver's and one does not (complete or attemps at stage). I was wondering if there is a formula that can work that out. |
|
|
|
|
|
#10 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
Aladin |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|