![]() |
![]() |
|
|||||||
| 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
|
01:00.00
01:14.00 01:09.91 01:03.00 (In descending, ascendings or any order). Is there a formula that can calculate the difference of the fastest times (01:00.0)from the time which is second slowest (01:03.00), then from the third slowest (01:09.00), then from the fourth slowest (01:14.00). Which is then place in a seperate column |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Mar 2002
Location: London, UK
Posts: 167
|
well i would just sort them in descending order, then lets say the fastest time is in cell B2, other times descending beneath. In cell C3 i would put...
=C2-$B$2 and fill this equation down to the bottom of the list. Then copy and paste the equation results to values if you want to resort or play with the list. |
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Millbank, London, UK
Posts: 1,790
|
Quote:
=LARGE($A$2:$A$21,COLUMN(B$2))-MIN($A$2:$A$21)
__________________
:: Pharma Z - Family drugstore :: |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|