Jump to content

Recommended Posts

Posted

Dear All,

 

I have students choosing their GCSE options via a Google Form which then populates their options in a google sheet. I then break down the choices into each separate subject sheets.

 

What I want to do is create an automatic list i.e. when somebody chooses art then their name is populated in the art sheet. I hope this makes sense.

 

Is there a formula that can help with this?

 

I look forward to any responses to my query.

 

Many Thanks

 

James

Posted
Dear All,

 

I have students choosing their GCSE options via a Google Form which then populates their options in a google sheet. I then break down the choices into each separate subject sheets.

 

What I want to do is create an automatic list i.e. when somebody chooses art then their name is populated in the art sheet. I hope this makes sense.

 

Is there a formula that can help with this?

 

I look forward to any responses to my query.

 

Many Thanks

 

James

SO are you wanting seperate documents? or Seperate sheets on one workbook?

Posted (edited)

On the art Sheet if its on the same document, put this in a1 on the art sheet and adjust the query to suit:

 

=QUERY('Form responses 1'!A:BN,"select * where B contains 'Art'")

 

'Form responses 1'!A:BN = Your response sheet/columns

 

where B contains = whichever colum you have the class selections in

 

'Art' = whatever you want to search for in the previous column

Edited by DGardiner

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...