+ Reply to Thread
Results 1 to 3 of 3

Lookup function assistance

  1. #1
    Forum Contributor
    Join Date
    03-28-2012
    Location
    Pennsylvania, USA
    MS-Off Ver
    Excel 2010
    Posts
    166

    Thumbs up Lookup function assistance

    Hi Excel gurus,

    I am looking for a function that when the item description(C2) in the LinenData sheet matches the item description (B2:B36) in LookupList sheet, then will reference the Weight data off of the LookupList sheet and multiply it by the Qty on the LinenData sheet giving H2 on the LinenData or in others wards 250 * .221000 = 52.25lbs.
    I am not good with the match, index or lookup functions. I was thinking someone would have an answer for me. Thanks in advance for the help.

    LeapingLizardhelp1.xls
    Last edited by LeapingLizard; 10-08-2012 at 12:05 PM.

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Lookup function assistance

    Try

    =INDEX(LookupLists!$D$2:$D$55,MATCH(LinenData!C2,LookupLists!$B$2:$B$55,0))*E2
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Contributor
    Join Date
    03-28-2012
    Location
    Pennsylvania, USA
    MS-Off Ver
    Excel 2010
    Posts
    166

    Re: Lookup function assistance

    Thanks Fotis!

+ 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