I have a column of dropdowns. I would like to be able to set cell A1 (it can be any given cell) equal to the value selected from the dropdown. Is there any way of doing it with Excel functions rather than using macros?
"I have a column of dropdowns." Plural
"the value selected from the dropdown." Singular
Help us out!
But I strongly suspect that you might need to employ Event processing in a VBA procedure.
Skip,
[sub]
Just traded in my OLD subtlety...
for a NUance![/sub]
"The most incomprehensible thing about the universe is that it is comprehensible" A. Einstein
You Matter...
unless you multiply yourself by the speed of light squared, then... You Energy!
In Excel you can use:
- data validation, with a list of permitted values. In this case a drop-down arrow appears when the cell is active. It is possible to add entry and error messages,
- forms dropdown, with a list in range and linked cell as target.
In both cases value selected appears in the cell.
In the first case user can still clear cell contents or paste value not in list.
In the second case user can write any value in linked cell.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.