Results 1 to 3 of 3

Thread: Change Display Range Based On Change of Dropdown Values

  1. #1
    Member
    Join Date
    Dec 2012
    Posts
    78
    Rep Power
    12

    Change Display Range Based On Change of Dropdown Values

    Greetings

    I have 3 options in a Dropdown List Box..Cold,Hot & Caustic...is it possible to achieve the following

    1. if i select "CAUSTIC" from dropdown list then it shows the 7 steps
    2. If i select "COLD"from dropdown list it only shows the STEP 1 (hides the rest of the steps)
    3. If i select "HOT" from dropdown list it only shows the First 3 STEPS (hides the rest of the steps)

    Thanks

    XL-2010

    Rich
    Attached Files Attached Files

  2. #2
    Junior Member
    Join Date
    Mar 2013
    Posts
    3
    Rep Power
    0
    Hi,

    First Select from Step 2 to Step 7 and type this (=$AC$2="cold") formula in conditional formatting.

    And Select from Step 4 to Step 7 and type this (=$AC$2="hot") formula in conditional formatting.

    Finally, font and border and background color have must change to white color in conditional formatting.

  3. #3
    Member Charles's Avatar
    Join Date
    Aug 2012
    Posts
    63
    Rep Power
    13
    Hi,

    I used a Worksheet Change event for this.
    Any time you change the selection the data in the desired location with change.
    If you want to see all of the data you look at the code and then create another code that will display the
    Data. Or select "Caustic" and you will see all ot data. you can then change it if you wish.
    Attached Files Attached Files
    If you like the answer, please click " * " below Member name to say thanks.

Similar Threads

  1. Replies: 1
    Last Post: 05-03-2013, 04:41 PM
  2. Replies: 8
    Last Post: 04-16-2013, 02:04 PM
  3. Change Number Written In Words To Numeric Values
    By Safal Shrestha in forum Excel Help
    Replies: 1
    Last Post: 04-03-2013, 03:01 PM
  4. Save Workbook For Each Change Made In A Range
    By Stalker in forum Excel Help
    Replies: 4
    Last Post: 03-22-2013, 08:54 PM
  5. Change listbox value
    By Tony in forum Excel Help
    Replies: 4
    Last Post: 12-04-2012, 08:58 PM

Posting Permissions

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