Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,670
Default How to set the time counter?

Does anyone know how to set the time counter in excel?
such as
if( current time is between 10 am and 11 am,
if(current second is between 01 and 30, "A", "B")
,false),

which show "A" whenever the current second is between 01 and 30 during the
periods 10 am and 11 am, and show "B" whenever the current second is between
31 - 00 during the periods 10 am and 11 am.

Does anyone have any suggestion?
Thank you for any suggestion
Eric Choi
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default How to set the time counter?

=IF(AND(HOUR(NOW())=10,MINUTE(NOW())<60),IF(SECOND (NOW())<=30,"A","B"))

But watch out! The formula refreshes its value only after a Calculation is
done!

Regards,
Stefi

€žEric€ť ezt Ă*rta:

Does anyone know how to set the time counter in excel?
such as
if( current time is between 10 am and 11 am,
if(current second is between 01 and 30, "A", "B")
,false),

which show "A" whenever the current second is between 01 and 30 during the
periods 10 am and 11 am, and show "B" whenever the current second is between
31 - 00 during the periods 10 am and 11 am.

Does anyone have any suggestion?
Thank you for any suggestion
Eric Choi

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,670
Default How to set the time counter?

Do you know any feature to refresh spreadsheet automatically? so I don't need
to push F9 button for refreshing all calculation?
Thank you very much
Eric

"Stefi" wrote:

=IF(AND(HOUR(NOW())=10,MINUTE(NOW())<60),IF(SECOND (NOW())<=30,"A","B"))

But watch out! The formula refreshes its value only after a Calculation is
done!

Regards,
Stefi

€žEric€ť ezt Ă*rta:

Does anyone know how to set the time counter in excel?
such as
if( current time is between 10 am and 11 am,
if(current second is between 01 and 30, "A", "B")
,false),

which show "A" whenever the current second is between 01 and 30 during the
periods 10 am and 11 am, and show "B" whenever the current second is between
31 - 00 during the periods 10 am and 11 am.

Does anyone have any suggestion?
Thank you for any suggestion
Eric Choi

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
synchronizing timestamp feature with time on video software. 999 Excel Discussion (Misc queries) 4 July 30th 06 10:49 PM
Can this be done?? WarrenC Excel Discussion (Misc queries) 6 July 10th 06 10:19 PM
formula to determine time range overlap? William DeLeo Excel Discussion (Misc queries) 0 June 6th 06 08:26 PM
Hot key for time? Dave in Des Moines Excel Worksheet Functions 2 March 24th 06 04:15 PM
time sheet drop down lists Steve Excel Discussion (Misc queries) 12 March 18th 06 10:30 PM


All times are GMT +1. The time now is 10:30 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"