I have this query:
=Query({'Sheet request '!A2:Q;'Sheet sent '!A2:Q},"Select Col1,Col2,Col4,Col3 Where Col1 is not null",1)
How I am going to add this query so that I can have the column 12 from tab genseat
?
=Query({genseat!A2:O},"Select Col12 Where Col1 is not null",1)