+ Reply to Thread
Results 1 to 2 of 2

Lookup 2 Columns Simultaneously

  1. #1
    Registered User
    Join Date
    01-06-2008
    Posts
    19

    Lookup 2 Columns Simultaneously

    Hello,

    I would like help for doing a formula where I do lookup simultaneously from first 2 columns and then picking up the value from the third column. Please help!

    4 1 1111.11
    5 1 2222.22
    6 1 4444.44
    4 2 3333.33
    5 2 8888.88
    6 2 6666.66
    4 3 7777.77
    5 3 9999.99
    6 3 5555.55


    For example, I would like to lookup column 1 for value 6 and then against all the values of 6 in the first column, I would like to look for the value of 2. Wherever 2 occurs against 6, I want to pick up the value in the third column.

    Please let me know how it works. Thank you all!
    Last edited by gurpreet161; 01-06-2008 at 11:20 PM.

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

    With your source data in the range A1:C9, 6 in F1 and 2 in G1 then try

    =SUMPRODUCT(--(A1:A9=F1),--(B1:B9=G1),(C1:C9))


    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