I have this query
=query(IMPORTRANGE("<https://docs.google.com/spreadsheets/d/1uxIkcjOTxFAd25Ukzji3VJKoFbAKybuFXfHlBzaGDWc/edit#gid=1385200762>","Master!A3:y"),"select Col2, Col3, Col12, Col13",0)
In google sheets. It imports all selected columns from one sheet to another, except the title cell of Col13. I need the title cell! Does anyone know what is going on?