Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello:
I'd like to implement an if statement to return a value for whether the time-of-day from a specific column is during the "day" or "night". I have one column (K) with time in the hhmm format. I've attempted the following, but it only gives me "night" as the result for all cases so something is not working correctly. =IF(AND(K3<TIME(19,0,0),K3TIME(6,59,0)),"DAY","NI GHT") Could it have to do with my time format for column K? Any help would be greatly appreciated |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If statement to compare time cell to a time | Excel Worksheet Functions | |||
using if statement to subtract 24 hours from time still shows as a negative time from both responses under 24 hours | Excel Worksheet Functions | |||
Converting date/time serial values to cumulative time totals... | Excel Discussion (Misc queries) | |||
IF statement to calculate time usage in specific time bands | Excel Worksheet Functions | |||
how do i sum up a column of time values but ignore negative values | New Users to Excel |