+ Reply to Thread
Results 1 to 6 of 6

Drop-down list or concrete valuedepending on the value in another cell

  1. #1
    Registered User
    Join Date
    11-19-2014
    Location
    Trencin, Slovakia
    MS-Off Ver
    10
    Posts
    7

    Drop-down list or concrete valuedepending on the value in another cell

    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!

  2. #2
    Forum Expert
    Join Date
    09-11-2014
    Location
    Washington, DC
    MS-Off Ver
    2016
    Posts
    1,907

    Re: Drop-down list or concrete valuedepending on the value in another cell

    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."

  3. #3
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Drop-down list or concrete valuedepending on the value in another cell

    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

  4. #4
    Registered User
    Join Date
    11-19-2014
    Location
    Trencin, Slovakia
    MS-Off Ver
    10
    Posts
    7

    Re: Drop-down list or concrete valuedepending on the value in another cell

    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.

  5. #5
    Forum Expert
    Join Date
    09-11-2014
    Location
    Washington, DC
    MS-Off Ver
    2016
    Posts
    1,907

    Re: Drop-down list or concrete valuedepending on the value in another cell

    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!
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    11-19-2014
    Location
    Trencin, Slovakia
    MS-Off Ver
    10
    Posts
    7

    Re: Drop-down list or concrete valuedepending on the value in another cell

    Yes, it solves the issue,
    thanks a lot

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Populate Drop-down list based on selection from previous drop-down list
    By Diventus in forum Excel - New Users/Basics
    Replies: 14
    Last Post: 01-11-2013, 10:55 AM
  2. Replies: 4
    Last Post: 08-14-2012, 03:41 PM
  3. How much time for Concrete Truck
    By herbieinla in forum Excel General
    Replies: 6
    Last Post: 03-27-2009, 10:54 AM
  4. [SOLVED] how do I link a drop down list entry to a new drop down cell?
    By lmunzen in forum Excel General
    Replies: 1
    Last Post: 08-15-2006, 12:05 PM
  5. [SOLVED] Concrete Job V Program
    By concrete lady in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 12-02-2005, 02:40 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1