enter image description hereI am trying to use this Query function within Arryaformula. I got stuck in this. Can anyone try to correct me as this code providing me some errors? I will really appreciate your time.
=ARRAYFORMULA(QUERY('RangeSelected'!1:1001,"SELECT * WHERE (LOWER(B) ='"&'Sheet1 column(A3)'&"'")",0))
try:
=QUERY('RangeSelected'!1:1001, "where lower(B) = '"&LOWER(Sheet1!B5)&"'", 0))
2.1m questions
2.1m answers
60 comments
57.0k users