Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do I go about averaging the following?
Cell A1 = 3 min. 3 sec. Cell A2 = 1 min. 13 sec. What formula would I use to average the two? ANY help would be greatly appreciated, Karen |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Enter the values as real times in A1 and A2
0:03:03 0:01:13 and use a formula like: =average(a1:a2) and give it a nice format [mm]:ss ???? Karen wrote: How do I go about averaging the following? Cell A1 = 3 min. 3 sec. Cell A2 = 1 min. 13 sec. What formula would I use to average the two? ANY help would be greatly appreciated, Karen -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you very much for your help. Is there a formula to convert the value -
Example: 02:08 into 2 min. 8 sec. in another cell so the average is easier to read? Thank you, Karen "Dave Peterson" wrote: Enter the values as real times in A1 and A2 0:03:03 0:01:13 and use a formula like: =average(a1:a2) and give it a nice format [mm]:ss ???? Karen wrote: How do I go about averaging the following? Cell A1 = 3 min. 3 sec. Cell A2 = 1 min. 13 sec. What formula would I use to average the two? ANY help would be greatly appreciated, Karen -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=MINUTE(A3)&" min. "&SECOND(A3)&" sec."
-- David Biddulph "Karen" wrote in message ... Thank you very much for your help. Is there a formula to convert the value - Example: 02:08 into 2 min. 8 sec. in another cell so the average is easier to read? Thank you, Karen "Dave Peterson" wrote: Enter the values as real times in A1 and A2 0:03:03 0:01:13 and use a formula like: =average(a1:a2) and give it a nice format [mm]:ss ???? Karen wrote: How do I go about averaging the following? Cell A1 = 3 min. 3 sec. Cell A2 = 1 min. 13 sec. What formula would I use to average the two? ANY help would be greatly appreciated, Karen -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you SO MUCH David - You have been a big help! You made my day!
You are da bomb! Karen "David Biddulph" wrote: =MINUTE(A3)&" min. "&SECOND(A3)&" sec." -- David Biddulph "Karen" wrote in message ... Thank you very much for your help. Is there a formula to convert the value - Example: 02:08 into 2 min. 8 sec. in another cell so the average is easier to read? Thank you, Karen "Dave Peterson" wrote: Enter the values as real times in A1 and A2 0:03:03 0:01:13 and use a formula like: =average(a1:a2) and give it a nice format [mm]:ss ???? Karen wrote: How do I go about averaging the following? Cell A1 = 3 min. 3 sec. Cell A2 = 1 min. 13 sec. What formula would I use to average the two? ANY help would be greatly appreciated, Karen -- Dave Peterson |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You could keep it in the same cell and give that cell a custom format of:
mm "min" ss "sec" (format|cells|number tab|custom category) Karen wrote: Thank you very much for your help. Is there a formula to convert the value - Example: 02:08 into 2 min. 8 sec. in another cell so the average is easier to read? Thank you, Karen "Dave Peterson" wrote: Enter the values as real times in A1 and A2 0:03:03 0:01:13 and use a formula like: =average(a1:a2) and give it a nice format [mm]:ss ???? Karen wrote: How do I go about averaging the following? Cell A1 = 3 min. 3 sec. Cell A2 = 1 min. 13 sec. What formula would I use to average the two? ANY help would be greatly appreciated, Karen -- Dave Peterson -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
average rate of change per given time period between 2 moments in time of a value | Excel Worksheet Functions | |||
How do I find the average time? | Excel Worksheet Functions | |||
Finding the average time | Excel Worksheet Functions | |||
Average Time Difference | Excel Worksheet Functions | |||
Average Time | Excel Worksheet Functions |