I have a Google Form that is accepting responses and filling them into a Google Sheet 1.
I want Sheet 2 in the same file to continuously grab responses in certain columns of Sheet 1 and import them into Sheet 2. This Sheet 2 will serve as a viewable spreadsheet, or a spreadsheet that my code is compatible with (reordered a certain way, different column names, colored).
What command/equation can I use in Sheet 2 ("move_here") to pull those columns from Sheet 1 ("responses")?
QUERY
option. – Raserhin