T
Thanks
Hello
I am creating a date/time using
=TEXT(DATE(year,MONTH(B10),D10),"yyyy-mm-dd ")&TEXT(TIME(E10,0,0),"hh:mm")
to produce 2009-01-21 00:00
I would like to compare that to a start time (AA10) and stop time (AB10) to
see if it falls withing the range. The start/stop times are downloaded and
formatted as yyyy-mm-dd hh:mm TZ such as 2009-01-21 00:00:00 ED.
How would I do this?
I am creating a date/time using
=TEXT(DATE(year,MONTH(B10),D10),"yyyy-mm-dd ")&TEXT(TIME(E10,0,0),"hh:mm")
to produce 2009-01-21 00:00
I would like to compare that to a start time (AA10) and stop time (AB10) to
see if it falls withing the range. The start/stop times are downloaded and
formatted as yyyy-mm-dd hh:mm TZ such as 2009-01-21 00:00:00 ED.
How would I do this?