Hello everybody,
i'm trying to deal with a problem to have either drop-down menu or concrete text in a cell depending on a value in another cell.
Please, does anybody know how to solve this?
Thank you!
Hello everybody,
i'm trying to deal with a problem to have either drop-down menu or concrete text in a cell depending on a value in another cell.
Please, does anybody know how to solve this?
Thank you!
Can you elaborate on what you mean by depending on a value in another cell? As in you want the dropdown list categories to update based on an IF statement?
Spread the love, add to the Rep
"None of us are as smart as all of us."
Hello,
can you explain in a bit more detail? What value? If that value depends on another cell, you could put a formula into the cell:
=If(A1="the condition","concrete value","please select from the drop down")
Then add data validation to the cell with a list of drop down choices.
Once the user has selected a value from the drop down, this will overwrite the formula, though. If the value in A1 changes, the drop-down cell will not get the "concrete" value back. That can only be done with VBA.
But maybe there is another way to do what you want to achieve. If you post a sample file and explain a bit more, we may be able to work out a different scenario.
cheers, teylyn
Let say, if the text in cell A1 is "yes" than the text in B1 will be "Received"
If the text in A1 is "No" I will be able to choose between "Waiting for feedback" or "Not possible" from drop down menu in cell B1.
An example of what you're looking for is attached. It may not be the most eloquent, and I'm sure someone else has a cleaner method, but it works nonetheless.
Hope this helps!
Yes, it solves the issue,
thanks a lot![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks