I was able to create a dynamic drop down list in google sheets where for example: If a user selects something in Column A (Make of car: Toyota); Column B Auto populates with the models for that make (Models: Prius, Highlander etc).
I am running into two issues:
I need these drop-downs to work down the successive rows. I've copy and pasted and adjusted the formulas, but the dynamic quality no longer works when I paste it down to successive rows.
If the value in Column A is Toyota, and Column B populates with Prius. When I change column A to Mercedes for example, Column B keeps "Prius" and has an error "Invalid Input - Input must fall within specified range), however if I click on Column B, I'll get the appropriate drop down for mercedes models. I need to have the field clear on click of Column A and repopulate with the dynamic drop down.
This is the formula I am using:
=TRANSPOSE(INDIRECT("D" & MATCH('Content Tracker - GENERAL RESOURCES'!D2, C1:C, 0) & ":K" & MATCH('Content Tracker - GENERAL RESOURCES'!D2, C1:C, 0)))