This is the problem I'm getting:
Error - Unable to parse query string for function QUERY parameter 2: NO_COLUMND
The formula is of the form =query(importange("...", "Sheet!A:V"), "select D where V = 1", 1)
I imported data from another sheet, I want this current sheet display column D when Column V is "1". Is there a different way then my current formula?