+ Reply to Thread
Results 1 to 13 of 13

Product list to match price list

Hybrid View

badgrandntl Product list to match price... 01-31-2006, 09:04 PM
Ron Coderre Scott: I'm fairly sure that... 01-31-2006, 09:28 PM
badgrandntl This is the formula for the... 01-31-2006, 09:43 PM
Guest Re: Product list to match... 01-31-2006, 10:00 PM
badgrandntl Could part of my problem be... 01-31-2006, 10:22 PM
Guest Re: Product list to match... 02-01-2006, 07:30 AM
badgrandntl So what formula can I do to... 02-01-2006, 09:56 AM
Guest Re: Product list to match... 02-01-2006, 10:30 AM
Guest Re: Product list to match... 02-01-2006, 10:40 AM
badgrandntl Where is the cell with the... 02-01-2006, 12:02 PM
badgrandntl I changed sheet 2 so now I... 02-01-2006, 12:23 PM
Guest Re: Product list to match... 02-01-2006, 12:55 PM
badgrandntl I got it to work, thanks for... 02-01-2006, 10:28 PM
  1. #1
    Registered User
    Join Date
    01-31-2006
    Posts
    7
    Where is the cell with the dropdown list? Sheet 1 A7
    Where is the cell with the formula? Nowhere yet, I want to put the price in C7

    What's the sheet name with the table? Sheet 2

    What's the address of the table on that sheet? A1-A21 and it is called FIVEGUTTER is the product table and the price table is currently in A42-456 with no name

    What formula did you try? if then statement that u posted and Vlookup

  2. #2
    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

  3. #3
    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

  4. #4
    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