+ Reply to Thread
Results 1 to 4 of 4

Unsure of how to do this..

  1. #1
    Registered User
    Join Date
    07-23-2007
    Posts
    6

    Unsure of how to do this..

    I have a workbook with 4 worksheets, sheet 1 blank for now, and the other 3 have pricing tables for 3 different vendors, 1 vendor per sheet.

    What I want to do is In the black sheet, create 2 drop down menus in Cell A1 and Cell B1, one will be for color the other for size (know how to do this). Then I want in Cell C1 to tell me the price of this item in the picked size and color to be picked from the price table of the 3 I have. Don't know how to do this. Any help would be great.

    Thanks,
    Karleen

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Karleen

    What happens if 2 or more of the vendors stock relevant items?

    Pick lowest / highest price?

    rylo

  3. #3
    Registered User
    Join Date
    07-23-2007
    Posts
    6
    the vendors do not caring the same Items, But if they would I would pick the item that cost less.

  4. #4
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    Being lazy and working on only 1 vendor match for the color / size combination try

    =MAX(SUMPRODUCT(--(Sheet2!A2:A3=Sheet1!A1),--(Sheet2!B2:B3=Sheet1!B1),Sheet2!C2:C3),SUMPRODUCT(--(Sheet3!A2:A3=Sheet1!A1),--(Sheet3!B2:B3=Sheet1!B1),Sheet3!C2:C3),SUMPRODUCT(--(Sheet4!A2:A3=Sheet1!A1),--(Sheet4!B2:B3=Sheet1!B1),Sheet4!C2:C3))

    adjust the ranges to suit.

    rylo

+ 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