Hi guys,
I have a column of randomly generated times using: =TEXT(RAND()*(23-10)/24+11/24,"HH:MM"). In the next column, using this formula, =IF(AND(F4>=1200,F4<=1800), "Daylight","Nighttime")
I want to see if the random time falls between a "time window" and return "Daylight" or "Nighttime." I can't get it to work, I also tried using "TIMEVALUE"
Any guidance would be greatly appreciated!
I have a column of randomly generated times using: =TEXT(RAND()*(23-10)/24+11/24,"HH:MM"). In the next column, using this formula, =IF(AND(F4>=1200,F4<=1800), "Daylight","Nighttime")
I want to see if the random time falls between a "time window" and return "Daylight" or "Nighttime." I can't get it to work, I also tried using "TIMEVALUE"
Any guidance would be greatly appreciated!