+ Reply to Thread
Results 1 to 4 of 4

result of a drop down list changing other cells

  1. #1
    Registered User
    Join Date
    11-05-2015
    Location
    Newcastle,England
    MS-Off Ver
    2007
    Posts
    2

    result of a drop down list changing other cells

    Hi guys

    This is my first post on here so I think I should introduce myself, I am an Excell noob and I cannot stress that enough, I used it a few times in IT in school about ten years ago and nothing since until now, so I need your expert help badly please! I also apologise for how basic my questions probably are.

    I have taught myself how to create drop down lists, what i need to know is how do i get the specific answers in the drop down list to affect other cells.

    Specifically I have a drop down list with the options 'yes or no' if yes is selected i want text to 'appear' in another cell (the text in the target cell I want to appear is already the result of another separate formula). I am guessing the easiest way to do this is to have this text coloured as white so it is invisible, however if 'yes' is selected in the drop down list it changes colour to black and so appears?-however I have no idea how to make this happen.

    I am using Excell 2007. Any help would be greatly appreciated!

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,731

    Re: result of a drop down list changing other cells

    You can use an IF function in the target cell, along these lines:

    =IF(D1="yes","correct","")

    where I have assumed your drop down is in cell D1.

    You can also do it using conditional formatting, which is more along the lines of what you describe.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    11-05-2015
    Location
    Newcastle,England
    MS-Off Ver
    2007
    Posts
    2

    Re: result of a drop down list changing other cells

    Thanks for the reply Pete, that is very helpful and useful to know.

    I have tried that formula and it works great on a cell with no formula in and makes the text only appear if yes is selected just as i wanted, theonly problem is the cell I need it to effect already has the formula ="**** Comments due by " & TEXT(MAX(C13), "d mmmm yyyy") & " ****" in it. So i guess i need to somehow combine these two formulas together so that they both work for this cell, any ideas?

  4. #4
    Forum Expert
    Join Date
    03-20-2015
    Location
    Primarily UK, sometimes NL
    MS-Off Ver
    Work: Office 365 / Home: Office 2010
    Posts
    2,405

    Re: result of a drop down list changing other cells

    Welcome to the forum.

    As you guessed, you just need to combine the IF statement with your current formula. If your dropdown is in A13, use this:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Regards,
    Aardigspook

    I recently started a new job so am a bit busy and may not reply quickly. Sorry - it's not personal - I will reply eventually.
    If your problem is solved, please go to 'Thread Tools' above your first post and 'Mark this Thread as Solved'.
    If you use commas as your decimal separator (1,23 instead of 1.23) then please replace commas with semi-colons in your formulae.
    You don't need to give me rep if I helped, but a thank-you is nice.

+ 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. How to get a drop down list result to determine other cells
    By JKFOX25 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-08-2013, 03:44 AM
  2. Drop Down List and result as a comment
    By leonosq in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-18-2012, 10:32 AM
  3. [SOLVED] Changing Colour of Cells (Influenced by Drop Down List)
    By Karelia Suite in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-12-2011, 11:44 AM
  4. Auto clear cells when changing drop down list
    By buzzerNL in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-10-2011, 07:24 AM
  5. Populating cells with the result of a drop down list
    By Barking_Mad in forum Excel General
    Replies: 7
    Last Post: 09-20-2009, 02:58 AM
  6. Produce a result from a drop down list
    By Emz1983 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-21-2009, 02:20 AM
  7. How do I use one list drop down menu result to select another list?
    By steveinspain in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-02-2007, 02:59 PM
  8. Replies: 1
    Last Post: 01-13-2005, 11:13 PM

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