I wish to use a generalized projection as follows in a Google query with no success =query('Form Responses 2'!A:N,"Select if(month(F)>6,year(F),year(F)-1) , N,B,C,D,E,F,G,H,I,J,K where F >= date '2011-07-01' and F <= date '2050-06-30' order by F desc, B")
Wishing to list the Year in column F in a required way.
Will be grateful if you can help me correct this.