+ Reply to Thread
Results 1 to 4 of 4

fetching price in the LPO

  1. #1
    Registered User
    Join Date
    01-30-2011
    Location
    dubai
    MS-Off Ver
    Excel 2010
    Posts
    15

    Question fetching price in the LPO

    hi
    i have created two sheets..
    sheet # 1 contains the list of products with three different prices for different packings
    sheet # 2 contains the purchase order

    i want to enter product name in the purchase order along with the item and packing and want the excel to fetch the appropriate price of the product from the sheet#1 and fill the price field

    sorry if somebody cannot understand my wordings
    if will be very thankful if someone could get my point and help me solving the problem

  2. #2
    Registered User
    Join Date
    02-29-2008
    Posts
    15

    Re: fetching price in the LPO

    There are many ways to do it but I would do it like this.
    Hope this helps.
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    01-30-2011
    Location
    dubai
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: fetching price in the LPO

    thanks a lot for reply
    it certainly helped a lot but if you don't mind explaining this thing
    i mean i want to understand the logic of the formulas used to do this thing...
    thanks in advance

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: fetching price in the LPO

    no need for aditional table just put
    =IF(OR(B5="",C5=""),0,INDEX(Products!$B$4:$E$24,MATCH(B5,Products!$B$4:$B$24,0),MATCH(C5,Products!$B$4:$E$4,0)))
    in E5 of purchase ordere and fill down
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ 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