I am trying to pull the data from 2 dates only but I am getting a error:
Unable to parse query string for Function QUERY parameter 2: NO_COLUMN: A
Here is the query function that I used:QUERY(IMPORTRANGE(FORMULA!A2,"RawData6.4.23!A2:I500"), "SELECT A, B, C, D, E, F, G, H, I where I > '2023-04-05' and I < '2023-04-06'")
How can I resolve this issue?Thx