+ Reply to Thread
Results 1 to 5 of 5

Trying to use VLookup with drop-down menu to get product code and price

  1. #1
    Registered User
    Join Date
    11-07-2012
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2010
    Posts
    11

    Trying to use VLookup with drop-down menu to get product code and price

    Re the attached spreadsheet on "Service Package" sheet - I am trying to match the product description in cell D59 (drop-down menue) with look up values for Product Code and Pricing, to be inserted in K59 and N59, from the chart found in "Svc Price" sheet. I tried to use VLOOKUP but can't get it to work.
    Attached Files Attached Files
    Last edited by rtee; 11-18-2012 at 07:02 PM.

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2404 Win 11 Home 64 Bit
    Posts
    23,859

    Re: VLookup problem. Or should I be using IF?

    deleted
    posted in error.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Trying to use VLookup with drop-down menue to get product code and price

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    HTH
    Regards, Jeff

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Trying to use VLookup with drop-down menue to get product code and price

    If i understand you correctly, in K59, use this...
    =INDEX('Svc Price'!$A$3:$F$17,MATCH('Service Pkg'!$D$59,'Svc Price'!$B$3:$B$17,0),1)

    You can reference other data in the svc price sheet bu changing the "1" at the end
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  5. #5
    Registered User
    Join Date
    11-07-2012
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2010
    Posts
    11

    Re: Trying to use VLookup with drop-down menu to get product code and price

    Thanks. Your suggestion works. Cheers, Rick

+ 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