Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 73
Default Date/Time Question - After 5:30 PM?

I am trying to determine if orders are being sent to my fulfilment center
after the designated cut-off time of 5:30 PM.

I have a date/time field that contains the date and time the order was
transmitted.

Ex: 3/9/09 5:39 PM

I'd like to have a worksheet function that lets me know TRUE or FALSE if the
time of order transmit if before 5:30 PM on any given day.

Thanks in advance for your help.

Sincerely,

Scott

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,480
Default Date/Time Question - After 5:30 PM?

Hi

Try
=A1<=TIME(17,30,0)

--
Regards
Roger Govier

"porter444" wrote in message
...
I am trying to determine if orders are being sent to my fulfilment center
after the designated cut-off time of 5:30 PM.

I have a date/time field that contains the date and time the order was
transmitted.

Ex: 3/9/09 5:39 PM

I'd like to have a worksheet function that lets me know TRUE or FALSE if
the
time of order transmit if before 5:30 PM on any given day.

Thanks in advance for your help.

Sincerely,

Scott

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 73
Default Date/Time Question - After 5:30 PM?

Doesn't seem to be working.
--
If my posting was helpful, please click the "Yes" button.

ROCK ON!,

Scott


"porter444" wrote:

I am trying to determine if orders are being sent to my fulfilment center
after the designated cut-off time of 5:30 PM.

I have a date/time field that contains the date and time the order was
transmitted.

Ex: 3/9/09 5:39 PM

I'd like to have a worksheet function that lets me know TRUE or FALSE if the
time of order transmit if before 5:30 PM on any given day.

Thanks in advance for your help.

Sincerely,

Scott

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Date/Time Question - After 5:30 PM?

Roger either didn't notice the date or didn't think it was part of the same
cell:

=A1<=TIME(17,30,0)
becomes
=mod(a1,1)<=TIME(17,30,0)

=mod(a1,1)
will return just the time in that cell.

=int(a1)
will return just the date.

porter444 wrote:

Doesn't seem to be working.
--
If my posting was helpful, please click the "Yes" button.

ROCK ON!,

Scott

"porter444" wrote:

I am trying to determine if orders are being sent to my fulfilment center
after the designated cut-off time of 5:30 PM.

I have a date/time field that contains the date and time the order was
transmitted.

Ex: 3/9/09 5:39 PM

I'd like to have a worksheet function that lets me know TRUE or FALSE if the
time of order transmit if before 5:30 PM on any given day.

Thanks in advance for your help.

Sincerely,

Scott


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,480
Default Date/Time Question - After 5:30 PM?

You're right Dave, I had thought the time was in a cell on its own.

--
Regards
Roger Govier

"Dave Peterson" wrote in message
...
Roger either didn't notice the date or didn't think it was part of the
same
cell:

=A1<=TIME(17,30,0)
becomes
=mod(a1,1)<=TIME(17,30,0)

=mod(a1,1)
will return just the time in that cell.

=int(a1)
will return just the date.

porter444 wrote:

Doesn't seem to be working.
--
If my posting was helpful, please click the "Yes" button.

ROCK ON!,

Scott

"porter444" wrote:

I am trying to determine if orders are being sent to my fulfilment
center
after the designated cut-off time of 5:30 PM.

I have a date/time field that contains the date and time the order was
transmitted.

Ex: 3/9/09 5:39 PM

I'd like to have a worksheet function that lets me know TRUE or FALSE
if the
time of order transmit if before 5:30 PM on any given day.

Thanks in advance for your help.

Sincerely,

Scott


--

Dave Peterson


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
Date & Time Question sot Excel Discussion (Misc queries) 7 October 30th 07 06:43 PM
Time and Date Question wx4usa Excel Discussion (Misc queries) 6 October 8th 07 03:34 AM
Date Time Question Daviv Excel Programming 1 March 15th 07 12:34 AM
Date Time Question srroduin Excel Programming 3 May 24th 06 05:32 PM
Date/Time Question bladelock Excel Worksheet Functions 2 November 10th 05 02:42 AM


All times are GMT +1. The time now is 05:46 AM.

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"