Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi all,
I'm trying to generate the average time for a number of finishers in a sailing race. There may be certain boats that have text values in place of a finish time for did not finish, did not start or did not compete. Q1 - The spreadsheet I inherited used SUM() to give the sum of the finish times, COUNTIF(value 0) of the count of the number of finishers, finally to arrive at average = SUM / COUNTIF. This gives errors as SUM() does not give the correct value when the text values are present - are there functions available to give the sum of the race times for the finishers (this figure also used for other stats)? Q2 - Does the AVERAGE() function ignore text when calculating the average? Cheers! Mark (Skiffie) |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "Skiffie" wrote in message ... Q1 - The spreadsheet I inherited used SUM() to give the sum of the finish times, COUNTIF(value 0) of the count of the number of finishers, finally to arrive at average = SUM / COUNTIF. This gives errors as SUM() does not give the correct value when the text values are present - are there functions available to give the sum of the race times for the finishers (this figure also used for other stats)? That shouldn't matter, SUM will ignore text. Q2 - Does the AVERAGE() function ignore text when calculating the average? Yes. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "Bob Phillips" wrote: "Skiffie" wrote in message ... Q1 - The spreadsheet I inherited used SUM() to give the sum of the finish times, COUNTIF(value 0) of the count of the number of finishers, finally to arrive at average = SUM / COUNTIF. This gives errors as SUM() does not give the correct value when the text values are present - are there functions available to give the sum of the race times for the finishers (this figure also used for other stats)? That shouldn't matter, SUM will ignore text. Thanks Bob - made me re-check the formula again and I found my range was wrong. :blush: |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
We've all been there <g
Bob "Skiffie" wrote in message ... "Bob Phillips" wrote: "Skiffie" wrote in message ... Q1 - The spreadsheet I inherited used SUM() to give the sum of the finish times, COUNTIF(value 0) of the count of the number of finishers, finally to arrive at average = SUM / COUNTIF. This gives errors as SUM() does not give the correct value when the text values are present - are there functions available to give the sum of the race times for the finishers (this figure also used for other stats)? That shouldn't matter, SUM will ignore text. Thanks Bob - made me re-check the formula again and I found my range was wrong. :blush: |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
convert text to number for a range of data in a column | Excel Discussion (Misc queries) | |||
Using the text from a cell as a range name in a formula | Excel Discussion (Misc queries) | |||
sum multiple criteria where final range is text? | Excel Discussion (Misc queries) | |||
How do i get an average that ignores blanks in the range of cells. | Excel Worksheet Functions | |||
Average Range | Excel Worksheet Functions |