Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Determine if time is within a windoww

need a formula to determine if en event time is within a given window. Cell 1 has window start time. Cell 2 has window end time. Cell 3 has event time.. Want cell 4 to read "in" or "out" dependent on the event time being inside or outside of the specified window...

any help would be great!

Thanks
Travis
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Determine if time is within a windoww

On Tuesday, January 20, 2015 at 5:59:10 PM UTC-5, travis wrote:
need a formula to determine if en event time is within a given window. Cell 1 has window start time. Cell 2 has window end time. Cell 3 has event time. Want cell 4 to read "in" or "out" dependent on the event time being inside or outside of the specified window...

any help would be great!

Thanks
Travis


Also, cell time format is 1/9/2015 11:59:00 PM
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,872
Default Determine if time is within a windoww

Hi,

Am Tue, 20 Jan 2015 14:59:07 -0800 (PST) schrieb Travis:

need a formula to determine if en event time is within a given window. Cell 1 has window start time. Cell 2 has window end time. Cell 3 has event time. Want cell 4 to read "in" or "out" dependent on the event time being inside or outside of the specified window...


try:
=IF(AND(C1A1,C1<B1),"in","out")


Regards
Claus B.
--
Vista Ultimate / Windows7
Office 2007 Ultimate / 2010 Professional
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
Determine Resource Allocations by evaluating available time and required time. DieselDork Excel Worksheet Functions 4 April 6th 12 06:30 PM
How can I determine and display my Time Zone? CJP at UBS Excel Discussion (Misc queries) 1 January 12th 09 09:52 PM
how can I add time in excel to determine how long something took? Eric Excel Worksheet Functions 2 September 21st 06 10:09 PM
I need to use area code to determine time zone Dick Excel Discussion (Misc queries) 1 July 11th 05 05:31 PM
Determine elapsed time between two dates JonR Excel Programming 8 October 24th 04 09:43 PM


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