Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Need Formula to Figure Difference Between Time Periods

I want to find the percentage improvement from a pre-test (time kid A runs 1
mile) to a post-test (time kid A runs one mile later).
Times were entered as 5.22 (5 minutes and 22 seconds).
I've converted them to a 00:05:22 format.
How can I find percentage difference if kid A runs the mile in 00:05:22 to
start and 00:05:01 six weeks later? Kid A improved their time by __%.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Need Formula to Figure Difference Between Time Periods

Hi,

With your times in a1 & b1 try

=(A1/B1)-1

format as %

Mike

"kbeirne" wrote:

I want to find the percentage improvement from a pre-test (time kid A runs 1
mile) to a post-test (time kid A runs one mile later).
Times were entered as 5.22 (5 minutes and 22 seconds).
I've converted them to a 00:05:22 format.
How can I find percentage difference if kid A runs the mile in 00:05:22 to
start and 00:05:01 six weeks later? Kid A improved their time by __%.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,104
Default Need Formula to Figure Difference Between Time Periods

All percentage changes are computed using
=Change/Original
OR =(New-value - Old-value)/Old-value
With Old-time in A1, new time in B1, use =(B1-A1)/A1 and format the cell
Percentage
I get 6.5%
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"kbeirne" wrote in message
...
I want to find the percentage improvement from a pre-test (time kid A runs
1
mile) to a post-test (time kid A runs one mile later).
Times were entered as 5.22 (5 minutes and 22 seconds).
I've converted them to a 00:05:22 format.
How can I find percentage difference if kid A runs the mile in 00:05:22 to
start and 00:05:01 six weeks later? Kid A improved their time by __%.



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,346
Default Need Formula to Figure Difference Between Time Periods

Hi,

There is no need to convert or change the format, in any case the formula
would be something like

=(B5-B6)/B5

where B5 is the earlier result and B6 the later.

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"kbeirne" wrote:

I want to find the percentage improvement from a pre-test (time kid A runs 1
mile) to a post-test (time kid A runs one mile later).
Times were entered as 5.22 (5 minutes and 22 seconds).
I've converted them to a 00:05:22 format.
How can I find percentage difference if kid A runs the mile in 00:05:22 to
start and 00:05:01 six weeks later? Kid A improved their time by __%.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Time Difference Formula George[_11_] Excel Discussion (Misc queries) 3 March 24th 09 12:19 PM
Time formula (difference of predicted and actual time) deb Excel Discussion (Misc queries) 7 September 26th 08 04:55 PM
Using a time value in an Excel formula to figure an hourly average Chuck Walsh Excel Discussion (Misc queries) 1 October 23rd 07 09:07 PM
Percentage difference calc that knows the largest figure Mighty Magpie Excel Discussion (Misc queries) 3 November 10th 05 06:45 PM
how do I figure the difference between two times when one is in p. tammyj Excel Worksheet Functions 2 March 15th 05 08:15 PM


All times are GMT +1. The time now is 01:22 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"