+ Reply to Thread
Results 1 to 4 of 4

Drop Down List

  1. #1
    Forum Contributor
    Join Date
    02-09-2004
    Location
    Cardiff - Wales - UK
    MS-Off Ver
    2013
    Posts
    475

    Question Drop Down List

    Hi,

    can any please advise me how I would create a drop down list which I could select (say in Column A) a job tile e.g. Labourer, Plaster, which would then select their relevant hourly rate and display in the corresponding cell i.e. Column B.

    Example Data (to be kept on a separate tab)

    Labourer - £25.00

    Plaster - £43.00

    Electrician - £51.99

    Foreman - £22.50


    Any assistance would be greatly appreciated


    Many thanks in advance


    Rob

    N.B. Excel version 2003
    Rob

  2. #2
    Forum Contributor dogberry's Avatar
    Join Date
    07-15-2012
    Location
    Wales, UK
    MS-Off Ver
    Excel 2010
    Posts
    624

    Re: Drop Down List

    Hi

    Set your trade and prices up as a range then use the vlookuo function to put the rates in syntax vlookup(value you are looking for ie"Electrician",range the trades and prices,column2,false). If unsure upload a sample sheet.


    Chris
    Click my star if I helped Thanks

  3. #3
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: Drop Down List

    Please see the attached.

    It uses data validation to create the drop down and the VLOOKUP function to pull back the appropriate rate.
    Attached Files Attached Files
    Martin

  4. #4
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Drop Down List

    Try something on these lines..

    =INDEX(Sheet2!$B$1:$B$4,MATCH(A1,Sheet2!$A$1:$A$4,0))

    where
    - A1 is the cell with the dropdown
    - Sheet2 A1:B4 contains your list with corresponding rates
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ 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