+ Reply to Thread
Results 1 to 6 of 6

Drop down list - format

  1. #1
    Registered User
    Join Date
    08-16-2006
    Posts
    13

    Question Drop down list - format

    I have created a drop down list with part numbers in B2. I want C2 to automatically show the corresponding price of that part number. I have all the part numbers listed in column B40:96 and the corresponding prices listed in column C40:96. How do I format C2?

    Thanks!

  2. #2
    Registered User
    Join Date
    12-21-2006
    Posts
    27

    Smile

    Quote Originally Posted by rdaled
    I have created a drop down list with part numbers in B2. I want C2 to automatically show the corresponding price of that part number. I have all the part numbers listed in column B40:96 and the corresponding prices listed in column C40:96. How do I format C2?

    Thanks!

    Hi, you just need to use a LOOKUP table.

    =LOOKUP(B2,B40:B96,C40:C96)

    Put that into cell C2 and it should return the price of B2 looking in the table you specified

    Michael.

  3. #3
    Registered User
    Join Date
    08-16-2006
    Posts
    13
    I copied the LOOKUP formula into C2 and it gives a price but it isn't correct. In fact the price it gives isn't even one listed in C40:96. I must have something screwed up. At least I'm closer than I was.

  4. #4
    Registered User
    Join Date
    12-21-2006
    Posts
    27
    Quote Originally Posted by rdaled
    I copied the LOOKUP formula into C2 and it gives a price but it isn't correct. In fact the price it gives isn't even one listed in C40:96. I must have something screwed up. At least I'm closer than I was.
    =VLOOKUP(B2,B40:C96,2,FALSE)

    That should do the trick...not use to using lookup tables :P

    Michael.

  5. #5
    Registered User
    Join Date
    08-16-2006
    Posts
    13
    Works perfect, THANKS!!!

  6. #6
    Registered User
    Join Date
    12-21-2006
    Posts
    27
    No problem!

+ 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