Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Formula Calculate after a certain time of day.

Did you mean 16.5, rather than 16.3?

As a matter of interest, why the TIMEVALUE(TEXT(A1,"hh:mm")) rather than
MOD(A2,1)? I had heard that there could be small errors with MOD, but I
thought that this needed very large numbers to cause the error?
--
David Biddulph

"muddan madhu" wrote in message
...
try this

=IF(TIMEVALUE(TEXT(A1,"hh:mm"))16.3/24,TRUE,FALSE)




On Oct 17, 11:07 pm, Kathy - Lovullo
wrote:
I have a spreadsheet in which one of the columns has a field which
contains
the date & time. I want to put a formula in another column to return a
value
of "True" if the time is after 4:30 PM, regardless of the date.

I am having trouble figuring out the correct formula and any help would be
greatly appreciated.



  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Formula Calculate after a certain time of day.

As far as I know the bug in MOD is that it will return the #NUM! error with
very large numbers and small divisors

I believe things like millionth of a decimal is basically nothing but the
regular floating point errors

--


Regards,


Peo Sjoblom

"David Biddulph" <groups [at] biddulph.org.uk wrote in message
...
Did you mean 16.5, rather than 16.3?

As a matter of interest, why the TIMEVALUE(TEXT(A1,"hh:mm")) rather than
MOD(A2,1)? I had heard that there could be small errors with MOD, but I
thought that this needed very large numbers to cause the error?
--
David Biddulph

"muddan madhu" wrote in message
...
try this

=IF(TIMEVALUE(TEXT(A1,"hh:mm"))16.3/24,TRUE,FALSE)




On Oct 17, 11:07 pm, Kathy - Lovullo
wrote:
I have a spreadsheet in which one of the columns has a field which
contains
the date & time. I want to put a formula in another column to return a
value
of "True" if the time is after 4:30 PM, regardless of the date.

I am having trouble figuring out the correct formula and any help would
be
greatly appreciated.





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
Need Formula to Calculate Time/Overtime Don Lowe Excel Discussion (Misc queries) 2 May 14th 08 03:47 PM
Formula to calculate time Helen Excel Discussion (Misc queries) 1 May 18th 07 05:11 PM
Formula to calculate over-time Debbie Mack Excel Discussion (Misc queries) 1 September 16th 05 08:37 PM
Formula to calculate time Paul (ESI) Excel Discussion (Misc queries) 6 August 12th 05 05:46 PM
How do I set up a formula on a time sheet to calculate time in 1/. gschmid Excel Discussion (Misc queries) 2 January 18th 05 01:48 PM


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