So basically I know nothing about creating scripts and I am trying to organize data on my google spreadsheet, What I want to do is to take a column for this example "column A" and have cell A1 be a dropdown list using range(sheet2!,A1:H1). On sheet 2 would be all the information matching each column eg.. sheet2:A1=Cars,A2:$A=Names of cars, sheet2:B1=Planes,B2:$B=names of planes.
Ok so back to sheet 1 I want to be able to select one of the options from the dropdown list eg. Cars and for the information already stored on sheet 2 to populate A2:A$ since A1 already has the dropdown list in it.