#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Elapsed Time

Hi,

I have a worksheet in Excel 2000 that I am using for a road race.
I have the names etc of about 100 runners.
Each runner has a handicap time.
I wish to subtract the handicap time from the actual time and rank the
result in order, from lowest to highest.
I'm using the [h]:mm format for the cells.
The problem is that if a runner beats their handicap time the result
displays as #####.
Is there anyway around this?

TIA,
Kevin
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,420
Default Elapsed Time

=MAX(B1-A1,0)

where B1 is the actual time, A1 is the handicap.

--
__________________________________
HTH

Bob

"KevinT" wrote in message
...
Hi,

I have a worksheet in Excel 2000 that I am using for a road race.
I have the names etc of about 100 runners.
Each runner has a handicap time.
I wish to subtract the handicap time from the actual time and rank the
result in order, from lowest to highest.
I'm using the [h]:mm format for the cells.
The problem is that if a runner beats their handicap time the result
displays as #####.
Is there anyway around this?

TIA,
Kevin



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default Elapsed Time

Try to format the result cell like [m]

Regards,
Stefi

€˛KevinT€¯ ezt Ć*rta:

Hi,

I have a worksheet in Excel 2000 that I am using for a road race.
I have the names etc of about 100 runners.
Each runner has a handicap time.
I wish to subtract the handicap time from the actual time and rank the
result in order, from lowest to highest.
I'm using the [h]:mm format for the cells.
The problem is that if a runner beats their handicap time the result
displays as #####.
Is there anyway around this?

TIA,
Kevin

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Elapsed Time

Thanks Stefi,

It works fine, but is there any way I can display the hours as well?

Kevin

"Stefi" wrote:

Try to format the result cell like [m]

Regards,
Stefi

€˛KevinT€¯ ezt Ć*rta:

Hi,

I have a worksheet in Excel 2000 that I am using for a road race.
I have the names etc of about 100 runners.
Each runner has a handicap time.
I wish to subtract the handicap time from the actual time and rank the
result in order, from lowest to highest.
I'm using the [h]:mm format for the cells.
The problem is that if a runner beats their handicap time the result
displays as #####.
Is there anyway around this?

TIA,
Kevin

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,480
Default Elapsed Time

Hi Kevin

you could use ToolsOptionsCalculationUse 1904 date system
for this workbook.
That will allow negative times.

Be aware that any date calculations will be out by 1432 days on this system,
but I am assuming that dates are not of any interest in this case.

--
Regards
Roger Govier

"KevinT" wrote in message
...
Thanks Stefi,

It works fine, but is there any way I can display the hours as well?

Kevin

"Stefi" wrote:

Try to format the result cell like [m]

Regards,
Stefi

€˛KevinT€¯ ezt Ć*rta:

Hi,

I have a worksheet in Excel 2000 that I am using for a road race.
I have the names etc of about 100 runners.
Each runner has a handicap time.
I wish to subtract the handicap time from the actual time and rank the
result in order, from lowest to highest.
I'm using the [h]:mm format for the cells.
The problem is that if a runner beats their handicap time the result
displays as #####.
Is there anyway around this?

TIA,
Kevin




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default Elapsed Time

The only way I know is to set Excel Date format to 1904 style:
ToolsOptionsCalculation tagCheck 1904 style dates checkbox

Regards,
Stefi


€˛KevinT€¯ ezt Ć*rta:

Thanks Stefi,

It works fine, but is there any way I can display the hours as well?

Kevin

"Stefi" wrote:

Try to format the result cell like [m]

Regards,
Stefi

€˛KevinT€¯ ezt Ć*rta:

Hi,

I have a worksheet in Excel 2000 that I am using for a road race.
I have the names etc of about 100 runners.
Each runner has a handicap time.
I wish to subtract the handicap time from the actual time and rank the
result in order, from lowest to highest.
I'm using the [h]:mm format for the cells.
The problem is that if a runner beats their handicap time the result
displays as #####.
Is there anyway around this?

TIA,
Kevin

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Elapsed Time

Thanks heaps guys,

The 1904 method worked well. I've no idea why, but hey, it works.

The only thing that concerns me is that I will have to change that option in
every computer I use when I open the file.
More important though is that'll I'll have to change it back when I finish
working on it.

Kevin

"Roger Govier" wrote:

Hi Kevin

you could use ToolsOptionsCalculationUse 1904 date system
for this workbook.
That will allow negative times.

Be aware that any date calculations will be out by 1432 days on this system,
but I am assuming that dates are not of any interest in this case.

--
Regards
Roger Govier

"KevinT" wrote in message
...
Thanks Stefi,

It works fine, but is there any way I can display the hours as well?

Kevin

"Stefi" wrote:

Try to format the result cell like [m]

Regards,
Stefi

€˛KevinT€¯ ezt Ć*rta:

Hi,

I have a worksheet in Excel 2000 that I am using for a road race.
I have the names etc of about 100 runners.
Each runner has a handicap time.
I wish to subtract the handicap time from the actual time and rank the
result in order, from lowest to highest.
I'm using the [h]:mm format for the cells.
The problem is that if a runner beats their handicap time the result
displays as #####.
Is there anyway around this?

TIA,
Kevin



  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default Elapsed Time

1904 date system is a workbook specific feature therefore if you transfer the
file to an other computer, the file takes over the 1904 date system as well
without any additional measure.
1904 date system will not apply to other files in your computer unless
explicittely set to them one by one.

Regards,
Stefi


€˛KevinT€¯ ezt Ć*rta:

Thanks heaps guys,

The 1904 method worked well. I've no idea why, but hey, it works.

The only thing that concerns me is that I will have to change that option in
every computer I use when I open the file.
More important though is that'll I'll have to change it back when I finish
working on it.

Kevin

"Roger Govier" wrote:

Hi Kevin

you could use ToolsOptionsCalculationUse 1904 date system
for this workbook.
That will allow negative times.

Be aware that any date calculations will be out by 1432 days on this system,
but I am assuming that dates are not of any interest in this case.

--
Regards
Roger Govier

"KevinT" wrote in message
...
Thanks Stefi,

It works fine, but is there any way I can display the hours as well?

Kevin

"Stefi" wrote:

Try to format the result cell like [m]

Regards,
Stefi

€˛KevinT€¯ ezt Ć*rta:

Hi,

I have a worksheet in Excel 2000 that I am using for a road race.
I have the names etc of about 100 runners.
Each runner has a handicap time.
I wish to subtract the handicap time from the actual time and rank the
result in order, from lowest to highest.
I'm using the [h]:mm format for the cells.
The problem is that if a runner beats their handicap time the result
displays as #####.
Is there anyway around this?

TIA,
Kevin



  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Elapsed Time

Even better,

Thanks.

"Stefi" wrote:

1904 date system is a workbook specific feature therefore if you transfer the
file to an other computer, the file takes over the 1904 date system as well
without any additional measure.
1904 date system will not apply to other files in your computer unless
explicittely set to them one by one.

Regards,
Stefi


€˛KevinT€¯ ezt Ć*rta:

Thanks heaps guys,

The 1904 method worked well. I've no idea why, but hey, it works.

The only thing that concerns me is that I will have to change that option in
every computer I use when I open the file.
More important though is that'll I'll have to change it back when I finish
working on it.

Kevin

"Roger Govier" wrote:

Hi Kevin

you could use ToolsOptionsCalculationUse 1904 date system
for this workbook.
That will allow negative times.

Be aware that any date calculations will be out by 1432 days on this system,
but I am assuming that dates are not of any interest in this case.

--
Regards
Roger Govier

"KevinT" wrote in message
...
Thanks Stefi,

It works fine, but is there any way I can display the hours as well?

Kevin

"Stefi" wrote:

Try to format the result cell like [m]

Regards,
Stefi

€˛KevinT€¯ ezt Ć*rta:

Hi,

I have a worksheet in Excel 2000 that I am using for a road race.
I have the names etc of about 100 runners.
Each runner has a handicap time.
I wish to subtract the handicap time from the actual time and rank the
result in order, from lowest to highest.
I'm using the [h]:mm format for the cells.
The problem is that if a runner beats their handicap time the result
displays as #####.
Is there anyway around this?

TIA,
Kevin


  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default Elapsed Time

You are welcome! Thanks for the feedback!
Stefi

€˛KevinT€¯ ezt Ć*rta:

Even better,

Thanks.

"Stefi" wrote:

1904 date system is a workbook specific feature therefore if you transfer the
file to an other computer, the file takes over the 1904 date system as well
without any additional measure.
1904 date system will not apply to other files in your computer unless
explicittely set to them one by one.

Regards,
Stefi


€˛KevinT€¯ ezt Ć*rta:

Thanks heaps guys,

The 1904 method worked well. I've no idea why, but hey, it works.

The only thing that concerns me is that I will have to change that option in
every computer I use when I open the file.
More important though is that'll I'll have to change it back when I finish
working on it.

Kevin

"Roger Govier" wrote:

Hi Kevin

you could use ToolsOptionsCalculationUse 1904 date system
for this workbook.
That will allow negative times.

Be aware that any date calculations will be out by 1432 days on this system,
but I am assuming that dates are not of any interest in this case.

--
Regards
Roger Govier

"KevinT" wrote in message
...
Thanks Stefi,

It works fine, but is there any way I can display the hours as well?

Kevin

"Stefi" wrote:

Try to format the result cell like [m]

Regards,
Stefi

€˛KevinT€¯ ezt Ć*rta:

Hi,

I have a worksheet in Excel 2000 that I am using for a road race.
I have the names etc of about 100 runners.
Each runner has a handicap time.
I wish to subtract the handicap time from the actual time and rank the
result in order, from lowest to highest.
I'm using the [h]:mm format for the cells.
The problem is that if a runner beats their handicap time the result
displays as #####.
Is there anyway around this?

TIA,
Kevin


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
Calculate Ending time using Start Time and Elapsed Time Chief 711 Excel Worksheet Functions 5 May 13th 08 04:34 PM
Elapsed time LtFass Excel Discussion (Misc queries) 3 November 10th 07 11:45 PM
Need Elapsed Time Help Jwy Excel Worksheet Functions 2 September 29th 05 03:54 AM
elapsed time Sweetpea60 Excel Worksheet Functions 6 March 2nd 05 04:41 PM
Elapsed time relux Excel Discussion (Misc queries) 1 February 16th 05 09:47 PM


All times are GMT +1. The time now is 12:38 PM.

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

About Us

"It's about Microsoft Excel"