+ Reply to Thread
Results 1 to 3 of 3

Thread: prompt from a drop down list

  1. #1
    Registered User
    Join Date
    10-16-2009
    Location
    New York
    MS-Off Ver
    Excel 2003
    Posts
    2

    prompt from a drop down list

    Hello-- I am looking to begin a project that seems a little out of my realm. I was hoping for some help to get me started.

    I work in an autobody shop that manufactures automobile parts. I have created a drop down list of cars and I am looking for a formula that assigns a different money value in a different cell to each car chosen from the drop down list.

    I think that this is probably a simple formula, but I am a novice and haven't been able to locate anything on the web. Any help at all would be much appreciated!

  2. #2
    Valued Forum Contributor alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Lake County, Illinois
    MS-Off Ver
    MS Office 2010, 2007 and 2002
    Posts
    1,165

    Re: prompt from a drop down list

    How will you determine the value to assign? Is it in another table with an association to the car type. Explain your logic and we will help you to achieve your solution. But without the details, we don't know what is in your spreadsheet.

    Alan

  3. #3
    Forum Guru Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007
    Posts
    3,523

    Re: prompt from a drop down list

    For discussion:

    Cell A1 contains the drop down list
    Cells G1:H10 is a table of values, where column-G cells contain the list of car type and column-H cells contain the cost.

    Using cell B1 as the formula cell to return the matching cost based on the selection in cell A1, this formula:

    =VLOOKUP(A1,$G$1:$H$10,2,0)

    See this page for help on VLOOKUP

    Note: the look up table can reside on a separate worksheet and be comprised of as many columns as needed.
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

+ 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.2.0