How to pull data from a spreadsheet to create drop down list that then auto populates a text field
Hey, I have seen similar questions, but none seem to help me out here.
I have a spreadsheet with a column that I need to become a drop-down list, and then a second column that should populate when the corresponding item is selected.
I know how to do this in Sheets/excel, and the functions set up in a second sheet in the workbook would look something like this:
"=Sheet1!A1:A75" setting the array for the drop-down menu in A1
"=LOOKUP(A1,Sheet1!A:B)" in A2 to display the second column of data corresponding to the item selected in the drop-down menu.
I just need this to be a PDF if possible. Thank you!
