Hello I am trying to take data from form responses to a new sheet by specific column information. (I am trying to create a new sheet for each school Grade level from pre-kindergarten to grade 8) I am able to do this fine by numbers but when I try and use letters or words it doesn't work properly. The data from my responses for Grades is pk, k then 1-8=query('2023-2024'!A2:CE,"Select * Where F Contains 'P'") Does not work=query('2023-2024'!A2:CE,"Select * Where F Contains '7'") Works
↧