You don't have any drop downs anywhere. Put a Data Validation List = CompanyName onto cell D4.
Then formulas do the rest of the work. In D5:
=IF($D$4="", "", INDEX(ContactName, MATCH($D$4, CompanyName, 0)))
Just copy that down and change the ContactName to CityStateZip or whatever is needed in each cell.
Bookmarks