+ Reply to Thread
Results 1 to 4 of 4

Drop Down Menu HELP ...please

  1. #1
    Registered User
    Join Date
    12-11-2006
    Posts
    6

    Unhappy Drop Down Menu HELP ...please

    Hello .... I'm an old Excel user FINALLY unleashing the "full potential" of EXCEL after 10+years..... I'm trying to create a set of drop down menus for a company estimating program. Yes...drop downs are easy, but getting another drop down to actually "change" when a cell value is changed has proven most difficult for me.

    I've tried the basics, all the way up to a VLOOKUP for the drop down lists. I have attached a sample ZIP file with my dilemma, as it's pretty self explanatory. I have a list of data (A,B,C,D,E) - each that corresponds to another list of data (A - 1,2,3,4,5 ; B - 11,22,33,44,55 ; C - 111,222,333,444,555 ; etc......) I want to be able to select from the first list (say A1), and then have the corresponding secondary list (say A2) come up depending on the value of A1.

    Is this possible....i've always heard ANYTHING is possible in EXCEL....

    Please help! Thank you for taking the time!

    Chris - Unique Landscapes
    Phoenix, AZ
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    07-05-2006
    Location
    Canada
    MS-Off Ver
    2003, 2007
    Posts
    581
    I attached it with the simple solution. I modified your AZ Block in the dropdown list to read AZBlock. You could also go AZ_Block and still have it work fine. Basically, the name of the destination range has to match the name in the list.

    If you need spaces or want to use alternative schemes (such as number drop downs), other may or will be necessary. (When you get to something like that, you can ask again... no need to overwhelm you all at once)

    I added some Conditional Formatting... the colour I chose might not be good for you. :-)

    Scott
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    12-11-2006
    Posts
    6

    Talking Thanks

    Thanks for the help - i understand exactly what you have done, i'm so glad you showed me that - I found something online using =OFFSET(INDIRECT($B2),0,0,COUNTA(....etcetc.....

    it worked the same way, but your way is MUCH more simple.... You have just saved me HOURS of work - THANKS!

    BY the way, i was trying to figure out how you did the conditional formatting - should i just copy your formula, and input the cells (when i transfer this to my master files?) I followed you all the way up to the conditional formatting, then i lost ya....but i'll practice some trial and errors on that part of it.

    Thanks again!

  4. #4
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Hi,

    Yes you can copy the formula to your sheet. Just chang the cell references if required

    =IF(AND(TRIM(C8<>""),ISERROR(MATCH(C8,INDIRECT(A8),0))),TRUE,FALSE)

    A8 = Patio drop Down
    C8 = Result

    The attached has more info

    http://www.contextures.com/xlCondFormat01.

    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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