The sheet I am using is here.
I want to take the validation in column F, Row 2, and apply it to all rows of column F based on the respective values in columns B and C for each row.
E.g. A2 = Pittsburgh, B2=Philadelphia, F2 is a dropdown for either "Pittsburgh" or "Philadelphia". A116=CAROLINA, B116=PHILADELPHIA, then F116 should be a dropdown for either "CAROLINA", or "PHILADELPHIA".
I found this example script that will copy just the validation, however I will need to add a counter to increment each source cell in the validation for each row that it applies to.