Trying to work out how to query a custom date range within google sheets - I get it working with a standard date range (YYYY-MM-DD) but with the below being a custom range I don't know how to query custom dates & times
Ideally, I'm trying to query all the data between the start date and 3 hours of the start date
I tried to amend a working query with how the custom DateTime would look but it errors out
=query(B6:B9, "select B where B => date '"&TEXT(B3,"yyyy-mm-ddThh:mm:ss.mmmZ")&"' ",0)
Start Date 2019-04-01T09:32:07.148Z
Dates:
2019-04-01T10:35:01.152Z
2019-05-01T09:42:27.200Z
2019-04-01T12:32:27.250Z
2019-07-11T13:32:07.148Z