+ Reply to Thread
Results 1 to 3 of 3

Look up two text values then multiply two cells based on the looked up text values

  1. #1
    Registered User
    Join Date
    06-13-2012
    Location
    Thunder Bay, Canada
    MS-Off Ver
    Excel 2003
    Posts
    4

    Look up two text values then multiply two cells based on the looked up text values

    Hi, new here so bare with the first question.

    I am trying to create a formula (believe it will be an IF statement) that will look up the text value in one cell, then look up the text value in a second cell and then multiply two numeric values based on the text value. I have attached a spreadsheet with a note to show what I am looking for. Any help is greatly appreciated. Cheers

    question.xlsx

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Look up two text values then multiply two cells based on the looked up text values

    Try:

    =B6*INDEX($J$6:$K$14,MATCH(C6,$I$6:$I$14,0),MATCH(D6,$J$5:$K$5,0))

    copied down
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    06-13-2012
    Location
    Thunder Bay, Canada
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Look up two text values then multiply two cells based on the looked up text values

    Thank you very much NBVC!

+ 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