+ Reply to Thread
Results 1 to 8 of 8

Problems Help! Drop Down List with similar name titles

  1. #1
    Registered User
    Join Date
    11-07-2006
    Posts
    10

    Problems Help! Drop Down List with similar name titles

    Hey guys...

    Im trying to make a list of multi Columns...Such as small example below

    NAMES ------ DIAMETER
    18KX ------------- 20
    20KX ------------- 30
    18WX ------------- 50
    20VS ------------- 10

    So i make a validation Cell for "Names", Then a "=LOOKUP" equation cell to reference the names to the "Diameters"

    BUT excel gets confused when i select a "NAME" that is similar to another such as 18KX and 18WX...so it just spits on the first on which is "20"

    i can do an IF statement instead of a LOOKUP statement but i have 200 "NAMES" & 200 "DIAMETERS"

    how can i do this?!?!?

    please help thanks guys!
    Last edited by caper; 11-07-2006 at 05:56 PM.

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,482
    whats your formula

    =vlookup(criteria,Range,column #,false)

  3. #3
    Registered User
    Join Date
    11-07-2006
    Posts
    10
    no im not...im using an older excel i think...its 1997 excel..its the only one my company is running off of.

    my code is =LOOKUP(critical, Range,column)

    or basically =LOOKUP(cell of validation list, range of choices, range of answers)

    how else can i do this?

  4. #4
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi,

    As Dave pointed out ... you do need a Fourth element

    Please Login or Register  to view this content.
    HTH
    Carim

  5. #5
    Registered User
    Join Date
    11-07-2006
    Posts
    10
    I cannot put a 4th on mine...notice mine is 1997 excel

    here is an example problem that I took from the actual program im building

    Purpose: Select a VCT SIZE and then it will output a BB number...

    this isnt what im trying to do but if i get this solved, i can do the harder stuff
    Attached Files Attached Files
    Last edited by caper; 11-08-2006 at 12:37 PM.

  6. #6
    Forum Contributor
    Join Date
    07-13-2006
    Posts
    400
    Quote Originally Posted by caper
    I cannot put a 4th on mine...notice mine is 1997 excel

    here is an example problem that I took from the actual program im building

    Purpose: Select a VCT SIZE and then it will output a BB number...

    this isnt what im trying to do but if i get this solved, i can do the harder stuff
    see attached, hopefully one of those formulas works in excel 97
    Attached Files Attached Files
    --Mark

    Quantum materiae materietur marmota monax si marmota monax materiam possit materiari?

  7. #7
    Registered User
    Join Date
    11-07-2006
    Posts
    10
    great!! thanks i see what im doing wrong now!
    whats the difference in the Vlookup and the Index match? looks similar
    Last edited by caper; 11-08-2006 at 01:15 PM.

  8. #8
    Forum Contributor
    Join Date
    07-13-2006
    Posts
    400
    Quote Originally Posted by caper
    great!! thanks i see what im doing wrong now!
    whats the difference in the Vlookup and the Index match? looks similar
    they are similar. you can use index/match to return a value to the left of your lookup column, whereas vlookup can only return a column the the right. however vlookup is a much more simple formula to input.

    the way i used it is identical, i just wanted more than one option in case one didn't work in excel 97

    glad you got it working the way you wanted

+ 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