+ Reply to Thread
Results 1 to 4 of 4

Assigning a value from the option selected from the Drop Box.

  1. #1
    Registered User
    Join Date
    01-27-2010
    Location
    Louisiana, USA
    MS-Off Ver
    Excel 2003
    Posts
    2

    Assigning a value from the option selected from the Drop Box.

    I have a spread sheet where i have created a drop box in Cell i4. There are 56 choices in the drop box. These choices come from cells B160:B215. There are dollar values in cells C160:C215 correspond with B160:B215. I am trying to find a formula for G16 that will look at i4 and find the corresponding dollar value from C160:C215.

    Help

    James
    Attached Files Attached Files
    Last edited by rylo; 01-27-2010 at 06:15 PM.

  2. #2
    Registered User
    Join Date
    12-25-2009
    Location
    China
    MS-Off Ver
    Excel 2003
    Posts
    20

    Re: Assigning a value from the option selected from the Drop Box.

    You can try following formula for G16

    =VLOOKUP(I4,$B$160:$C$215,2,0)

  3. #3
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Assigning a value from the option selected from the Drop Box.

    Hi

    VLOOKUP should do it

    Please Login or Register  to view this content.
    rylo

  4. #4
    Registered User
    Join Date
    01-27-2010
    Location
    Louisiana, USA
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Assigning a value from the option selected from the Drop Box.

    Thanks for all of your help.. I GOT IT!!!!!!!!

+ 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