+ Reply to Thread
Results 1 to 2 of 2

Excel 2007 : Drop Down List and copy adjacent cell

  1. #1
    Registered User
    Join Date
    07-16-2012
    Location
    Adelaide
    MS-Off Ver
    Excel 2003
    Posts
    1

    Drop Down List and copy adjacent cell

    Hi, I need some assistance. I'm making a service price list. I know how to make a drop down list but I don't know how to copy the Cost($) of the corresponding part to the first sheet. Sample below.. Please help Thanks!

    Sheet 1
    Part# Cost
    "Drop Down list for Part# from Sheet2" "Copy the part cost from Sheet 2"
    Seal#44448888 $18.00


    Sheet 2
    Part# Parts Cost
    Filter#12345678 $20.00
    Seal#44448888 $18.00

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,414

    Re: Drop Down List and copy adjacent cell

    Try this:

    =VLOOKUP(A2,'Sheet 2'!A:B,2,0)

    Hope this helps.

    Pete

+ 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