+ Reply to Thread
Results 1 to 6 of 6

oK FINALYY GOT MY DROP DOWN WORKING, BUT....

  1. #1
    Registered User
    Join Date
    01-16-2015
    Location
    Georgia
    MS-Off Ver
    10
    Posts
    23

    Smile oK FINALYY GOT MY DROP DOWN WORKING, BUT....

    Currently I have =IF(C3="AR",DATABASE!$C$4,IF(C3="AK",DATABASE!$C$5,0...))etc .....well I populated this list referencing the states and their database line - until I received specified formula cannot be entered - nesting limit....ETC ...each entry represents a state on a drop down menu - each state represents a numeric value on a different tab (or the "database") I need to enter 50 states plus one additional line item and have them reference each state and its specified number - but it cut me off at 10 entries - im using excel 2013 - I am sure that the way im doing it is way off - I just don't know the code or how to make it - if they select a state it will pull up the number -- everything was working fine til I received the error message...
    please help and thank you in advance

  2. #2
    Registered User
    Join Date
    01-16-2015
    Location
    Houston, TX
    MS-Off Ver
    2010
    Posts
    16

    Re: oK FINALYY GOT MY DROP DOWN WORKING, BUT....

    Can you upload what you have so far and what you're trying to get? I'm having trouble following.

  3. #3
    Registered User
    Join Date
    01-16-2015
    Location
    Georgia
    MS-Off Ver
    10
    Posts
    23

    Smile Re: oK FINALYY GOT MY DROP DOWN WORKING, BUT....

    Thank you so much for looking into this - my brain is fried trying to figure this out

    APS Bid Termplate WIP 5.xls

    Any advice is greatly appreciated

  4. #4
    Forum Contributor
    Join Date
    07-29-2014
    Location
    Oz
    MS-Off Ver
    2010
    Posts
    142

    Re: oK FINALYY GOT MY DROP DOWN WORKING, BUT....

    If you change the layout of your database sheet so that the whole list is in columns A:C, you can use this:

    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Dan
    Don't forget to ☆ me if I helped you!

  5. #5
    Registered User
    Join Date
    01-16-2015
    Location
    Houston, TX
    MS-Off Ver
    2010
    Posts
    16

    Re: oK FINALYY GOT MY DROP DOWN WORKING, BUT....

    hi, I updated your database table to one column set and used a vlookup. Please let me know if this works.APS Bid Termplate WIP 5 updated.xls

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,945

    Re: oK FINALYY GOT MY DROP DOWN WORKING, BUT....

    Agree with post #4 regarding a single list for all teh states, then use this...
    =VLOOKUP(C3,Database!$A$2:$C$52,3,0)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. Indirect drop down list not working
    By Narelles in forum Excel General
    Replies: 3
    Last Post: 12-18-2013, 09:16 PM
  2. [SOLVED] Drop down box not working taking from web
    By harishb63 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-03-2013, 04:41 AM
  3. Drop downs not working
    By CornCrib in forum Excel General
    Replies: 1
    Last Post: 12-07-2011, 12:33 PM
  4. Drop down menu not working properly
    By ACVincent in forum Excel General
    Replies: 2
    Last Post: 03-18-2011, 02:20 PM
  5. working with multiple drop-down lists
    By gerryger in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-31-2007, 07:52 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