I'm trying to run this command
=QUERY( ImportRange( "1GPxWbG1B8WWXWgam-qJXstDCZ_TB0btQwTxwt9iaa8A" ,
"C_Detailed" ) , "select B where A = '"&Sheet3!$A$2&"'")
But I get an Error:
Unable to parse query string for Function QUERY parameter 2: NO_COLUMNB
I also tried to call it as the column title (date), but it has no effect.
I can't use vlookup because I have to check the equality between dates.
As for it- how do I check equality between dates of format dd/mm/yyyy
?