I have a worksheet that I am importing data into. Column 4 of the source worksheet contains dates. I would like to import only the rows that are from today() date.
My starting point is:
={unique(QUERY(IMPORTRANGE("URL","Sheet1!A3:L1000"), "select Col9,Col1,Col4,Col3,Col5 where Col1 is not null order by Col4"));}