I have a cell with a dropdown list using data validation. What I would like is that depending on the selection, the cell values adjacent to the dropdown would change. I have on Sheet2 a table like this:

Engine Fuel
engine1 fuel1
engine2 fuel2
engine3 fuel3
fuel4


If I selected Engine from the drop down list (J3), Cells K3 and onward would have engine1, engine2, and engine3 as their values
Similarly, if I selected Fuel from the drop down list, Cells K3 and onwards would have fuel1, fuel2, fuel3, and fuel4 as their values. Any help would be appreciated.