+ Reply to Thread
Results 1 to 13 of 13

Product list to match price list

Hybrid View

  1. #1
    Registered User
    Join Date
    01-31-2006
    Posts
    7
    I changed sheet 2 so now I hav A1-A21 named as FIVEGUTTER this is the information for the drop down list on Sheet 1 cell A7. I put the corresponding prices on sheet 2 , cells B1-B21 this is named as FIVEPRICE. Now that it is setup like this how do I use the Vlookup u posted earlier. Thanks Scott

  2. #2
    Dave Peterson
    Guest

    Re: Product list to match price list

    In C7:

    =if(a7="","",vlookup(a7,'sheet 2'!$a$1:$b$21,2,false))

    But is that sheet really named "Sheet 2" (with the space or "Sheet2" without the
    space)?

    And if there's nothing else on that sheet except the table, I'd use the whole
    column:

    =if(a7="","",vlookup(a7,'sheet 2'!$a:$b,2,false))



    badgrandntl wrote:
    >
    > I changed sheet 2 so now I hav A1-A21 named as FIVEGUTTER this is the
    > information for the drop down list on Sheet 1 cell A7. I put the
    > corresponding prices on sheet 2 , cells B1-B21 this is named as
    > FIVEPRICE. Now that it is setup like this how do I use the Vlookup u
    > posted earlier. Thanks Scott
    >
    > --
    > badgrandntl
    > ------------------------------------------------------------------------
    > badgrandntl's Profile: http://www.excelforum.com/member.php...o&userid=31035
    > View this thread: http://www.excelforum.com/showthread...hreadid=507020


    --

    Dave Peterson

  3. #3
    Registered User
    Join Date
    01-31-2006
    Posts
    7
    I got it to work, thanks for your help, I really appreciate it. Scott

+ 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