
I have a named range in Google Sheets and I am making a simple query which should return a value but it doesn't work:
=QUERY(range2,"SELECT B WHERE A contains 'test' ") It should return "2" but it sais that the query completed with an empty output. Is it a bug?

