+ Reply to Thread
Results 1 to 4 of 4

Need help in creating Drop Down Boxes with Corresponding Pricing

  1. #1
    Registered User
    Join Date
    04-02-2014
    Location
    Singapore
    MS-Off Ver
    Excel 2007
    Posts
    2

    Need help in creating Drop Down Boxes with Corresponding Pricing

    Is there a way in Excel that user can select the option/product via drop down box, and the price of the item will reflect on the next column as per my illustrated attachment?
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor adyteo's Avatar
    Join Date
    01-10-2013
    Location
    Calgary
    MS-Off Ver
    Excel 2010
    Posts
    540

    Re: Need help in creating Drop Down Boxes with Corresponding Pricing

    see attached (check column C for formula)
    Example.xlsm
    Click on the star if you think I helped you

  3. #3
    Forum Guru Winon's Avatar
    Join Date
    02-20-2007
    Location
    East Rand, R.S.A.
    MS-Off Ver
    2010
    Posts
    6,113

    Re: Need help in creating Drop Down Boxes with Corresponding Pricing

    Hello Yonggie,

    Welcome to the Forum.

    Place this Formula in Cell C2 and Copy down as far it is required.

    =IF(A2="","",IFERROR(VLOOKUP(A2,$H$2:$I$6,2,FALSE),""))

    Or you could use adyteo's formula like this: =IFERROR(INDEX(I:I,MATCH(A2,H:H,0)),"")

    Regards
    Last edited by Winon; 04-03-2014 at 02:29 AM.
    Please consider:

    Be polite. Thank those who have helped you. Then Click on the star icon in the lower left part of the contributor's post and add Reputation. Cleaning up when you're done. If you are satisfied with the help you have received, then Please do Mark your thread [SOLVED] .

  4. #4
    Registered User
    Join Date
    04-02-2014
    Location
    Singapore
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Need help in creating Drop Down Boxes with Corresponding Pricing

    thank you, let me give it a try~

+ 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. Replies: 10
    Last Post: 11-19-2009, 04:51 PM
  2. Creating user form with drop down list boxes
    By Dannypak in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-30-2009, 12:13 PM
  3. Copying contents of w/s drop down boxes to another sheet and creating a named range?
    By Simon Lloyd in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-20-2006, 02:45 PM
  4. [SOLVED] Creating a Template with drop down boxes
    By Sierra Coating in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-01-2005, 10:05 AM
  5. Creating Drop Down boxes with the List function...
    By JeanneW in forum Excel General
    Replies: 3
    Last Post: 06-01-2005, 10:05 AM

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