Hi
I have a book with two sheets
sheet 1 and sheet2
In sheet2 i have a data validation dropdown list created based on data from sheet1
When user are in sheet1
i want the user to be able to click on a value (that is part of the dropdown list on sheet2) and then go to sheet2 and have the dropdown list load the clicked value.
So a quick way to go from sheet1 and based on what value the user clicks on, have that value selected in a the dropdown list in sheet2.
It is easy to just create a link from sheet1 to sheet2
but the problem i have is to make the action that when user click take that cells value and select that value in the dropdownlist.
I have a book with two sheets
sheet 1 and sheet2
In sheet2 i have a data validation dropdown list created based on data from sheet1
When user are in sheet1
i want the user to be able to click on a value (that is part of the dropdown list on sheet2) and then go to sheet2 and have the dropdown list load the clicked value.
So a quick way to go from sheet1 and based on what value the user clicks on, have that value selected in a the dropdown list in sheet2.
It is easy to just create a link from sheet1 to sheet2
but the problem i have is to make the action that when user click take that cells value and select that value in the dropdownlist.