Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Sat, 2 Feb 2008 02:27:01 -0800, wenz324
wrote: ie I need to tally little athletics results. I need the average of the best three scores. These are times (minutes, seconds and hundredths of seconds) and I now realise we probably should have been entering using colons throughout the season. I'm trying to fix the problem without having to manually change the results into times. 3.06.51 3.11.43 3.22.56 3.23.94 3.56.29 If you don't want to convert your data, you could use these **array-entered** formulas: Add all the results: =SUM(--("0:"&SUBSTITUTE(A1:A5,".",":",1))) Average the best three (I have assumed that "best" means "lowest") =AVERAGE(SMALL(--("0:"&SUBSTITUTE(A1:A5,".",":",1)),{1,2,3})) Format your results as something like [m]:ss.00 --ron |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
numbers & decimals | New Users to Excel | |||
Sorting numbers with two decimals | Excel Worksheet Functions | |||
How do I align decimals in Excel when not all numbers have % sym. | Excel Discussion (Misc queries) | |||
Summing large numbers with decimals in Excel | Excel Discussion (Misc queries) | |||
Excel: How can I get numbers without decimals ? | New Users to Excel |